| Age | Commit message (Expand) | Author | Lines |
| 2019-08-10 | diagnostics: Describe crate root modules in `DefKind::Mod` as "crate" | Vadim Petrochenkov | -1/+1 |
| 2019-08-09 | Rollup merge of #63114 - matthewjasper:hygienic-format-args, r=petrochenkov | Mazdak Farrokhzad | -31/+159 |
| 2019-08-05 | Fix various issues with making items reachable through macros | Matthew Jasper | -31/+159 |
| 2019-08-05 | Got rid of concept of 'principal trait' in more places in codebase. | Alexander Regueiro | -3/+7 |
| 2019-08-05 | A few cosmetic improvements. | Alexander Regueiro | -2/+3 |
| 2019-08-04 | Rename `ItemImplKind::Type` to `ItemImplKind::TyAlias` | varkor | -3/+3 |
| 2019-08-04 | Rename `ItemKind::Ty` to `ItemKind::TyAlias` | varkor | -5/+5 |
| 2019-08-02 | Replace "existential" by "opaque" | varkor | -9/+9 |
| 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 | -3/+0 |
| 2019-07-07 | rustc: Remove `dylib` crate type from most rustc crates | Alex Crichton | -1/+0 |
| 2019-07-06 | privacy: Only opaque macros leak private things | Vadim Petrochenkov | -1/+2 |
| 2019-07-05 | Rollup merge of #62168 - ljedrz:the_culmination_of_hiridification, r=Zoxc | Mazdak Farrokhzad | -11/+11 |
| 2019-07-05 | Rollup merge of #61545 - flip1995:internal_lints, r=oli-obk | Mazdak Farrokhzad | -1/+0 |
| 2019-07-04 | rename hir::map::local_def_id_from_hir_id to local_def_id | ljedrz | -11/+11 |
| 2019-07-03 | Remove needless lifetimes | Jeremy Stucki | -10/+10 |
| 2019-06-24 | Enable internal lints in bootstrap | flip1995 | -1/+0 |
| 2019-06-24 | HIR: rename find_by_hir_id to find | ljedrz | -1/+1 |
| 2019-06-24 | HIR: rename get_parent_node_by_hir_id to get_parent_node | ljedrz | -3/+3 |
| 2019-06-20 | rename hir::map::get_by_hir_id to get | ljedrz | -4/+4 |
| 2019-06-18 | rustc: remove 'x: 'y bounds (except from comments/strings). | Eduard-Mihai Burtescu | -5/+5 |
| 2019-06-17 | remove _by_hir_id if there is no NodeId counterpart | ljedrz | -8/+8 |
| 2019-06-14 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -5/+1 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -21/+21 |
| 2019-06-12 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -22/+37 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -21/+21 |
| 2019-06-12 | Fix fallout from `deny(unused_lifetimes)`. | Eduard-Mihai Burtescu | -2/+2 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -45/+46 |
| 2019-06-11 | Add deny(unused_lifetimes) to all the crates that have deny(internal). | Eduard-Mihai Burtescu | -0/+1 |
| 2019-06-05 | Implemented for traits (associated type definitions). | Alexander Regueiro | -3/+2 |
| 2019-06-03 | rustc: async fn drop order lowering in HIR | David Wood | -20/+0 |
| 2019-05-30 | Auto merge of #61253 - nnethercote:avoid-hygiene_data-lookups, r=petrochenkov | bors | -1/+1 |
| 2019-05-30 | Optimize `TyCtxt::adjust_ident`. | Nicholas Nethercote | -1/+1 |
| 2019-05-29 | Rename `TraitOrImpl` to `Assoc` and `trait_or_impl` to `assoc`. | Eduard-Mihai Burtescu | -6/+19 |
| 2019-05-26 | Rename "Associated*" to "Assoc*" | Andrew Xu | -11/+11 |
| 2019-05-23 | Update privacy_access_levels | John Kåre Alsaker | -3/+2 |
| 2019-05-23 | Update GenericPredicates queries | John Kåre Alsaker | -3/+3 |
| 2019-05-22 | Simplify use of keyword symbols | Vadim Petrochenkov | -2/+2 |
| 2019-05-13 | Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions. | Nicholas Nethercote | -3/+4 |
| 2019-05-03 | rustc: rename hir::def::Def to Res (short for "resolution"). | Eduard-Mihai Burtescu | -17/+17 |
| 2019-05-03 | rustc: use DefKind instead of Def, where possible. | Eduard-Mihai Burtescu | -14/+16 |
| 2019-05-03 | rustc: factor most DefId-containing variants out of Def and into DefKind. | Eduard-Mihai Burtescu | -5/+7 |
| 2019-04-25 | Auto merge of #59042 - ljedrz:HirIdification_rework_map, r=Zoxc | bors | -0/+1 |
| 2019-04-24 | hir: remove NodeId from Entry & simplify Map | ljedrz | -0/+1 |
| 2019-04-21 | Introduce `ArgSource` for diagnostics. | David Wood | -0/+20 |
| 2019-04-18 | Auto merge of #60025 - JohnTitor:rename-files, r=petrochenkov | bors | -1/+1 |
| 2019-04-17 | Rename modules | Yuki OKUSHI | -1/+1 |
| 2019-04-17 | Rename diagnostics to error_codes | Yuki OKUSHI | -0/+0 |
| 2019-04-17 | Deny `internal` in stage0 | Mateusz Mikuła | -1/+1 |
| 2019-04-14 | Properly parse '--extern-private' with name and path | Aaron Hill | -10/+1 |