| Age | Commit message (Expand) | Author | Lines |
| 2011-06-09 | A revised, improved alias-checker | Marijn Haverbeke | -0/+4 |
| 2011-06-08 | Add optional message to fail. | Josh Matthews | -1/+1 |
| 2011-06-07 | More work on proper linkage name-mangling. Almost right, aside from version n... | Graydon Hoare | -1/+6 |
| 2011-06-03 | Add spans to fields, args, methods. Improve pp of same. | Graydon Hoare | -3/+7 |
| 2011-06-03 | Accept *foo as a pointer to foo. | Rafael Ávila de Espíndola | -0/+1 |
| 2011-06-02 | Implement pcwalton's code review suggestions. | Paul Stansifer | -1/+1 |
| 2011-06-02 | Error message, instead of segfault, when recursive types are used. | Paul Stansifer | -0/+8 |
| 2011-06-01 | Allow constraint args to be literals | Tim Chevalier | -0/+1 |
| 2011-06-01 | Add a space after @mutable. | Graydon Hoare | -1/+1 |
| 2011-05-31 | Now imports are not re-exported unless 'export' is explicitly used. | Paul Stansifer | -4/+24 |
| 2011-05-31 | Support move as an initializer. | Michael Sullivan | -0/+1 |
| 2011-05-31 | Insert plumbing for move that behaves just like assign. | Michael Sullivan | -0/+1 |
| 2011-05-31 | Teach the compiler to understand yield and join, as well as using task as a t... | Eric Holk | -0/+1 |
| 2011-05-31 | Add span to field to catch per-field comments in rec exprs. | Graydon Hoare | -1/+2 |
| 2011-05-27 | "import module::*;" now works. | Paul Stansifer | -1/+0 |
| 2011-05-27 | Parsing and folding changes for globbed imports. | Paul Stansifer | -0/+1 |
| 2011-05-26 | Remove unused imports | Tim Chevalier | -4/+1 |
| 2011-05-26 | Remove redisue of unused fields from 'ann'. | Graydon Hoare | -4/+1 |
| 2011-05-26 | Remove residual uses of fold, and fold itself. | Graydon Hoare | -1/+1 |
| 2011-05-20 | More work on anonymous objects. | Lindsey Kuper | -1/+1 |
| 2011-05-20 | Make controlflow part of a function type | Tim Chevalier | -2/+3 |
| 2011-05-19 | remove now-unused ts field from ann | Tim Chevalier | -2/+1 |
| 2011-05-17 | rustc: Flatten annotations | Patrick Walton | -14/+4 |
| 2011-05-17 | Finally rename std::_xxx to std::xxx | Marijn Haverbeke | -3/+3 |
| 2011-05-16 | Started adding support for return checking and non-returning function annotat... | Tim Chevalier | -3/+15 |
| 2011-05-13 | Use new module namespace syntax. | Lindsey Kuper | -2/+2 |
| 2011-05-13 | Bug fixes. | Lindsey Kuper | -12/+0 |
| 2011-05-13 | Correct capitalization of "Option". | Lindsey Kuper | -6/+6 |
| 2011-05-13 | Starting on support for anonymous objects. Just syntax so far. | Lindsey Kuper | -0/+20 |
| 2011-05-13 | Move capture checking into resolve.rs | Marijn Haverbeke | -2/+0 |
| 2011-05-12 | Downcase std modules again, move to :: for module dereferencing | Marijn Haverbeke | -32/+31 |
| 2011-05-12 | Keep resolve data in external hash table, rather than embedded defs | Marijn Haverbeke | -6/+12 |
| 2011-05-12 | Ensure ann tags are actually kept around during typechecking | Marijn Haverbeke | -1/+9 |
| 2011-05-11 | Remove mod indices from the AST | Marijn Haverbeke | -89/+2 |
| 2011-05-11 | Get rid of arm indices | Marijn Haverbeke | -1/+1 |
| 2011-05-11 | Get rid of block indices | Marijn Haverbeke | -45/+12 |
| 2011-05-11 | Use a const for crate-num-zero (ast.local_crate) | Marijn Haverbeke | -0/+1 |
| 2011-05-11 | Rewrite comp/middle/resolve.rs | Marijn Haverbeke | -3/+3 |
| 2011-05-10 | rustc: Number everything with an annotation | Patrick Walton | -1/+1 |
| 2011-05-06 | Rename std modules to be camelcased | Marijn Haverbeke | -27/+27 |
| 2011-05-05 | Bring back "pred" syntax for writing predicates for check | Tim Chevalier | -1/+7 |
| 2011-05-05 | Check well-formedness of constraints | Tim Chevalier | -0/+14 |
| 2011-05-03 | rustc: Stub support for Rust intrinsics | Patrick Walton | -0/+1 |
| 2011-05-02 | Extract ast.is_exported from the resolve module | Brian Anderson | -0/+22 |
| 2011-05-02 | Un-revert "Use different syntax for checks that matter to typestate", fixing ... | Patrick Walton | -1/+4 |
| 2011-05-02 | Revert "Use different syntax for checks that matter to typestate" | Graydon Hoare | -4/+1 |
| 2011-05-02 | Use different syntax for checks that matter to typestate | Tim Chevalier | -1/+4 |
| 2011-04-22 | rustc: Switch @ty.t to ty.t so that we can change it to a uint | Patrick Walton | -2/+2 |
| 2011-04-21 | Fix the signature of expr_ext | Brian Anderson | -1/+1 |
| 2011-04-19 | Remove half-baked 'opacity' layer qualifier. | Graydon Hoare | -5/+0 |