| Commit message (Expand) | Author | Age | Files | Lines |
| * | Make the parser more careful about keywords | Marijn Haverbeke | 2011-05-13 | 1 | -3/+2 |
| * | Downcase std modules again, move to :: for module dereferencing | Marijn Haverbeke | 2011-05-12 | 2 | -271/+273 |
| * | Change module dereference syntax from . to :: | Marijn Haverbeke | 2011-05-12 | 1 | -2/+2 |
| * | Keep resolve data in external hash table, rather than embedded defs | Marijn Haverbeke | 2011-05-12 | 1 | -2/+2 |
| * | Give the lexer a session so that it can fail more informatively | Brian Anderson | 2011-05-11 | 1 | -2/+3 |
| * | Rewrite comp/middle/resolve.rs | Marijn Haverbeke | 2011-05-11 | 1 | -1/+1 |
| * | rustc: Alias fix part 1 -- Separate out AST modes from typechecker modes, and... | Patrick Walton | 2011-05-09 | 1 | -1/+1 |
| * | Rename std modules to be camelcased | Marijn Haverbeke | 2011-05-06 | 2 | -71/+71 |
| * | Consolidating expr_to_str functions. | Lindsey Kuper | 2011-05-05 | 1 | -9/+0 |
| * | Bring back "pred" syntax for writing predicates for check | Tim Chevalier | 2011-05-05 | 1 | -1/+8 |
| * | rustc: Stub support for Rust intrinsics | Patrick Walton | 2011-05-03 | 1 | -0/+3 |
| * | Revert "Rename the "llvm" API to "llvm-intrinsic"" due to tinderbox bustage | Patrick Walton | 2011-05-03 | 1 | -1/+0 |
| * | Rename the "llvm" API to "llvm-intrinsic" | Patrick Walton | 2011-05-03 | 1 | -0/+1 |
| * | Un-revert "Use different syntax for checks that matter to typestate", fixing ... | Patrick Walton | 2011-05-02 | 1 | -1/+7 |
| * | Revert "Use different syntax for checks that matter to typestate" | Graydon Hoare | 2011-05-02 | 1 | -7/+1 |
| * | Use different syntax for checks that matter to typestate | Tim Chevalier | 2011-05-02 | 1 | -1/+7 |
| * | Handle nested items correctly in typestate_check | Tim Chevalier | 2011-04-19 | 1 | -0/+17 |
| * | Remove effect system from src. | Graydon Hoare | 2011-04-19 | 2 | -80/+70 |
| * | add log_err to rustc | Marijn Haverbeke | 2011-04-19 | 1 | -2/+5 |
| * | Work on destructors, not entirely functional yet (no tydesc integration). | Graydon Hoare | 2011-04-14 | 1 | -2/+2 |
| * | rustc: Remove generalize_ty. Instead, maintain an explicit type parameter sub... | Patrick Walton | 2011-04-14 | 1 | -0/+9 |
| * | rustc: Switch to indices for type parameters | Patrick Walton | 2011-04-12 | 1 | -1/+1 |
| * | rustc: Add "float" as a type to the pretty printer | Patrick Walton | 2011-04-12 | 1 | -0/+1 |
| * | Move to single-uint file-position representation. | Marijn Haverbeke | 2011-04-09 | 1 | -15/+4 |
| * | Support for self-calls that take arguments. | Lindsey Kuper | 2011-04-07 | 1 | -4/+1 |
| * | Continued sketching out code for checking states against preconditions. | Tim Chevalier | 2011-04-06 | 1 | -2/+2 |
| * | Further on the path toward self-awareness. | Lindsey Kuper | 2011-04-05 | 1 | -2/+6 |
| * | Oops -- if we're going to use the pretty-printer, we need it to work. | Lindsey Kuper | 2011-04-05 | 1 | -0/+5 |
| * | Started adding support for typestate checking. | Tim Chevalier | 2011-04-01 | 1 | -8/+8 |
| * | Add block_to_str and expr_to_str methods to the pprust module. | Brian Anderson | 2011-03-31 | 1 | -0/+18 |
| * | rustc: Add a type annotation to tag items | Patrick Walton | 2011-03-31 | 1 | -1/+1 |
| * | More stuff to go with the new expr_call_self AST node | Lindsey Kuper | 2011-03-31 | 1 | -0/+7 |
| * | Improve line comment positioning | Marijn Haverbeke | 2011-03-31 | 1 | -27/+64 |
| * | Support break and cont in pretty-printer | Marijn Haverbeke | 2011-03-31 | 1 | -0/+6 |
| * | Add effect field to ast.ty_fn. | Marijn Haverbeke | 2011-03-31 | 1 | -4/+9 |
| * | Preserve comments when pretty-printing. | Marijn Haverbeke | 2011-03-31 | 2 | -786/+976 |
| * | Update pretty printer for ports, channels, send and receive | Brian Anderson | 2011-03-25 | 1 | -1/+33 |
| * | Refactor ast.local to make room for initialization via recv | Brian Anderson | 2011-03-25 | 1 | -2/+2 |
| * | make lexer unicode-aware for strings and char literals | Marijn Haverbeke | 2011-03-25 | 1 | -1/+0 |
| * | fix pretty-printer | Marijn Haverbeke | 2011-03-25 | 1 | -6/+10 |
| * | Started adding support for floating-point type, floating-point literals, and ... | Tim Chevalier | 2011-03-21 | 1 | -0/+3 |
| * | Modify native_item_fn to handle trailing linkage names that differ from the i... | Graydon Hoare | 2011-03-20 | 1 | -1/+5 |
| * | rustc: Implement "mutable?". Add a test case and XFAIL it in rustboot for now. | Patrick Walton | 2011-03-18 | 1 | -2/+4 |
| * | rustc: Switch mutability from being a type constructor to a field annotation | Patrick Walton | 2011-03-17 | 1 | -25/+30 |
| * | Switch all vases of vec += elt to vec += vec. Prohibit former in rustboot. Tw... | Graydon Hoare | 2011-03-16 | 2 | -7/+9 |
| * | rustc: Add an annotation for the crate definition to view_item_use | Patrick Walton | 2011-03-15 | 1 | -1/+1 |
| * | Merge remote branch 'brson/recursive-elseif' | Graydon Hoare | 2011-03-14 | 1 | -18/+10 |
| |\ |
|
| | * | Merge branch 'master' into recursive-elseif | Brian Anderson | 2011-03-13 | 2 | -34/+84 |
| | |\ |
|
| | * | | Merge branch 'master' into recursive-elseif | Brian Anderson | 2011-03-07 | 1 | -18/+10 |
| * | | | Make pretty-printer print 'with' clause in rec literals | Marijn Haverbeke | 2011-03-14 | 1 | -1/+11 |
| | |/
|/| |
|