| Age | Commit message (Expand) | Author | Lines |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -1/+1 |
| 2014-03-22 | Implement vtable support for autoderef. | Eduard Burtescu | -2/+2 |
| 2014-03-22 | rustc: Remove all usage of manual deref() | Alex Crichton | -1/+1 |
| 2014-03-22 | rustc: Fix fallout of removing get() | Alex Crichton | -18/+8 |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -1/+0 |
| 2014-03-20 | rename std::vec_ng -> std::vec | Daniel Micay | -1/+1 |
| 2014-03-17 | De-@ move maps and rework parts of trans. | Eduard Burtescu | -18/+9 |
| 2014-03-17 | De-@ trans contexts. | Eduard Burtescu | -2/+0 |
| 2014-03-17 | De-@ ty::ctxt usage. | Eduard Burtescu | -13/+13 |
| 2014-03-13 | Implement automatic overloaded dereference. | Eduard Burtescu | -3/+3 |
| 2014-03-13 | Remove Rc's borrow method to avoid conflicts with RefCell's borrow in Rc<RefC... | Eduard Burtescu | -1/+1 |
| 2014-03-08 | librustc: Fix up fallout from the automatic conversion. | Felix S. Klock II | -0/+1 |
| 2014-03-08 | librustc: Automatically change uses of `~[T]` to `Vec<T>` in rustc. | Patrick Walton | -1/+1 |
| 2014-03-07 | create a sensible comparison trait hierarchy | Daniel Micay | -1/+1 |
| 2014-03-06 | rustc: Move to FNV hashing for node/def ids | Alex Crichton | -8/+9 |
| 2014-03-01 | librustc: Fix errors arising from the automated `~[T]` conversion | Patrick Walton | -3/+5 |
| 2014-02-26 | Replace callee_id with information stored in method_map. | Eduard Burtescu | -6/+6 |
| 2014-02-23 | Move std::{trie, hashmap} to libcollections | Alex Crichton | -1/+1 |
| 2014-02-21 | Changed NonCamelCaseTypes lint to warn by default | mr.Shu | -1/+2 |
| 2014-02-14 | Refactored ast_map and friends, mainly to have Paths without storing them. | Eduard Burtescu | -8/+6 |
| 2014-02-13 | Replace `crate` usage with `krate` | Flavio Percoco | -2/+2 |
| 2014-02-08 | Fixed error starting with uppercase | mr.Shu | -15/+15 |
| 2014-02-02 | syntax: remove the handling of @str and @[] from the parser completely. | Huon Wilson | -1/+0 |
| 2014-02-02 | rustc: remove use of @[]. | Huon Wilson | -2/+3 |
| 2014-02-02 | libsyntax: Make float literals not use `@str` | Patrick Walton | -3/+3 |
| 2014-02-02 | libsyntax: De-`@str` literal strings in the AST | Patrick Walton | -6/+7 |
| 2014-01-29 | Add a limited prim type lookup for safer const expr evaluation | Jason Fager | -2/+13 |
| 2014-01-19 | syntax: convert ast_map to use a SmallIntMap. | Huon Wilson | -6/+4 |
| 2014-01-09 | libsyntax: Renamed types, traits and enum variants to CamelCase. | Eduard Burtescu | -23/+23 |
| 2014-01-06 | Disowned the Visitor. | Eduard Burtescu | -1/+1 |
| 2014-01-03 | librustc: Remove `@mut` support from the parser | Patrick Walton | -1/+0 |
| 2014-01-03 | librustc: Remove `@mut` support from the typechecker and borrow checker | Patrick Walton | -3/+1 |
| 2014-01-03 | librustc: De-`@mut` the AST map | Patrick Walton | -19/+26 |
| 2013-12-26 | librustc: De-`@mut` the def map. | Patrick Walton | -5/+11 |
| 2013-12-26 | librustc: De-`@mut` the method map | Patrick Walton | -2/+2 |
| 2013-12-26 | librustc: De-`@mut` the write guard map | Patrick Walton | -2/+2 |
| 2013-12-26 | librustc: De-`@mut` the vtable map | Patrick Walton | -2/+2 |
| 2013-12-26 | librustc: De-`@mut` the capture map | Patrick Walton | -2/+2 |
| 2013-12-26 | librustc: De-`@mut` the borrow check's root map | Patrick Walton | -2/+3 |
| 2013-12-26 | librustc: De-`@mut` `extern_const_variants` in the type context | Patrick Walton | -5/+12 |
| 2013-12-26 | librustc: De-`@mut` the `extern_const_statics` table in the type context | Patrick Walton | -5/+12 |
| 2013-12-01 | Box Block, fn_decl, variant and Ty in the AST, as they were inflating critica... | Eduard Burtescu | -1/+1 |
| 2013-11-28 | Register new snapshots | Alex Crichton | -2/+2 |
| 2013-11-26 | librustc: Remove non-procedure uses of `do` from librustc, librustdoc, | Patrick Walton | -3/+1 |
| 2013-10-18 | Optimize include_bin! for large inputs | Alex Crichton | -0/+2 |
| 2013-10-09 | option: rewrite the API to use composition | Daniel Micay | -2/+2 |
| 2013-10-08 | add new enum ast::StrStyle as field to ast::lit_str | Benjamin Herr | -1/+1 |
| 2013-10-04 | Cache more results of const_eval | Alex Crichton | -111/+116 |
| 2013-10-01 | remove the `float` type | Daniel Micay | -2/+2 |
| 2013-09-18 | std: Remove {float,f64,f32}::from_str in favor of from_str | blake2-ppc | -3/+2 |