| Age | Commit message (Expand) | Author | Lines |
| 2018-10-25 | Auto merge of #55323 - nikomatsakis:nll-ICE-55219-and-55241, r=pnkfelix | bors | -1/+1 |
| 2018-10-24 | introduce (but do not use) `ascribe_user_type` goal | Niko Matsakis | -1/+1 |
| 2018-10-24 | Minor doc improvements | Vadim Petrochenkov | -1/+3 |
| 2018-10-24 | Add `extern crate` items to extern prelude | Vadim Petrochenkov | -2/+2 |
| 2018-10-22 | add a table to track user-provided signatures | Niko Matsakis | -1/+1 |
| 2018-10-20 | Rename InferTy::CanonicalTy to BoundTy and add DebruijnIndex to variant type | Fabian Drinck | -1/+1 |
| 2018-10-20 | Rename CanonicalVar to BoundTyIndex | Fabian Drinck | -1/+1 |
| 2018-10-19 | Prefer `Default::default` over `FxHash*::default` in struct constructors | Oliver Scherer | -2/+1 |
| 2018-10-19 | Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack | Oliver Scherer | -1/+1 |
| 2018-10-17 | Auto merge of #54671 - petrochenkov:extpre2015, r=nikomatsakis | bors | -1/+2 |
| 2018-10-15 | remove the sub/super terminology for universes | Niko Matsakis | -18/+22 |
| 2018-10-15 | convert `UniverseIndex` into a `newtype_index!` | Niko Matsakis | -38/+7 |
| 2018-10-15 | make `UniverseIndex` hashable, rename "sub-" to "superuniverse" | Niko Matsakis | -15/+17 |
| 2018-10-13 | Copy extern prelude from resolver to global context | Vadim Petrochenkov | -1/+2 |
| 2018-10-05 | Auto merge of #54743 - ljedrz:cleanup_ty_p2, r=zackmdavis | bors | -25/+21 |
| 2018-10-05 | Auto merge of #54703 - davidtwco:issue-52086, r=nikomatsakis | bors | -1/+21 |
| 2018-10-04 | remove occurences of `skolemization` | Niko Matsakis | -12/+11 |
| 2018-10-04 | extend NLL universe code to have >1 placeholder within one universe | Niko Matsakis | -0/+12 |
| 2018-10-04 | rename skolemized to placeholder | Niko Matsakis | -2/+2 |
| 2018-10-04 | Rollup merge of #54789 - scalexm:unnormalized, r=nikomatsakis | Pietro Albini | -0/+2 |
| 2018-10-03 | Introduce `TyKind::UnnormalizedProjection` | scalexm | -0/+2 |
| 2018-10-03 | Only promote calls to `#[rustc_promotable]` const fns | Oliver Schneider | -0/+2 |
| 2018-10-03 | rustc/ty: mark a comment as FIXME | ljedrz | -1/+1 |
| 2018-10-03 | rustc/ty: simplify some patterns | ljedrz | -13/+11 |
| 2018-10-03 | rustc/ty: whitespace fixes | ljedrz | -11/+9 |
| 2018-10-01 | Introduce language items for `Arc` and `Rc`. | David Wood | -1/+21 |
| 2018-09-29 | don't elide lifetimes in paths in librustc/ | Zack M. Davis | -12/+12 |
| 2018-09-28 | rustc: keep a Span for each predicate in ty::GenericPredicates. | Eduard-Mihai Burtescu | -6/+8 |
| 2018-09-25 | Auto merge of #53693 - scottmcm:marker-trait-attribute, r=nikomatsakis | bors | -15/+24 |
| 2018-09-22 | avoid loading constructor attributes in AdtDef decoding | Ariel Ben-Yehuda | -4/+14 |
| 2018-09-19 | Require that marker impls are empty, but allow them to overlap | Scott McMurray | -15/+24 |
| 2018-09-18 | Auto merge of #53900 - davidtwco:issue-53771, r=nikomatsakis | bors | -1/+1 |
| 2018-09-13 | Moved helper functions from NiceRegionError to TyCtxt. | David Wood | -1/+1 |
| 2018-09-13 | introduce SelfCtor | F001 | -1/+2 |
| 2018-09-08 | Auto merge of #53705 - ms2300:tmp, r=oli-obk | bors | -2/+2 |
| 2018-09-06 | Auto merge of #53721 - arielb1:exhaustively-unpun, r=nikomatsakis | bors | -11/+66 |
| 2018-09-05 | Changing TyAnon -> TyOpaque and relevant functions | ms2300 | -2/+2 |
| 2018-09-01 | move the is_field_list_non_exhaustive flag to VariantDef | Ariel Ben-Yehuda | -44/+66 |
| 2018-08-27 | Rename hir::map::NodeKind to hir::Node | varkor | -4/+4 |
| 2018-08-27 | Remove path prefixes from NodeKind | varkor | -3/+4 |
| 2018-08-27 | Rename hir::map::Node to hir::map::NodeKind | varkor | -3/+3 |
| 2018-08-26 | fix `is_non_exhaustive` confusion between structs and enums | Ariel Ben-Yehuda | -1/+34 |
| 2018-08-23 | Use optimized SmallVec implementation | Igor Gutorov | -2/+2 |
| 2018-08-22 | Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str} | varkor | -7/+7 |
| 2018-08-22 | Remove Ty prefix from Ty{Foreign|Param} | varkor | -2/+2 |
| 2018-08-22 | Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu... | varkor | -24/+24 |
| 2018-08-22 | Rename ty::TyVariants to ty::TyKind | varkor | -20/+20 |
| 2018-08-22 | Rename ty::Slice to ty::List | varkor | -30/+31 |
| 2018-08-21 | Auto merge of #53530 - kennytm:rollup, r=kennytm | bors | -1/+1 |
| 2018-08-19 | Refactor generic argument count check in astconv | varkor | -1/+1 |