| Age | Commit message (Expand) | Author | Lines |
| 2020-03-05 | Use more efficient &&str to String conversion (clippy::inefficient_to_string) | Matthias Krüger | -1/+2 |
| 2020-03-03 | use question mark operator in a few places. | Matthias Krüger | -3/+1 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -2/+2 |
| 2020-02-28 | Rollup merge of #69541 - dotdash:format, r=Mark-Simulacrum | Mazdak Farrokhzad | -4/+1 |
| 2020-02-27 | Remove unneeded calls to format!() | Björn Steinbrink | -4/+1 |
| 2020-02-27 | use char instead of &str for single char patterns | Matthias Krüger | -3/+3 |
| 2020-02-19 | Make is_object_safe a method. | Camille GILLOT | -1/+1 |
| 2020-02-04 | fix couple of perf related clipyp warnings | Matthias Krüger | -2/+1 |
| 2020-01-17 | Use named fields for `hir::ItemKind::Impl` | Dylan MacKenzie | -1/+1 |
| 2020-01-16 | don't clone types that are copy | Matthias Krüger | -1/+1 |
| 2020-01-09 | Label unmarked time | John Kåre Alsaker | -0/+6 |
| 2020-01-09 | Change -Z time event naming scheme and make them generic activities | John Kåre Alsaker | -7/+8 |
| 2020-01-08 | normalize rustc::hir::intravisit imports | Mazdak Farrokhzad | -1/+1 |
| 2020-01-08 | intravisit: abstract over HIR Map | Mazdak Farrokhzad | -1/+4 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -5/+5 |
| 2020-01-05 | Use self profile infrastructure for -Z time and -Z time-passes | John Kåre Alsaker | -46/+31 |
| 2020-01-02 | Normalize `syntax::symbol` imports. | Mazdak Farrokhzad | -1/+1 |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -1/+1 |
| 2019-12-22 | Format the world | Mark Rousskov | -594/+582 |
| 2019-12-21 | Use Arena inside hir::ImplItem. | Camille GILLOT | -1/+1 |
| 2019-12-21 | Use Arena inside hir::TraitItem. | Camille GILLOT | -1/+1 |
| 2019-12-21 | Use Arena inside hir::Item. | Camille GILLOT | -1/+1 |
| 2019-12-18 | Remove some unnecessary `ATTR_*` constants. | Nicholas Nethercote | -4/+3 |
| 2019-11-02 | Simplify various `Symbol` use points. | Nicholas Nethercote | -2/+2 |
| 2019-11-01 | Rollup merge of #65470 - traxys:fix_65401, r=michaelwoerister | Tyler Mandry | -1/+9 |
| 2019-10-24 | remove the last remaining READMEs | Mark Mansi | -12/+2 |
| 2019-10-16 | Check if there are any delayed_span_bugs and abort incremental compilation in... | Quentin Boyer | -1/+9 |
| 2019-10-09 | self-profiling: Add events for everything except trait selection. | Michael Woerister | -0/+7 |
| 2019-10-03 | Remove -Zprofile-queries | Mark Rousskov | -1/+1 |
| 2019-09-30 | Self-Profiling: Make names of existing events more consistent and use new API. | Michael Woerister | -0/+6 |
| 2019-09-26 | Rename `Item.node` to `Item.kind` | varkor | -2/+2 |
| 2019-09-26 | Rename `TraitItem.node` to `TraitItem.kind` | varkor | -1/+1 |
| 2019-09-26 | Rename `ImplItem.node` to `ImplItem.kind` | varkor | -1/+1 |
| 2019-08-23 | Fix incremental tests | Wesley Wiser | -6/+21 |
| 2019-08-04 | Rename `ItemImplKind::Type` to `ItemImplKind::TyAlias` | varkor | -1/+1 |
| 2019-08-04 | Rename `ItemKind::Ty` to `ItemKind::TyAlias` | varkor | -1/+1 |
| 2019-08-03 | Auto merge of #63180 - varkor:trait-alias-impl-trait, r=Centril | bors | -1/+1 |
| 2019-08-02 | Replace "existential" by "opaque" | varkor | -1/+1 |
| 2019-08-02 | librustc_incremental: Unconfigure tests during normal build | Vadim Petrochenkov | -64/+68 |
| 2019-07-20 | normalize use of backticks in compiler messages for librustc_incremental | Samy Kacimi | -4/+4 |
| 2019-07-04 | rename hir::map::local_def_id_from_hir_id to local_def_id | ljedrz | -1/+1 |
| 2019-07-03 | Remove needless lifetimes | Jeremy Stucki | -4/+4 |
| 2019-06-20 | rename hir::map::get_by_hir_id to get | ljedrz | -1/+1 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -9/+9 |
| 2019-06-12 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -4/+2 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -9/+9 |
| 2019-06-12 | Fix fallout from `deny(unused_lifetimes)`. | Eduard-Mihai Burtescu | -3/+3 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -13/+11 |
| 2019-05-13 | Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions. | Nicholas Nethercote | -6/+7 |
| 2019-04-15 | Make check_name generic | John Kåre Alsaker | -1/+1 |