| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-09-27 | Bump to 1.31.0 and bootstrap from 1.30 beta | Josh Stone | -1/+1 |
| 2018-09-11 | stabalize infer outlives requirements (RFC 2093). | toidiu | -2/+7 |
| 2018-09-08 | Auto merge of #53705 - ms2300:tmp, r=oli-obk | bors | -7/+7 |
| 2018-09-06 | Auto merge of #53721 - arielb1:exhaustively-unpun, r=nikomatsakis | bors | -1/+3 |
| 2018-09-05 | Changing TyAnon -> TyOpaque and relevant functions | ms2300 | -7/+7 |
| 2018-09-01 | move the is_field_list_non_exhaustive flag to VariantDef | Ariel Ben-Yehuda | -1/+1 |
| 2018-08-27 | Rename hir::map::NodeKind to hir::Node | varkor | -11/+11 |
| 2018-08-27 | Remove path prefixes from NodeKind | varkor | -10/+11 |
| 2018-08-27 | Rename hir::map::Node to hir::map::NodeKind | varkor | -10/+10 |
| 2018-08-27 | Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakis | bors | -0/+1 |
| 2018-08-26 | fix `is_non_exhaustive` confusion between structs and enums | Ariel Ben-Yehuda | -1/+3 |
| 2018-08-24 | check that adding infer-outlives requirement to all crates works | Niko Matsakis | -0/+1 |
| 2018-08-24 | Rollup merge of #53545 - FelixMcFelix:fix-50865-beta, r=petrochenkov | kennytm | -6/+17 |
| 2018-08-23 | Light restructuring. | Kyle Simpson | -22/+13 |
| 2018-08-22 | Remove Ty prefix from Ty{Foreign|Param} | varkor | -4/+4 |
| 2018-08-22 | Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu... | varkor | -23/+23 |
| 2018-08-21 | Further fixes. | Kyle Simpson | -2/+2 |
| 2018-08-21 | New AccessLevel and accompanying propagation. | Kyle Simpson | -6/+8 |
| 2018-08-20 | Mark impl Trait Functions as reachable. (Fixes #50865) | Kyle Simpson | -5/+11 |
| 2018-08-19 | Address minor comments | varkor | -8/+5 |
| 2018-08-10 | Logging for rustc_privacy. | Kyle Simpson | -0/+12 |
| 2018-08-09 | [nll] librustc_privacy: enable feature(nll) for bootstrap | memoryruins | -0/+1 |
| 2018-08-07 | Add HirId to VisibilityKind::Restricted | Mark Rousskov | -3/+2 |
| 2018-08-04 | Rollup merge of #53001 - petrochenkov:master, r=estebank | kennytm | -1/+1 |
| 2018-08-03 | privacy: Fix an ICE in `path_is_private_type` | Vadim Petrochenkov | -1/+1 |
| 2018-07-25 | Deny bare_trait_objects globally | Tatsuyuki Ishi | -2/+0 |
| 2018-07-18 | Implement existential types | Oliver Schneider | -2/+5 |
| 2018-07-16 | Fix tidy | csmoe | -4/+11 |
| 2018-07-16 | ItemKind | csmoe | -53/+53 |
| 2018-07-16 | TyKind | csmoe | -3/+3 |
| 2018-07-16 | ExprKind | csmoe | -3/+3 |
| 2018-07-15 | Auto merge of #52348 - oli-obk:bugfix, r=petrochenkov | bors | -5/+1 |
| 2018-07-13 | Use the correct visibility | Oliver Schneider | -5/+1 |
| 2018-07-12 | Deny bare trait objects in the rest of rust | ljedrz | -0/+2 |
| 2018-07-02 | Get rid of `TyImplTraitExistential` | Oliver Schneider | -29/+15 |