| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use new module namespace syntax. | Lindsey Kuper | 2011-05-13 | 1 | -2/+2 |
| * | Bug fixes. | Lindsey Kuper | 2011-05-13 | 1 | -12/+0 |
| * | Correct capitalization of "Option". | Lindsey Kuper | 2011-05-13 | 1 | -6/+6 |
| * | Starting on support for anonymous objects. Just syntax so far. | Lindsey Kuper | 2011-05-13 | 1 | -0/+20 |
| * | Move capture checking into resolve.rs | Marijn Haverbeke | 2011-05-13 | 1 | -2/+0 |
| * | Downcase std modules again, move to :: for module dereferencing | Marijn Haverbeke | 2011-05-12 | 1 | -32/+31 |
| * | Keep resolve data in external hash table, rather than embedded defs | Marijn Haverbeke | 2011-05-12 | 1 | -6/+12 |
| * | Ensure ann tags are actually kept around during typechecking | Marijn Haverbeke | 2011-05-12 | 1 | -1/+9 |
| * | Remove mod indices from the AST | Marijn Haverbeke | 2011-05-11 | 1 | -89/+2 |
| * | Get rid of arm indices | Marijn Haverbeke | 2011-05-11 | 1 | -1/+1 |
| * | Get rid of block indices | Marijn Haverbeke | 2011-05-11 | 1 | -45/+12 |
| * | Use a const for crate-num-zero (ast.local_crate) | Marijn Haverbeke | 2011-05-11 | 1 | -0/+1 |
| * | Rewrite comp/middle/resolve.rs | Marijn Haverbeke | 2011-05-11 | 1 | -3/+3 |
| * | rustc: Number everything with an annotation | Patrick Walton | 2011-05-10 | 1 | -1/+1 |
| * | Rename std modules to be camelcased | Marijn Haverbeke | 2011-05-06 | 1 | -27/+27 |
| * | Bring back "pred" syntax for writing predicates for check | Tim Chevalier | 2011-05-05 | 1 | -1/+7 |
| * | Check well-formedness of constraints | Tim Chevalier | 2011-05-05 | 1 | -0/+14 |
| * | rustc: Stub support for Rust intrinsics | Patrick Walton | 2011-05-03 | 1 | -0/+1 |
| * | Extract ast.is_exported from the resolve module | Brian Anderson | 2011-05-02 | 1 | -0/+22 |
| * | Un-revert "Use different syntax for checks that matter to typestate", fixing ... | Patrick Walton | 2011-05-02 | 1 | -1/+4 |
| * | Revert "Use different syntax for checks that matter to typestate" | Graydon Hoare | 2011-05-02 | 1 | -4/+1 |
| * | Use different syntax for checks that matter to typestate | Tim Chevalier | 2011-05-02 | 1 | -1/+4 |
| * | rustc: Switch @ty.t to ty.t so that we can change it to a uint | Patrick Walton | 2011-04-22 | 1 | -2/+2 |
| * | Fix the signature of expr_ext | Brian Anderson | 2011-04-21 | 1 | -1/+1 |
| * | Remove half-baked 'opacity' layer qualifier. | Graydon Hoare | 2011-04-19 | 1 | -5/+0 |
| * | Remove effect system from src. | Graydon Hoare | 2011-04-19 | 1 | -9/+6 |
| * | add log_err to rustc | Marijn Haverbeke | 2011-04-19 | 1 | -1/+1 |
| * | Work on destructors, not entirely functional yet (no tydesc integration). | Graydon Hoare | 2011-04-14 | 1 | -1/+1 |
| * | typestate_check can now handle expr_block, expr_if, and expr_binary | Tim Chevalier | 2011-04-12 | 1 | -1/+2 |
| * | rustc: Switch to indices for type parameters | Patrick Walton | 2011-04-12 | 1 | -3/+3 |
| * | Further work on typestate. Handles expr_rec and expr_assign now. | Tim Chevalier | 2011-04-12 | 1 | -2/+4 |
| * | Support for self-calls that take arguments. | Lindsey Kuper | 2011-04-07 | 1 | -1/+1 |
| * | Continued sketching out code for checking states against preconditions. | Tim Chevalier | 2011-04-06 | 1 | -3/+3 |
| * | Further on the path toward self-awareness. | Lindsey Kuper | 2011-04-05 | 1 | -1/+1 |
| * | Make box prefix operator and box type carry mutability flag. | Graydon Hoare | 2011-04-04 | 1 | -2/+5 |
| * | Started adding support for typestate checking. | Tim Chevalier | 2011-04-01 | 1 | -9/+12 |
| * | rustc: Add a type annotation to tag items | Patrick Walton | 2011-03-31 | 1 | -3/+3 |
| * | Improve line comment positioning | Marijn Haverbeke | 2011-03-31 | 1 | -3/+4 |
| * | Add effect field to ast.ty_fn. | Marijn Haverbeke | 2011-03-31 | 1 | -3/+2 |
| * | rustc: Thread an item-to-type mapping throughout the typechecking and transla... | Patrick Walton | 2011-03-30 | 1 | -1/+3 |
| * | Beginnings of support for magical self prefix; nothing profound happening yet. | Lindsey Kuper | 2011-03-29 | 1 | -0/+1 |
| * | Teach trans to emit undefined references to 'use'd symbols. Can compile and r... | Graydon Hoare | 2011-03-29 | 1 | -0/+22 |
| * | Add expr_spawn, spawn parsing, folding, typechecking, ty_task | Brian Anderson | 2011-03-28 | 1 | -0/+6 |
| * | rustc: Add support for calling LLVM intrinsics as native functions | Patrick Walton | 2011-03-28 | 1 | -0/+1 |
| * | Add support for break and cont to rustc | Marijn Haverbeke | 2011-03-27 | 1 | -0/+2 |
| * | Another go at changing compile-command, this time using RBUILD env var. | Graydon Hoare | 2011-03-25 | 1 | -1/+1 |
| * | Revert "Bulk-edit compile commands in emacs chatter to point to assumed build... | Graydon Hoare | 2011-03-25 | 1 | -1/+1 |
| * | Bulk-edit compile commands in emacs chatter to point to assumed build/ dir of... | Graydon Hoare | 2011-03-25 | 1 | -1/+1 |
| * | rustc: Store cached crate metadata in the session | Patrick Walton | 2011-03-25 | 1 | -4/+1 |
| * | Refactor ast.local to make room for initialization via recv | Brian Anderson | 2011-03-25 | 1 | -1/+9 |