| Age | Commit message (Expand) | Author | Lines |
| 2017-01-06 | Revert "Update for changes to TraitItem on master." | Niko Matsakis | -3/+3 |
| 2017-01-06 | Update for changes to TraitItem on master. | Eduard-Mihai Burtescu | -3/+3 |
| 2017-01-06 | Don't leak the compiler's internal representation of scopes in error messages. | Eduard-Mihai Burtescu | -15/+41 |
| 2016-12-03 | Add TypeVariableOrigin enum | Keith Yeung | -11/+52 |
| 2016-11-28 | Adds TyCtxt::require_lang_item(LangItem) to simplify lang item requires. | Mark-Simulacrum | -2/+1 |
| 2016-11-28 | Refactor TyTrait to contain a interned ExistentialPredicate slice. | Mark-Simulacrum | -1/+1 |
| 2016-11-28 | Remove BuiltinBound and BuiltinBounds. | Mark-Simulacrum | -1/+5 |
| 2016-11-28 | rustc: embed path resolutions into the HIR instead of keeping DefMap. | Eduard-Mihai Burtescu | -1/+2 |
| 2016-11-28 | rustc: desugar UFCS as much as possible during HIR lowering. | Eduard Burtescu | -7/+4 |
| 2016-11-28 | rustc: encode the optionality of type parameters in HIR paths. | Eduard Burtescu | -0/+1 |
| 2016-11-20 | Move `syntax::util::interner` -> `syntax::symbol`, cleanup. | Jeffrey Seyfried | -3/+3 |
| 2016-11-15 | register `infer-ok` obligations properly | Niko Matsakis | -1/+2 |
| 2016-11-15 | remove TypeOrigin and use ObligationCause instead | Niko Matsakis | -173/+100 |
| 2016-11-12 | address review comments | Ariel Ben-Yehuda | -4/+0 |
| 2016-11-12 | rustc: move closure upvar types to the closure substs | Ariel Ben-Yehuda | -1/+1 |
| 2016-11-12 | Rollup merge of #37688 - eddyb:lazy-8, r=petrochenkov | Eduard-Mihai Burtescu | -1/+1 |
| 2016-11-12 | Rollup merge of #37659 - nikomatsakis:sfackler-36340-fix, r=eddyb | Eduard-Mihai Burtescu | -43/+142 |
| 2016-11-12 | Rollup merge of #37551 - Mark-Simulacrum:upgrade-accvec, r=eddyb | Eduard-Mihai Burtescu | -1/+1 |
| 2016-11-12 | Rollup merge of #37481 - estebank:lifetime-help-removal-for-impl, r=eddyb | Eduard-Mihai Burtescu | -14/+21 |
| 2016-11-11 | Change implementation of syntax::util::SmallVector to use data_structures::Sm... | Mark-Simulacrum | -1/+1 |
| 2016-11-10 | Don't hint to add lifetime on trait impl | Esteban Küber | -14/+21 |
| 2016-11-10 | ExprAssignable does not need the original Expr so let's just remove outdated ... | Luqman Aden | -1/+0 |
| 2016-11-10 | rustc: clean up lookup_item_type and remove TypeScheme. | Eduard Burtescu | -1/+1 |
| 2016-11-08 | introduce a `fudge_regions_if_ok` to address false region edges | Niko Matsakis | -43/+142 |
| 2016-11-08 | Replace FnvHasher use with FxHasher. | Nicholas Nethercote | -43/+42 |
| 2016-11-06 | rustc: harden against InferOk having obligations in more cases. | Eduard Burtescu | -3/+10 |
| 2016-11-04 | Rollup merge of #37408 - eddyb:lazy-5, r=nikomatsakis | Alex Crichton | -23/+3 |
| 2016-11-04 | Auto merge of #37167 - nikomatsakis:jroesch-issue-18937, r=pnkfelix | bors | -25/+117 |
| 2016-11-02 | rustc: record the target type of every adjustment. | Eduard Burtescu | -23/+3 |
| 2016-11-01 | pacify the mercilous tidy | Niko Matsakis | -12/+18 |
| 2016-11-01 | apply review feedback nits | Niko Matsakis | -4/+6 |
| 2016-11-01 | compare-method lint | Niko Matsakis | -5/+14 |
| 2016-11-01 | cleanup error reporting and add `ui` tests | Niko Matsakis | -27/+102 |
| 2016-11-01 | Rollup merge of #37059 - jfirebaugh:unused-RangeExpression, r=alexcrichton | Guillaume Gomez | -6/+0 |
| 2016-10-31 | Changed most vec! invocations to use square braces | iirelu | -2/+2 |
| 2016-10-24 | Use `SmallVector` in `CombineFields::instantiate`. | Nicholas Nethercote | -3/+7 |
| 2016-10-21 | only remove keys that mention skolemized regions | Niko Matsakis | -1/+4 |
| 2016-10-21 | when pop skol, also remove from proj cache | Niko Matsakis | -0/+1 |
| 2016-10-19 | Rollup merge of #37241 - zackmdavis:if_let_over_none_spaced_empty_block_arm, ... | Guillaume Gomez | -3/+2 |
| 2016-10-19 | Rollup merge of #37117 - pnkfelix:may-dangle-attr, r=nikomatsakis | Eduard-Mihai Burtescu | -5/+9 |
| 2016-10-17 | prefer `if let` to match with `None => { }` arm in some places | Zack M. Davis | -3/+2 |
| 2016-10-17 | Auto merge of #36915 - jfirebaugh:E0308-split, r=nikomatsakis | bors | -5/+10 |
| 2016-10-17 | Review feedback: add linebreak and reindent to make braces match better. | Felix S. Klock II | -3/+4 |
| 2016-10-16 | Auto merge of #37129 - arielb1:erased-normal, r=eddyb | bors | -1/+14 |
| 2016-10-15 | Remove FIXME | John Firebaugh | -1/+0 |
| 2016-10-13 | normalize types every time HR regions are erased | Ariel Ben-Yehuda | -1/+14 |
| 2016-10-11 | Using a type alias of Slice<Kind<'tcx>> to intern Substs<'tcx>. | Adam Perry | -2/+2 |
| 2016-10-11 | Thread `pure_wrt_drop` field through lifetime and type parameters. | Felix S. Klock II | -4/+7 |
| 2016-10-09 | Remove TypeOrigin::RangeExpression | John Firebaugh | -6/+0 |
| 2016-10-04 | Rollup merge of #36917 - nnethercote:speed-up-plug_leaks, r=eddyb | Manish Goregaokar | -5/+6 |