| Age | Commit message (Expand) | Author | Lines |
| 2020-08-30 | mv compiler to compiler/ | mark | -240/+0 |
| 2020-07-05 | Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>. | Eduard-Mihai Burtescu | -1/+1 |
| 2020-06-27 | use LocalDefId in module checking | Bastian Kauschke | -2/+2 |
| 2020-05-26 | Allow unlabeled breaks from desugared `?` in labeled blocks | Samrat Man Singh | -1/+2 |
| 2020-04-24 | Avoid unused Option::map results | Josh Stone | -1/+3 |
| 2020-04-12 | Remove usage of `DUMMY_HIR_ID` in `CheckLoopVisitor` | marmeladema | -8/+8 |
| 2020-03-30 | rustc -> rustc_middle part 3 (rustfmt) | Mazdak Farrokhzad | -3/+3 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -3/+3 |
| 2020-03-20 | remove redundant returns (clippy::needless_return) | Matthias Krüger | -1/+1 |
| 2020-03-14 | Index HIR after creating TyCtxt | John Kåre Alsaker | -5/+4 |
| 2020-02-27 | don't use .into() to convert types into identical types. | Matthias Krüger | -1/+1 |
| 2020-01-18 | remove rustc_error_codes deps except in rustc_driver | Mazdak Farrokhzad | -4/+1 |
| 2020-01-10 | nix syntax::errors & prefer rustc_errors over errors | Mazdak Farrokhzad | -1/+1 |
| 2020-01-08 | normalize rustc::hir::intravisit imports | Mazdak Farrokhzad | -1/+1 |
| 2020-01-08 | intravisit: abstract over HIR Map | Mazdak Farrokhzad | -1/+3 |
| 2020-01-08 | - remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!} | Mazdak Farrokhzad | -2/+1 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -2/+3 |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -1/+1 |
| 2019-12-26 | Fallout in other crates. | Camille GILLOT | -1/+1 |
| 2019-12-22 | Format the world | Mark Rousskov | -63/+85 |
| 2019-11-25 | Tweak bad `continue` error | Esteban Küber | -2/+2 |
| 2019-11-14 | Update to use new librustc_error_codes library | Guillaume Gomez | -0/+2 |
| 2019-11-10 | Merge hir::GeneratorMovability into ast::Movability. | Camille GILLOT | -2/+2 |
| 2019-09-26 | Rename `Expr.node` to `Expr.kind` | varkor | -2/+2 |
| 2019-08-21 | `r#type` -> `ty` | Artem Varaksa | -4/+4 |
| 2019-08-21 | improve diagnostics: break/continue wrong context | Artem Varaksa | -19/+18 |
| 2019-08-18 | Better error message for break in async blocks. | Giles Cope | -3/+14 |
| 2019-07-06 | Remove ExprKind::While from HIR. | Mazdak Farrokhzad | -28/+4 |
| 2019-07-03 | Remove needless lifetimes | Jeremy Stucki | -1/+1 |
| 2019-06-24 | HIR: rename find_by_hir_id to find | ljedrz | -2/+2 |
| 2019-06-20 | rename hir::map::expect_expr_by_hir_id to expect_expr | ljedrz | -1/+1 |
| 2019-06-18 | rustc: remove 'x: 'y bounds (except from comments/strings). | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-03-09 | Rollup merge of #58679 - Zoxc:passes-refactor, r=michaelwoerister | Mazdak Farrokhzad | -6/+0 |
| 2019-03-07 | hir: replace NodeId with HirId in Destination | ljedrz | -9/+8 |
| 2019-03-06 | Make misc checking 1 more parallel | John Kåre Alsaker | -6/+0 |
| 2019-02-08 | librustc_passes => 2018 | Taiki Endo | -2/+3 |
| 2019-01-29 | Add an ensure() method to TyCtxt used to ensure queries are run | John Kåre Alsaker | -2/+1 |
| 2019-01-26 | remove `_with_applicability` from suggestion fns | Andy Russell | -1/+1 |
| 2019-01-11 | Address comments | John Kåre Alsaker | -2/+2 |
| 2019-01-11 | Make more passes incremental | John Kåre Alsaker | -13/+21 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -9/+0 |
| 2018-09-17 | Whitespace fix again. | Vitaly _Vi Shukela | -6/+8 |
| 2018-09-17 | Fill in suggestions Applicability according to @estebank | Vitaly _Vi Shukela | -1/+1 |
| 2018-09-17 | Fix style according to review comments. | Vitaly _Vi Shukela | -1/+2 |
| 2018-09-16 | Remove usages of span_suggestion without Applicability | Vitaly _Vi Shukela | -2/+5 |
| 2018-09-07 | A few cleanups and minor improvements to rustc_passes | ljedrz | -9/+7 |
| 2018-08-27 | Rename hir::map::NodeKind to hir::Node | varkor | -4/+4 |