| Age | Commit message (Expand) | Author | Lines |
| 2018-06-18 | Auto merge of #51248 - fabric-and-ink:newtype_index_debrujin, r=nikomatsakis | bors | -4/+3 |
| 2018-06-18 | Auto merge of #51460 - nikomatsakis:nll-perf-examination-refactor-1, r=pnkfelix | bors | -1/+14 |
| 2018-06-18 | Auto merge of #51414 - oli-obk:impl_trait_type_def, r=pnkfelix | bors | -2/+11 |
| 2018-06-14 | Declare DebruijnIndex via newtype_index macro | Fabian Drinck | -4/+3 |
| 2018-06-10 | Fix error codes | Guillaume Gomez | -1/+1 |
| 2018-06-09 | introduce `any_unifications` flag | Niko Matsakis | -1/+14 |
| 2018-06-07 | Add existential type definitons | Oliver Schneider | -2/+11 |
| 2018-05-28 | port `nice_region_error` code to not track depth but rather index | Niko Matsakis | -15/+15 |
| 2018-05-28 | stop invoking `DebruijnIndex::new` directly | Niko Matsakis | -1/+2 |
| 2018-05-28 | port `fold_regions` and friends to use debruijn indices directly | Niko Matsakis | -3/+5 |
| 2018-05-28 | Auto merge of #50724 - zackmdavis:applicability_rush, r=Manishearth | bors | -2/+5 |
| 2018-05-21 | rustc: move TypeParamDef's fields into GenericParamDefKind::Type. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-05-21 | rustc: don't call Kind::from directly, use .into() instead. | Eduard-Mihai Burtescu | -5/+5 |
| 2018-05-20 | suggestion applicabilities for libsyntax and librustc, run-rustfix tests | Zack M. Davis | -2/+5 |
| 2018-05-18 | use `reset_unifications` instead of creating new unification table | Niko Matsakis | -5/+2 |
| 2018-05-17 | Rename trans to codegen everywhere. | Irina Popa | -1/+1 |
| 2018-05-17 | Rollup merge of #50740 - nnethercote:rm-LazyBTreeMap, r=cramertj | kennytm | -10/+8 |
| 2018-05-15 | Auto merge of #48523 - varkor:generics-ty-generalisations, r=nikomatsakis | bors | -42/+41 |
| 2018-05-15 | One must always remember to clean up after themselves | varkor | -5/+6 |
| 2018-05-15 | Use Kind instead of UnpackedKind in Substs methods | varkor | -4/+4 |
| 2018-05-15 | Clean up shared subst code | varkor | -36/+29 |
| 2018-05-15 | Refactor Substs methods on generic parameters | varkor | -6/+11 |
| 2018-05-15 | Lift pure_wrt_drop to GenericParamDef | varkor | -1/+1 |
| 2018-05-15 | Refactor generic params loops | varkor | -8/+5 |
| 2018-05-15 | Pull common parameters into GenericParamDef | varkor | -9/+7 |
| 2018-05-15 | Eliminate ty::Generics::lifetimes() | varkor | -2/+8 |
| 2018-05-15 | Generalise more cases of explicit iteration of specific kinds | varkor | -1/+1 |
| 2018-05-15 | Rename TypeParameterDef -> TypeParamDef and RegionParameterDef -> RegionParamDef | varkor | -2/+2 |
| 2018-05-15 | Fix generics type parameter handling in miri | varkor | -2/+1 |
| 2018-05-15 | Consolidate ty::Generics | varkor | -1/+1 |
| 2018-05-14 | Remove LazyBTreeMap. | Nicholas Nethercote | -10/+8 |
| 2018-05-13 | Improve eager type resolution error message | leonardo.yvens | -2/+7 |
| 2018-05-08 | Insert fields from TypeAndMut into TyRef to allow layout optimization | John Kåre Alsaker | -10/+12 |
| 2018-05-02 | Add a comment explaining unification w/ universes | Sean Griffin | -0/+5 |
| 2018-05-02 | Fix rebase issues | Sean Griffin | -1/+1 |
| 2018-05-02 | track skol levels in the InferCtxt rather than via counter | Sean Griffin | -81/+21 |
| 2018-05-02 | Wrap `InferCtxt::universe` in a cell | Sean Griffin | -5/+9 |
| 2018-05-02 | Fix rebase issues | Sean Griffin | -0/+2 |
| 2018-05-02 | give a universe to region variables | Sean Griffin | -6/+34 |
| 2018-05-02 | store RegionVariableInfo and not just RegionVariableOrigin | Sean Griffin | -30/+37 |
| 2018-05-02 | change skolemizations to use universe index | Sean Griffin | -18/+18 |
| 2018-05-02 | add universes to type inference variables | Sean Griffin | -7/+15 |
| 2018-05-02 | introduce `UniverseIndex` into `InferCtxt` | Sean Griffin | -0/+12 |
| 2018-04-28 | Auto merge of #50240 - nnethercote:LazyBTreeMap, r=cramertj | bors | -8/+10 |
| 2018-04-26 | Implement LazyBTreeMap and use it in a few places. | Nicholas Nethercote | -8/+10 |
| 2018-04-24 | Make Binder's field private and clean up its usage | Tyler Mandry | -9/+11 |
| 2018-04-23 | create a `QueryRegionConstraint` type | Niko Matsakis | -48/+23 |
| 2018-04-17 | Auto merge of #49836 - nikomatsakis:nll-facts-prep, r=pnkfelix | bors | -4/+4 |
| 2018-04-15 | Make use of thread-safe arenas | John Kåre Alsaker | -3/+3 |
| 2018-04-15 | s/`use_mir`/`use_mir_borrowck`/ | Niko Matsakis | -1/+1 |