| Age | Commit message (Expand) | Author | Lines |
| 2018-10-07 | Revert "Auto merge of #53793 - toidiu:ak-stabalize, r=nikomatsakis" | Ariel Ben-Yehuda | -7/+2 |
| 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 |
| 2018-07-02 | Auto merge of #51866 - zackmdavis:hir_making_each_day_of_the_year, r=petroche... | bors | -15/+22 |
| 2018-07-01 | call it `hir::VisibilityKind` instead of `hir::Visibility_:*` | Zack M. Davis | -2/+2 |
| 2018-07-01 | Auto merge of #51882 - varkor:check-type_dependent_defs, r=estebank | bors | -3/+8 |
| 2018-06-30 | in which the private/restricted-in-public error messaging gets specific | Zack M. Davis | -6/+13 |
| 2018-06-30 | in which hir::Visibility recalls whence it came (i.e., becomes Spanned) | Zack M. Davis | -9/+9 |
| 2018-06-28 | Always check type_dependent_defs | varkor | -3/+8 |
| 2018-06-28 | Use `Ident`s for path segments in HIR | Vadim Petrochenkov | -2/+2 |
| 2018-06-20 | Rename ty_param_bound to generic_bound | varkor | -4/+4 |
| 2018-06-20 | Rename ty_param_bound to trait_bound | varkor | -3/+2 |
| 2018-06-20 | Rename ParamBound(s) to GenericBound(s) | varkor | -2/+2 |
| 2018-06-20 | Rename TraitTyParamBound to ParamBound::Trait | varkor | -1/+1 |
| 2018-06-20 | Lift bounds into GenericParam | varkor | -3/+3 |
| 2018-06-20 | Refactor generic parameters in rustdoc/clean | varkor | -8/+6 |
| 2018-06-20 | Refactor hir::GenericParam as a struct | varkor | -4/+9 |
| 2018-06-18 | Auto merge of #51414 - oli-obk:impl_trait_type_def, r=pnkfelix | bors | -6/+17 |