| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-02-01 | Cleanup unecessary code | Aaron Hill | -5/+0 |
| 2019-02-01 | Remove unnecessary is_local() check | Aaron Hill | -2/+1 |
| 2019-02-01 | Replace --extern-public with --extern-private | Aaron Hill | -10/+10 |
| 2019-02-01 | Tidy fixes | Aaron Hill | -3/+4 |
| 2019-02-01 | Move --extern-public behind -Z unstable-options | Aaron Hill | -7/+7 |
| 2019-02-01 | Rename external_private_dependency to exported_private_dependencies | Aaron Hill | -4/+6 |
| 2019-02-01 | Delete dead code | Aaron Hill | -26/+0 |
| 2019-02-01 | Clippy fixes, rename stuff to match RFC | Aaron Hill | -1/+1 |
| 2019-02-01 | Fixup code | Aaron Hill | -84/+20 |
| 2019-02-01 | Fix emitting lint | Aaron Hill | -18/+31 |
| 2019-02-01 | Initial implementation work | Aaron Hill | -5/+124 |
| 2019-01-29 | Add an ensure() method to TyCtxt used to ensure queries are run | John Kåre Alsaker | -2/+2 |
| 2019-01-19 | Rollup merge of #57649 - petrochenkov:privexist, r=arielb1 | Mazdak Farrokhzad | -17/+26 |
| 2019-01-18 | privacy: Account for associated existential types | Vadim Petrochenkov | -17/+26 |
| 2019-01-15 | Address comments | John Kåre Alsaker | -3/+5 |
| 2019-01-15 | Make privacy checking, intrinsic checking and liveness checking incremental | John Kåre Alsaker | -13/+31 |
| 2019-01-13 | privacy: Fix private-in-public check for existential types | Vadim Petrochenkov | -3/+8 |
| 2019-01-06 | Address review comments | Vadim Petrochenkov | -14/+27 |
| 2019-01-05 | privacy: Mark everything in a header of a reachable impl as reachable | Vadim Petrochenkov | -1/+8 |
| 2019-01-05 | privacy: Fix regression in impl reachability | Vadim Petrochenkov | -3/+13 |
| 2019-01-01 | Address review comments | Vadim Petrochenkov | -77/+104 |
| 2019-01-01 | privacy: Use common `DefId` visiting infra for all privacy visitors | Vadim Petrochenkov | -503/+408 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -20/+0 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -79/+76 |
| 2018-12-06 | Use a function to access the Hir map to be able to turn it into a query later | John Kåre Alsaker | -51/+54 |
| 2018-11-30 | Fix panic with outlives in existential type | Dan Robertson | -1/+1 |
| 2018-11-21 | rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-11-18 | Fix ICEs from imports of items not defined in modules | Vadim Petrochenkov | -3/+5 |
| 2018-10-19 | Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack | Oliver Scherer | -1/+1 |
| 2018-10-13 | Check the invariant for `principal` inside the method | Oliver Scherer | -4/+3 |
| 2018-09-30 | Auto merge of #54601 - cuviper:prep-1.31, r=Mark-Simulacrum | bors | -1/+1 |
| 2018-09-28 | rustc: keep a Span for each predicate in ty::GenericPredicates. | Eduard-Mihai Burtescu | -4/+4 |