| Age | Commit message (Expand) | Author | Lines |
| 2017-07-05 | use field init shorthand in src/librustc | Zack M. Davis | -1/+1 |
| 2017-05-30 | Add new error code | Guillaume Gomez | -1/+1 |
| 2017-05-08 | Remove need for &format!(...) or &&"" dances in `span_label` calls | Oliver Schneider | -4/+4 |
| 2017-04-18 | kill a bunch of one off tasks | Niko Matsakis | -3/+0 |
| 2017-01-26 | rustc: don't call the HIR AST. | Eduard-Mihai Burtescu | -7/+7 |
| 2016-12-28 | rustc: separate TraitItem from their parent Item, just like ImplItem. | Eduard-Mihai Burtescu | -1/+4 |
| 2016-11-29 | rustc: replace body exprs by their ids | Florian Diebold | -0/+1 |
| 2016-11-21 | Cleanup `InternedString`. | Jeffrey Seyfried | -1/+1 |
| 2016-11-16 | fallout from separating impl-items from impls | Niko Matsakis | -1/+5 |
| 2016-11-16 | refactor Visitor into ItemLikeVisitor and intravisit::Visitor | Niko Matsakis | -3/+3 |
| 2016-08-11 | Update E0138 to new format | Chiu-Hsiang Hsu | -2/+7 |
| 2016-08-04 | Update error format for E0137 | Vincent Prouillet | -2/+5 |
| 2016-06-23 | Move errors from libsyntax to its own crate | Jonathan Turner | -1/+1 |
| 2016-04-06 | rustc: move middle::{def,def_id,pat_util} to hir. | Eduard Burtescu | -1/+1 |
| 2016-04-06 | rustc: move rustc_front to rustc::hir. | Eduard Burtescu | -3/+3 |
| 2016-02-05 | Instrument a bunch of tasks that employ the HIR map in one way or | Niko Matsakis | -0/+3 |
| 2015-12-30 | use structured errors | Nick Cameron | -6/+9 |
| 2015-11-18 | Port entry code to `visit_all_items` -- since this was tracking whether | Niko Matsakis | -18/+16 |
| 2015-09-24 | Cleanup interfaces of Name, SyntaxContext and Ident | Vadim Petrochenkov | -1/+1 |
| 2015-09-22 | Use Names in HIR Items | Vadim Petrochenkov | -1/+1 |
| 2015-09-16 | Use ast attributes every where (remove HIR attributes). | Nick Cameron | -2/+2 |
| 2015-09-03 | Add an intital HIR and lowering step | Nick Cameron | -7/+32 |
| 2015-08-24 | Move entry point identification logic to libsyntax | William Throwe | -45/+36 |
| 2015-06-10 | syntax: move ast_map to librustc. | Eduard Burtescu | -1/+1 |
| 2015-02-11 | Revert #22051 | Simonas Kazlauskas | -4/+1 |
| 2015-02-07 | Do not fail if --emit≠link and there’s no main fn | Simonas Kazlauskas | -1/+4 |
| 2015-02-05 | cleanup: replace `as[_mut]_slice()` calls with deref coercions | Jorge Aparicio | -3/+3 |
| 2015-02-02 | `for x in xs.iter()` -> `for x in &xs` | Jorge Aparicio | -1/+1 |
| 2014-11-25 | Fallout from stabilization | Aaron Turon | -1/+1 |
| 2014-11-18 | Move trans, back, driver, and back into a new crate, rustc_trans. Reduces mem... | Niko Matsakis | -2/+1 |
| 2014-09-14 | rustc: fix fallout from using ptr::P. | Eduard Burtescu | -7/+7 |
| 2014-09-12 | Track the visited AST's lifetime throughout Visitor. | Eduard Burtescu | -1/+1 |
| 2014-09-12 | Remove largely unused context from Visitor. | Eduard Burtescu | -4/+4 |
| 2014-07-18 | Assign more diagnostic codes | Jakub Wieczorek | -9/+6 |
| 2014-06-06 | Rename Iterator::len to count | Aaron Turon | -1/+1 |
| 2014-05-11 | Reorganise driver code. | Nick Cameron | -6/+6 |
| 2014-05-02 | rustc: Remove the session building_library flag | Alex Crichton | -14/+15 |
| 2014-04-03 | std: Remove `RefCell::set()` | Erick Tryzelaar | -3/+3 |
| 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-@ Session usage. | Eduard Burtescu | -2/+2 |
| 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 | -2/+2 |
| 2014-03-01 | librustc: Fix errors arising from the automated `~[T]` conversion | Patrick Walton | -3/+3 |
| 2014-02-14 | Refactored ast_map and friends, mainly to have Paths without storing them. | Eduard Burtescu | -24/+23 |
| 2014-02-13 | Replace `crate` usage with `krate` | Flavio Percoco | -3/+3 |
| 2014-01-19 | syntax: convert ast_map to use a SmallIntMap. | Huon Wilson | -3/+2 |
| 2014-01-09 | libsyntax: Renamed types, traits and enum variants to CamelCase. | Eduard Burtescu | -7/+7 |
| 2014-01-06 | Disowned the Visitor. | Eduard Burtescu | -2/+2 |
| 2014-01-03 | librustc: De-`@mut` the AST map | Patrick Walton | -13/+16 |