| Age | Commit message (Expand) | Author | Lines |
| 2019-07-27 | Move proc macro server into libsyntax | Vadim Petrochenkov | -1/+1 |
| 2019-07-03 | Remove needless lifetimes | Jeremy Stucki | -2/+2 |
| 2019-06-18 | syntax: Factor out common fields from `SyntaxExtension` variants | Vadim Petrochenkov | -7/+6 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -6/+7 |
| 2019-06-12 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -4/+1 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -2/+2 |
| 2019-06-12 | Fix fallout from `deny(unused_lifetimes)`. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -2/+2 |
| 2019-06-10 | syntax: Rename variants of `SyntaxExtension` for consistency | Vadim Petrochenkov | -1/+1 |
| 2019-06-01 | Rollup merge of #61389 - Zoxc:arena-cleanup, r=eddyb | Mazdak Farrokhzad | -3/+3 |
| 2019-05-31 | rustc_codegen_utils: add new mangling scheme implementation. | Eduard-Mihai Burtescu | -0/+1 |
| 2019-05-31 | Remove GlobalArenas and use Arena instead | John Kåre Alsaker | -3/+3 |
| 2019-05-28 | Auto merge of #60955 - agnxy:rename-assoc, r=oli-obk,Centril | bors | -1/+1 |
| 2019-05-27 | Avoid unnecessary internings. | Nicholas Nethercote | -3/+1 |
| 2019-05-26 | Rename "Associated*" to "Assoc*" | Andrew Xu | -1/+1 |
| 2019-05-23 | Update dylib_dependency_formats, extern_crate and reachable_non_generics | John Kåre Alsaker | -4/+4 |
| 2019-05-23 | Update foreign_modules and dllimport_foreign_items | John Kåre Alsaker | -2/+2 |
| 2019-05-23 | Update visible_parent_map | John Kåre Alsaker | -1/+1 |
| 2019-05-23 | Update get_lib_features, defined_lib_features, get_lang_items, defined_lang_i... | John Kåre Alsaker | -3/+3 |
| 2019-05-23 | Update stability_index, all_crate_nums and features_query | John Kåre Alsaker | -1/+1 |
| 2019-05-23 | Update GenericPredicates queries | John Kåre Alsaker | -3/+5 |
| 2019-05-23 | Update item_children | John Kåre Alsaker | -2/+2 |
| 2019-05-23 | Update implementations_of_trait and all_trait_implementations | John Kåre Alsaker | -8/+2 |
| 2019-05-23 | Update inherent_impls | John Kåre Alsaker | -1/+1 |
| 2019-05-23 | Update associated_item_def_ids | John Kåre Alsaker | -2/+3 |
| 2019-05-22 | rustc_metadata: parametrize schema::CrateRoot by 'tcx. | Eduard-Mihai Burtescu | -6/+1 |
| 2019-05-22 | Rollup merge of #61003 - nnethercote:rm-InternedString-PartialEq-impls, r=pet... | Mazdak Farrokhzad | -1/+1 |
| 2019-05-21 | Remove impls for `InternedString`/string equality. | Nicholas Nethercote | -1/+1 |
| 2019-05-20 | Do not fail on child without DefId | Esteban Küber | -11/+11 |
| 2019-05-13 | Remove the equality operation between `Symbol` and strings. | Nicholas Nethercote | -2/+2 |
| 2019-05-03 | rustc: rename hir::def::Def to Res (short for "resolution"). | Eduard-Mihai Burtescu | -2/+2 |
| 2019-05-03 | rustc: use DefKind instead of Def, where possible. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-05-01 | Rollup merge of #60287 - Zoxc:the-arena-variances_of, r=eddyb | Mazdak Farrokhzad | -1/+1 |
| 2019-04-25 | Update variances_of | John Kåre Alsaker | -1/+1 |
| 2019-04-25 | Update mir_const_qualif | John Kåre Alsaker | -1/+1 |
| 2019-04-21 | Introduce query `static_mutability` | Vadim Petrochenkov | -0/+1 |
| 2019-04-14 | Auto merge of #59335 - Aaron1011:fix/extern-priv-final, r=Aaron1011 | bors | -0/+4 |
| 2019-04-14 | Improve formatting | Aaron Hill | -1/+0 |
| 2019-04-14 | HirIdify hir::Def | ljedrz | -2/+7 |
| 2019-04-14 | Properly parse '--extern-private' with name and path | Aaron Hill | -0/+5 |
| 2019-03-24 | Separate variant id and variant constructor id. | David Wood | -0/+8 |
| 2019-03-06 | Emit missing unclosed delimiter errors | Esteban Küber | -2/+2 |
| 2019-02-11 | Use `Rc<[Symbol]>` instead of `Vec<Symbol>` to reduce # of allocs | Oliver Scherer | -2/+2 |
| 2019-02-11 | Require a list of features to allow in `allow_internal_unstable` | Oliver Scherer | -1/+3 |
| 2019-02-09 | Auto merge of #57944 - estebank:unclosed-delim-the-quickening, r=oli-obk | bors | -1/+3 |
| 2019-02-08 | librustc_metadata => 2018 | Taiki Endo | -8/+8 |
| 2019-02-07 | unify error handling to single method | Esteban Küber | -6/+2 |
| 2019-02-07 | Deduplicate mismatched delimiter errors | Esteban Küber | -1/+7 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -1/+1 |