| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-06-14 | Declare DebruijnIndex via newtype_index macro | Fabian Drinck | -1/+1 |
| 2018-06-14 | rustc: rename ty::maps to ty::query. | Eduard-Mihai Burtescu | -5/+5 |
| 2018-06-13 | The param_env of an existential type is its function's param_env | Oliver Schneider | -0/+6 |
| 2018-06-05 | Refactor the const eval diagnostic API | Oliver Schneider | -3/+5 |
| 2018-06-02 | Auto merge of #51015 - nikomatsakis:issue-50672-remove-extern-crate-idiom, r=... | bors | -1/+1 |
| 2018-06-01 | merge UNNECESSARY_EXTERN_CRATE and UNUSED_EXTERN_CRATES | Niko Matsakis | -1/+1 |
| 2018-06-01 | Add Sync impl for Slice | John Kåre Alsaker | -0/+2 |
| 2018-05-28 | remove use of depth from `TyS` and replace with a debruijn index | Niko Matsakis | -3/+20 |
| 2018-05-27 | Add fields to Slice | John Kåre Alsaker | -27/+19 |
| 2018-05-27 | Make &Slice a thin pointer | John Kåre Alsaker | -10/+83 |
| 2018-05-26 | Use `Ident`s for fields in HIR | Vadim Petrochenkov | -7/+5 |
| 2018-05-24 | Get rid of `scalar_size` | Oliver Schneider | -1/+1 |
| 2018-05-24 | change `Value::Bytes` to `Value::Bits` | Oliver Schneider | -1/+1 |
| 2018-05-24 | implement Ord for OutlivesPredicate and other types | toidiu | -2/+44 |
| 2018-05-22 | Introduce AllocType which indicates what AllocIds point to | John Kåre Alsaker | -1/+1 |
| 2018-05-21 | rustc: move TypeParamDef's fields into GenericParamDefKind::Type. | Eduard-Mihai Burtescu | -12/+9 |
| 2018-05-21 | rustc: avoid using intern_*(it.collect()) when mk_*(it) works better. | Eduard-Mihai Burtescu | -2/+2 |
| 2018-05-17 | Rename trans to codegen everywhere. | Irina Popa | -4/+4 |
| 2018-05-16 | Auto merge of #48557 - matthewjasper:allow-trvial-bounds, r=nikomatsakis | bors | -3/+8 |
| 2018-05-15 | Make is_global true for latebound regions | Matthew Jasper | -3/+8 |
| 2018-05-15 | Clean up generic param handling | varkor | -2/+6 |
| 2018-05-15 | Refactoring generic counting loops | varkor | -2/+2 |
| 2018-05-15 | Rename param_counts to own_counts | varkor | -5/+5 |
| 2018-05-15 | Remove GenericParamDef::to_type | varkor | -7/+0 |
| 2018-05-15 | Lift pure_wrt_drop to GenericParamDef | varkor | -27/+12 |