| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-04-03 | Deny internal lints on non conflicting crates | flip1995 | -0/+1 |
| 2019-03-30 | Rollup merge of #59376 - davidtwco:finally-rfc-2008-variants, r=petrochenkov,... | Mazdak Farrokhzad | -1/+20 |
| 2019-03-28 | Implement `#[non_exhaustive]` on variants. | David Wood | -1/+20 |
| 2019-03-28 | Rollup merge of #59216 - stepnivlk:type_dependent_defs-wrappers, r=oli-obk | Mazdak Farrokhzad | -3/+3 |
| 2019-03-28 | Rollup merge of #59413 - Zoxc:hirid, r=oli-obk | Mazdak Farrokhzad | -4/+3 |
| 2019-03-25 | Make some lints incremental | John Kåre Alsaker | -2/+1 |
| 2019-03-25 | hir: replace NodeId with HirId in ItemId | ljedrz | -4/+3 |
| 2019-03-24 | Remove `CtorOf` from `Node::Ctor`. | David Wood | -27/+39 |
| 2019-03-24 | Separate variant id and variant constructor id. | David Wood | -7/+10 |
| 2019-03-23 | Auto merge of #59096 - ljedrz:HirIdify_AccessLevel, r=Zoxc | bors | -16/+9 |
| 2019-03-16 | Add def getting methods to librustc/ty/context | Tomas Koutsky | -3/+3 |
| 2019-03-15 | rustc: rename item_path to def_path (except the module in ty). | Eduard-Mihai Burtescu | -1/+1 |
| 2019-03-15 | rustc: implement fmt::{Debug,Display} on Ty instead of TyS. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-03-13 | middle: replace NodeId with HirId in AccessLevels | ljedrz | -16/+9 |
| 2019-03-09 | Rollup merge of #58679 - Zoxc:passes-refactor, r=michaelwoerister | Mazdak Farrokhzad | -42/+36 |
| 2019-03-07 | HirIdification: replace NodeId method calls | ljedrz | -2/+2 |
| 2019-03-06 | Rename check_privacy to check_private_in_public | John Kåre Alsaker | -2/+2 |
| 2019-03-06 | Split up privacy checking so privacy_access_levels only does computations req... | John Kåre Alsaker | -42/+36 |
| 2019-03-05 | Handle const generics elsewhere | varkor | -2/+8 |
| 2019-03-02 | hir: HirIdify Impl&TraitItemId | ljedrz | -16/+10 |
| 2019-03-02 | hir: remove NodeId from Item | ljedrz | -15/+17 |
| 2019-03-02 | middle & privacy: partially HirIdify | ljedrz | -77/+85 |
| 2019-03-01 | hir: remove NodeId from ImplItem | ljedrz | -2/+5 |
| 2019-03-01 | ty: HirIdify some lints | ljedrz | -8/+8 |