| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -3/+3 |
| 2019-06-11 | Add deny(unused_lifetimes) to all the crates that have deny(internal). | Eduard-Mihai Burtescu | -0/+1 |
| 2019-06-10 | Emit artifact notifications for save-analysis output | Jeremy Fitzhardinge | -8/+18 |
| 2019-06-08 | Remove unused `#![feature(custom_attribute)]`s | Vadim Petrochenkov | -1/+0 |
| 2019-06-06 | syntax: Rename `TokenAndSpan` into `Token` | Vadim Petrochenkov | -9/+9 |
| 2019-06-06 | syntax: Rename `Token` into `TokenKind` | Vadim Petrochenkov | -2/+2 |
| 2019-06-03 | syntax: revert `ast::AsyncArgument` and associated changes. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-01 | rustc: remove Res::Upvar. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-05-26 | Rename "Associated*" to "Assoc*" | Andrew Xu | -6/+6 |
| 2019-05-23 | Update dylib_dependency_formats, extern_crate and reachable_non_generics | John Kåre Alsaker | -2/+2 |
| 2019-05-23 | Update privacy_access_levels | John Kåre Alsaker | -2/+1 |
| 2019-05-20 | Fixed nits raised in review. | Alexander Regueiro | -1/+1 |
| 2019-05-20 | Ban multi-trait objects via trait aliases. | Alexander Regueiro | -3/+3 |
| 2019-05-18 | Declare DefIndex with the newtype_index macro | Fabian Drinck | -1/+1 |
| 2019-05-13 | Auto merge of #60649 - Xanewok:save-analysis-assoc-const-ice, r=oli-obk | bors | -4/+6 |
| 2019-05-13 | Remove the equality operation between `Symbol` and strings. | Nicholas Nethercote | -1/+1 |
| 2019-05-13 | Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions. | Nicholas Nethercote | -3/+3 |
| 2019-05-08 | save-analysis: Fix ICE when processing associated constant | Igor Matuszewski | -4/+6 |
| 2019-05-04 | Remove `Res::Label` | Vadim Petrochenkov | -2/+1 |