| Age | Commit message (Expand) | Author | Lines |
| 2019-08-27 | Cleanup: Consistently use `Param` instead of `Arg` #62426 | Kevin Per | -3/+3 |
| 2019-08-15 | syntax_pos: Introduce a helper for checking whether a span comes from expansion | Vadim Petrochenkov | -1/+1 |
| 2019-08-15 | Remove `Spanned` from `{ast,hir}::FieldPat` | Vadim Petrochenkov | -2/+2 |
| 2019-08-14 | Merge Variant and Variant_ | Caio | -15/+15 |
| 2019-08-04 | Rename `ItemImplKind::Type` to `ItemImplKind::TyAlias` | varkor | -1/+1 |
| 2019-08-04 | Rename `ItemKind::Ty` to `ItemKind::TyAlias` | varkor | -2/+2 |
| 2019-08-02 | Address review comments | varkor | -11/+9 |
| 2019-08-02 | Replace "existential" by "opaque" | varkor | -7/+7 |
| 2019-07-30 | Auto merge of #62766 - alexcrichton:stabilize-pipelined-compilation, r=oli-obk | bors | -1/+1 |
| 2019-07-29 | Rollup merge of #63055 - Mark-Simulacrum:save-analysis-clean-2, r=Xanewok | Mazdak Farrokhzad | -72/+41 |
| 2019-07-28 | Deny `unused_lifetimes` through rustbuild | Vadim Petrochenkov | -2/+0 |
| 2019-07-28 | Remove lint annotations in specific crates that are already enforced by rustb... | Vadim Petrochenkov | -2/+0 |
| 2019-07-27 | Simplify SaveHandler trait | Mark Rousskov | -38/+26 |
| 2019-07-27 | Store dumper directly in Visitor | Mark Rousskov | -25/+19 |
| 2019-07-27 | Remove unused scope tracking | Mark Rousskov | -19/+6 |
| 2019-07-26 | rustc: Stabilize options for pipelined compilation | Alex Crichton | -1/+1 |
| 2019-07-25 | Rename JsonDumper to Dumper | Mark Rousskov | -15/+15 |
| 2019-07-25 | Simplify save-analysis JSON dumper interface | Mark Rousskov | -72/+29 |
| 2019-07-23 | normalize use of backticks for compiler messages in remaining modules | Samy Kacimi | -4/+4 |
| 2019-07-11 | hygiene: Reuse `MacroKind` in `ExpnKind` | Vadim Petrochenkov | -1/+2 |
| 2019-07-11 | syntax: Make def-site span mandatory in ExpnInfo/MacroBacktrace/DiagnosticSpa... | Vadim Petrochenkov | -3/+2 |
| 2019-07-11 | Rename some things in `syntax_pos/hygiene` | Vadim Petrochenkov | -3/+2 |
| 2019-07-07 | rustc: Remove `dylib` crate type from most rustc crates | Alex Crichton | -1/+0 |
| 2019-07-06 | Rollup merge of #62329 - matklad:no-peeking, r=petrochenkov | Mazdak Farrokhzad | -1/+1 |
| 2019-07-05 | Rollup merge of #62168 - ljedrz:the_culmination_of_hiridification, r=Zoxc | Mazdak Farrokhzad | -24/+24 |
| 2019-07-05 | Rollup merge of #61545 - flip1995:internal_lints, r=oli-obk | Mazdak Farrokhzad | -1/+0 |
| 2019-07-04 | rename hir::map::opt_local_def_id* | ljedrz | -3/+3 |
| 2019-07-04 | rename hir::map::local_def_id to local_def_id_from_node_id | ljedrz | -21/+21 |
| 2019-07-04 | remove peek_span_src_raw from StringReader | Aleksey Kladov | -1/+1 |
| 2019-06-26 | save-analysis: use buffered writes | Jeremy Fitzhardinge | -3/+4 |
| 2019-06-25 | Rollup merge of #62091 - ljedrz:hiridification_almost_there, r=Zoxc | Mazdak Farrokhzad | -4/+12 |
| 2019-06-25 | Rollup merge of #62055 - matthewjasper:fix-error-counting, r=pnkfelix | Mazdak Farrokhzad | -6/+0 |
| 2019-06-24 | Enable internal lints in bootstrap | flip1995 | -1/+0 |
| 2019-06-24 | HIR: rename find_by_hir_id to find | ljedrz | -3/+3 |
| 2019-06-24 | HIR: remove the NodeId find | ljedrz | -3/+8 |
| 2019-06-24 | HIR: rename get_parent_node_by_hir_id to get_parent_node | ljedrz | -1/+1 |
| 2019-06-24 | HIR: remove the NodeId get_parent_node, HirIdify is_argument | ljedrz | -1/+4 |
| 2019-06-24 | Auto merge of #62075 - Centril:guardless-match-arms, r=petrochenkov | bors | -3/+2 |
| 2019-06-23 | Remove redundant syntax::ast::Guard. | Mazdak Farrokhzad | -3/+2 |
| 2019-06-23 | let_chains: Remove ast::ExprKind::{IfLet, WhileLet} from visitors and introdu... | Mazdak Farrokhzad | -10/+2 |
| 2019-06-22 | Count all errors for `track_errors` | Matthew Jasper | -6/+0 |
| 2019-06-21 | revert the NodeId to HirId parameter change to get_path_res | ljedrz | -17/+12 |
| 2019-06-20 | rename hir::map::get_by_hir_id to get | ljedrz | -1/+1 |
| 2019-06-20 | remove hir::map::get | ljedrz | -14/+18 |
| 2019-06-20 | rename hir::map::expect_expr_by_hir_id to expect_expr | ljedrz | -2/+2 |
| 2019-06-20 | remove uses of the NodeId hir::map::expr | ljedrz | -2/+4 |
| 2019-06-18 | rustc: reintroduce lifetime bounds where necessary. | Eduard-Mihai Burtescu | -2/+2 |
| 2019-06-18 | rustc: remove 'x: 'y bounds (except from comments/strings). | Eduard-Mihai Burtescu | -6/+6 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -3/+3 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -3/+3 |