| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-03-01 | hir: remove NodeId from TraitItem | ljedrz | -30/+32 |
| 2019-02-27 | rename Substs to InternalSubsts | csmoe | -3/+3 |
| 2019-02-24 | hir: remove NodeId from Expr | ljedrz | -4/+5 |
| 2019-02-24 | hir: remove NodeId from MacroDef | ljedrz | -3/+5 |
| 2019-02-24 | privacy: HirIdify ObsoleteVisiblePrivateTypesVisitor | ljedrz | -6/+6 |
| 2019-02-20 | HirIdification: change some NodeId to HirId calls | ljedrz | -2/+2 |
| 2019-02-20 | hir: HirId-ify intravisit | ljedrz | -7/+8 |
| 2019-02-13 | HirId-ify hir::BodyId | ljedrz | -1/+2 |
| 2019-02-13 | Rollup merge of #58137 - ljedrz:cleanup_node_id_to_type, r=estebank | Mazdak Farrokhzad | -2/+2 |
| 2019-02-12 | Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik | bors | -4/+4 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -4/+4 |
| 2019-02-10 | Revert removed #![feature(nll)] | Taiki Endo | -0/+1 |
| 2019-02-09 | cleanup: rename node_id_to_type(_opt) | ljedrz | -2/+2 |
| 2019-02-07 | Remove images' url to make it work even without internet connection | Guillaume Gomez | -3/+1 |
| 2019-02-06 | Rollup merge of #58109 - Centril:librustc_privacy-2018, r=oli-obk | kennytm | -8/+6 |
| 2019-02-03 | librustc_privacy => 2018 | Mazdak Farrokhzad | -8/+6 |
| 2019-02-02 | Update visibility of intermediate use items. | David Wood | -2/+45 |
| 2019-02-01 | Auto merge of #57586 - Aaron1011:feature/pub-priv-dep, r=petrochenkov | bors | -1/+40 |