| Age | Commit message (Expand) | Author | Lines |
| 2018-10-18 | Copy extern prelude from resolver to global context | Vadim Petrochenkov | -1/+2 |
| 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 |
| 2018-08-19 | Add Default for GenericParamCount | varkor | -4/+2 |
| 2018-08-19 | Address minor comments | varkor | -1/+1 |
| 2018-08-19 | Fix typos found by codespell. | Matthias Krüger | -1/+1 |
| 2018-08-10 | Auto merge of #53124 - davidtwco:issue-52742, r=nikomatsakis | bors | -1/+7 |
| 2018-08-09 | Remove dependency on rustc::ty from code_stats | Mark Rousskov | -0/+11 |
| 2018-08-09 | Move SVH structure to data structures | Mark Rousskov | -1/+1 |
| 2018-08-09 | Correctly identify named early bound regions. | David Wood | -1/+7 |
| 2018-07-27 | Prefer to_string() to format!() | ljedrz | -1/+1 |
| 2018-07-26 | Auto merge of #52488 - nikomatsakis:nll-issue-48071-universe-and-sub, r=pnkfelix | bors | -1/+25 |
| 2018-07-25 | introduce new subtyping | Niko Matsakis | -1/+25 |
| 2018-07-23 | librustc: Prefer `Option::map`/etc over `match` where applicable | Colin Wallace | -8/+5 |
| 2018-07-20 | data_structures: Add a reference wrapper for pointer-indexed maps/sets | Vadim Petrochenkov | -5/+4 |
| 2018-07-18 | Prepare for using wfcheck on existential types | Oliver Schneider | -10/+14 |
| 2018-07-18 | More documentation | Oliver Schneider | -1/+1 |
| 2018-07-18 | Implement existential types | Oliver Schneider | -3/+16 |
| 2018-07-16 | ItemKind | csmoe | -5/+5 |
| 2018-07-14 | Remove most of `PartialEq` impls from AST and HIR structures | Vadim Petrochenkov | -1/+1 |
| 2018-07-08 | Remove fallback to parent modules from lexical resolution | Vadim Petrochenkov | -1/+1 |
| 2018-07-04 | Auto merge of #51895 - nikomatsakis:move-self-trait-predicate-to-items, r=sca... | bors | -2/+2 |
| 2018-07-02 | drive-by nits and debug | Niko Matsakis | -2/+2 |
| 2018-07-01 | call it `hir::VisibilityKind` instead of `hir::Visibility_:*` | Zack M. Davis | -4/+4 |
| 2018-06-30 | in which hir::Visibility recalls whence it came (i.e., becomes Spanned) | Zack M. Davis | -5/+5 |
| 2018-06-28 | Rollup merge of #51636 - oli-obk:const_diagnostics, r=eddyb | Mark Rousskov | -1/+1 |
| 2018-06-28 | Move everything over from `middle::const_val` to `mir::interpret` | Oliver Schneider | -1/+1 |
| 2018-06-28 | Use `Ident`s for associated item definitions in HIR | Vadim Petrochenkov | -8/+8 |
| 2018-06-28 | Use `Ident`s for associated type bindings in HIR | Vadim Petrochenkov | -3/+2 |
| 2018-06-26 | remove `Canonicalization` trait, which serves no purpose | Niko Matsakis | -10/+1 |
| 2018-06-23 | hygiene: More descriptive names for things involved in late hygienic name res... | Vadim Petrochenkov | -5/+6 |
| 2018-06-19 | Auto merge of #51383 - Zoxc:parallel-stuff, r=nikomatsakis | bors | -1/+7 |
| 2018-06-19 | Add par_body_owners | John Kåre Alsaker | -1/+7 |
| 2018-06-18 | Auto merge of #51248 - fabric-and-ink:newtype_index_debrujin, r=nikomatsakis | bors | -1/+1 |
| 2018-06-18 | Auto merge of #51414 - oli-obk:impl_trait_type_def, r=pnkfelix | bors | -0/+6 |