| Age | Commit message (Expand) | Author | Lines |
| 2012-03-02 | Move src/comp to src/rustc | Graydon Hoare | -201/+0 |
| 2012-02-09 | Remove some pointless imports | Marijn Haverbeke | -1/+0 |
| 2012-02-08 | Monomorphize resource and variant constructors | Marijn Haverbeke | -4/+4 |
| 2012-02-06 | Make ty::t type self-sufficient | Marijn Haverbeke | -1/+1 |
| 2012-01-12 | Make driver::session::session no longer an object | Marijn Haverbeke | -0/+1 |
| 2011-12-29 | split proto from fn_decl, as not all fn_decls know the proto. | Niko Matsakis | -11/+10 |
| 2011-12-23 | Go back to a single visit_fn function in visit.rs | Marijn Haverbeke | -6/+6 |
| 2011-12-22 | Register new snapshots, purge log_err and log_full in favour of log(...). | Graydon Hoare | -1/+1 |
| 2011-12-22 | Merge all 3 log syntaxes, tidy up residual misuses. | Graydon Hoare | -3/+3 |
| 2011-12-22 | Merge branch 'master' of github.com:graydon/rust | Graydon Hoare | -3/+1 |
| 2011-12-22 | Register snapshots and switch logging over to use of log_full or #error / #de... | Graydon Hoare | -1/+1 |
| 2011-12-22 | Unify some data structures in syntax::ast that were doing the same thing | Marijn Haverbeke | -3/+1 |
| 2011-12-21 | Make { || ... } sugar for any type of closure, inferred | Niko Matsakis | -28/+36 |
| 2011-12-19 | integrate cap clause into type state, but not trans | Niko Matsakis | -9/+7 |
| 2011-12-13 | Copy first batch of material from libstd to libcore. | Graydon Hoare | -1/+1 |
| 2011-11-17 | remove compile-command from local variable blocks | Niko Matsakis | -1/+0 |
| 2011-11-10 | Cleanup unused imports | Haitao Li | -8/+5 |
| 2011-10-21 | Drop support for iter, put, and for-each | Marijn Haverbeke | -4/+3 |
| 2011-10-20 | Make fn denote a bare function. Convert fn to fn@ as needed | Brian Anderson | -1/+2 |
| 2011-09-14 | Rename ast::controlflow to ast::ret_style | Marijn Haverbeke | -2/+2 |
| 2011-09-12 | Factor imports mindlessly. | Graydon Hoare | -35/+9 |
| 2011-09-12 | Reformat for new mode syntax, step 1 | Marijn Haverbeke | -10/+9 |
| 2011-09-02 | Reformat. Issue #855 | Brian Anderson | -27/+20 |
| 2011-09-01 | Rename std::istr to std::str. Issue #855 | Brian Anderson | -1/+1 |
| 2011-08-31 | Check all paths return properly in blocks. Closes #874. | Michael Sullivan | -1/+1 |
| 2011-08-27 | Convert rustc::driver::session to istrs. Issue #855 | Brian Anderson | -12/+12 |
| 2011-08-27 | Convert pretty-printer to istrs. Issue #855 | Brian Anderson | -5/+6 |
| 2011-08-27 | Convert the rest of rustc::middle to istrs. Issue #855 | Brian Anderson | -14/+14 |
| 2011-08-27 | Convert ast::ident to istr. Issue #855 | Brian Anderson | -5/+12 |
| 2011-08-22 | Move functions from syntax::ast to syntax::ast_util | Brian Anderson | -1/+1 |
| 2011-08-20 | Reformat | Brian Anderson | -8/+9 |
| 2011-08-18 | Don't warn about unused vars whose name starts with _ | Marijn Haverbeke | -2/+3 |
| 2011-08-16 | Port the compiler to the expr foo::<T> syntax. | Erick Tryzelaar | -2/+2 |
| 2011-08-16 | Port the compiler to the typaram foo<T> syntax. | Erick Tryzelaar | -3/+3 |
| 2011-08-15 | The wonky for...in... whitespace was bothering me. Sorry! | Lindsey Kuper | -1/+1 |
| 2011-08-15 | Fix bad argument type of pprust::print_type | Marijn Haverbeke | -1/+1 |
| 2011-08-09 | Port the compiler to the ivec type [T] syntax. | Erick Tryzelaar | -3/+3 |
| 2011-08-01 | Handle bang functions correctly in typestate | Tim Chevalier | -11/+10 |
| 2011-07-27 | Reformat for new syntax | Marijn Haverbeke | -55/+57 |
| 2011-07-19 | Beginnings of support for constrained types | Tim Chevalier | -5/+4 |
| 2011-07-13 | Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases. | Graydon Hoare | -1/+1 |
| 2011-07-12 | Add missing files | Tim Chevalier | -34/+24 |
| 2011-07-07 | rustc: Change lots of AST nodes to use interior vectors | Patrick Walton | -3/+3 |
| 2011-07-06 | rustc: Remove unused or seldom-used imports from middle::tstate::{bitvectors,... | Patrick Walton | -6/+0 |
| 2011-07-06 | rustc: Revert the conversion to interior vectors due to heap corruption | Patrick Walton | -0/+6 |
| 2011-07-06 | rustc: Remove unused or seldom-used imports from middle::tstate::{bitvectors,... | Patrick Walton | -6/+0 |
| 2011-07-05 | Move everything syntax-related to syntax/, break deps on rest of compiler | Marijn Haverbeke | -22/+23 |
| 2011-06-30 | Kill unused variables | Tim Chevalier | -1/+2 |
| 2011-06-30 | Warn for unused variables | Tim Chevalier | -22/+33 |
| 2011-06-27 | Tests for while loops that may invalidate constraints | Tim Chevalier | -4/+4 |