| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove some truly wrong logic in parse_constrs | Marijn Haverbeke | 2011-05-12 | 1 | -13/+8 |
| * | Keep resolve data in external hash table, rather than embedded defs | Marijn Haverbeke | 2011-05-12 | 1 | -10/+14 |
| * | Remove unused filename parameter from lexer.new_reader | Brian Anderson | 2011-05-11 | 1 | -1/+1 |
| * | Give the lexer a session so that it can fail more informatively | Brian Anderson | 2011-05-11 | 1 | -1/+1 |
| * | Remove mod indices from the AST | Marijn Haverbeke | 2011-05-11 | 1 | -28/+10 |
| * | Get rid of arm indices | Marijn Haverbeke | 2011-05-11 | 1 | -23/+2 |
| * | Get rid of block indices | Marijn Haverbeke | 2011-05-11 | 1 | -10/+1 |
| * | Rewrite comp/middle/resolve.rs | Marijn Haverbeke | 2011-05-11 | 1 | -2/+1 |
| * | rustc: Number everything with an annotation | Patrick Walton | 2011-05-10 | 1 | -76/+85 |
| * | Remove boxes from token.t. | Graydon Hoare | 2011-05-09 | 1 | -25/+40 |
| * | Rename std modules to be camelcased | Marijn Haverbeke | 2011-05-06 | 1 | -37/+37 |
| * | Bring back "pred" syntax for writing predicates for check | Tim Chevalier | 2011-05-05 | 1 | -11/+21 |
| * | Remove 'deprecated mutable...' from our code | Marijn Haverbeke | 2011-05-05 | 1 | -1/+1 |
| * | Add #env syntax extension for plucking strings out of the compilation environ... | Graydon Hoare | 2011-05-04 | 1 | -0/+7 |
| * | rustc: Stub support for Rust intrinsics | Patrick Walton | 2011-05-03 | 1 | -0/+2 |
| * | Revert "Rename the "llvm" API to "llvm-intrinsic"" due to tinderbox bustage | Patrick Walton | 2011-05-03 | 1 | -1/+1 |
| * | Start sketching --depend support in rustc. | Graydon Hoare | 2011-05-03 | 1 | -1/+6 |
| * | Rename the "llvm" API to "llvm-intrinsic" | Patrick Walton | 2011-05-03 | 1 | -1/+1 |
| * | Un-revert "Use different syntax for checks that matter to typestate", fixing ... | Patrick Walton | 2011-05-02 | 1 | -19/+23 |
| * | Revert "Use different syntax for checks that matter to typestate" | Graydon Hoare | 2011-05-02 | 1 | -23/+19 |
| * | Use different syntax for checks that matter to typestate | Tim Chevalier | 2011-05-02 | 1 | -19/+23 |
| * | Fix the signature of expr_ext | Brian Anderson | 2011-04-21 | 1 | -2/+2 |
| * | rustc: Make the parser never assign any types, not even ty_nil | Patrick Walton | 2011-04-21 | 1 | -5/+4 |
| * | Remove half-baked 'opacity' layer qualifier. | Graydon Hoare | 2011-04-19 | 1 | -14/+0 |
| * | Remove effect system from src. | Graydon Hoare | 2011-04-19 | 1 | -147/+128 |
| * | add log_err to rustc | Marijn Haverbeke | 2011-04-19 | 1 | -2/+9 |
| * | Work on destructors, not entirely functional yet (no tydesc integration). | Graydon Hoare | 2011-04-14 | 1 | -3/+21 |
| * | typestate_check can now handle expr_block, expr_if, and expr_binary | Tim Chevalier | 2011-04-12 | 1 | -1/+1 |
| * | rustc: Switch to indices for type parameters | Patrick Walton | 2011-04-12 | 1 | -2/+1 |
| * | Further work on typestate. Handles expr_rec and expr_assign now. | Tim Chevalier | 2011-04-12 | 1 | -7/+9 |
| * | Move to single-uint file-position representation. | Marijn Haverbeke | 2011-04-09 | 1 | -209/+204 |
| * | Support for self-calls that take arguments. | Lindsey Kuper | 2011-04-07 | 1 | -3/+10 |
| * | Continued sketching out code for checking states against preconditions. | Tim Chevalier | 2011-04-06 | 1 | -7/+8 |
| * | Last pieces of self-call support. | Lindsey Kuper | 2011-04-05 | 1 | -1/+1 |
| * | Further on the path toward self-awareness. | Lindsey Kuper | 2011-04-05 | 1 | -1/+3 |
| * | Make box prefix operator and box type carry mutability flag. | Graydon Hoare | 2011-04-04 | 1 | -1/+2 |
| * | Started adding support for typestate checking. | Tim Chevalier | 2011-04-01 | 1 | -18/+18 |
| * | rustc: Add a type annotation to tag items | Patrick Walton | 2011-03-31 | 1 | -1/+2 |
| * | Remove redundant parser logic. | Brian Anderson | 2011-03-31 | 1 | -33/+0 |
| * | Improve line comment positioning | Marijn Haverbeke | 2011-03-31 | 1 | -3/+7 |
| * | Support break and cont in pretty-printer | Marijn Haverbeke | 2011-03-31 | 1 | -0/+2 |
| * | Add effect field to ast.ty_fn. | Marijn Haverbeke | 2011-03-31 | 1 | -12/+11 |
| * | Preserve comments when pretty-printing. | Marijn Haverbeke | 2011-03-31 | 1 | -1/+3 |
| * | rustc: Thread an item-to-type mapping throughout the typechecking and transla... | Patrick Walton | 2011-03-30 | 1 | -2/+2 |
| * | Beginnings of support for magical self prefix; nothing profound happening yet. | Lindsey Kuper | 2011-03-29 | 1 | -0/+15 |
| * | Ignore 'mutable foo' in plain field contexts. | Graydon Hoare | 2011-03-29 | 1 | -0/+6 |
| * | Add expr_spawn, spawn parsing, folding, typechecking, ty_task | Brian Anderson | 2011-03-28 | 1 | -0/+24 |
| * | rustc: Add support for calling LLVM intrinsics as native functions | Patrick Walton | 2011-03-28 | 1 | -0/+2 |
| * | Add support for break and cont to rustc | Marijn Haverbeke | 2011-03-27 | 1 | -0/+10 |
| * | Another go at changing compile-command, this time using RBUILD env var. | Graydon Hoare | 2011-03-25 | 1 | -1/+1 |