| Age | Commit message (Expand) | Author | Lines |
| 2019-11-03 | Auto merge of #65779 - kevgrasso:E0308highlight, r=estebank | bors | -6/+50 |
| 2019-11-01 | Rollup merge of #65112 - jack-t:type-parens-lint, r=varkor | Tyler Mandry | -1/+1 |
| 2019-10-29 | Add lint for unnecessary parens around types | jack-t | -1/+1 |
| 2019-10-29 | Make error apply only to impl/trait mismatch | Esteban Küber | -15/+6 |
| 2019-10-29 | Point at the trait item and tweak wording | Esteban Küber | -3/+15 |
| 2019-10-29 | review comments | Esteban Küber | -12/+15 |
| 2019-10-29 | Custom lifetime error for `impl` item doesn't conform to `trait` | Esteban Küber | -0/+55 |
| 2019-10-25 | only relevant parts of type paths highlighted in E0308 type mismatch error me... | Kevyn Grasso | -7/+42 |
| 2019-10-24 | remove the last remaining READMEs | Mark Mansi | -265/+4 |
| 2019-10-23 | Rollup merge of #65696 - varkor:nll-chalk-const-generics-issue, r=eddyb | Mazdak Farrokhzad | -30/+57 |
| 2019-10-23 | Rollup merge of #65657 - nnethercote:rm-InternedString-properly, r=eddyb | Mazdak Farrokhzad | -7/+7 |
| 2019-10-23 | Account for const generalisation in nll_relate | varkor | -7/+21 |
| 2019-10-23 | debug messages added | Kevyn Grasso | -0/+9 |
| 2019-10-23 | Account for const generalisation in combine | varkor | -3/+15 |
| 2019-10-23 | Auto merge of #57545 - bovinebuddha:object_safe_for_dispatch, r=nikomatsakis | bors | -4/+20 |
| 2019-10-22 | RFC 2027: "first draft" of implementation | Mathias Blikstad | -4/+20 |
| 2019-10-22 | Fix an issue with const inference variables sticking around under Chalk + NLL | varkor | -27/+28 |
| 2019-10-21 | Rollup merge of #65660 - varkor:canonical-const-to-bound-const, r=eddyb | Mazdak Farrokhzad | -15/+10 |
| 2019-10-21 | Rollup merge of #65647 - nnethercote:rm-unnecessary-traits, r=Centril | Mazdak Farrokhzad | -5/+5 |
| 2019-10-21 | Rename `ConstValue::Infer(InferConst::Canonical(..))` to `ConstValue::Bound(..)` | varkor | -15/+10 |
| 2019-10-21 | Remove many unnecessary trait derivations. | Nicholas Nethercote | -5/+5 |
| 2019-10-21 | Fix `canonicalize_const_var` from leaking inference variables through | ben | -1/+1 |
| 2019-10-21 | Convert fields within `DefPathData` from `InternedString` to `Symbol`. | Nicholas Nethercote | -1/+1 |
| 2019-10-21 | Convert some `InternedString`s to `Symbols`. | Nicholas Nethercote | -6/+6 |
| 2019-10-20 | Fix resolve_type_vars_with_obligations not resolving const inference | ben | -3/+3 |
| 2019-10-17 | Inline and remove `iterate_until_fixed_point()`. | Nicholas Nethercote | -39/+28 |
| 2019-10-17 | Use a `BitSet` in `LexicalResolver::iterate_until_fixed_point()`. | Nicholas Nethercote | -5/+18 |
| 2019-10-14 | Rollup merge of #65260 - nnethercote:optimize-LexicalResolve-expansion, r=nik... | Tyler Mandry | -10/+16 |
| 2019-10-14 | Rollup merge of #65292 - JohnTitor:add-backticks, r=varkor,Centril | Mazdak Farrokhzad | -3/+3 |
| 2019-10-11 | Print lifetimes with backticks | Yuki Okushi | -3/+3 |
| 2019-10-10 | Remove `tag` from `iterate_until_fixed_point()`. | Nicholas Nethercote | -4/+4 |
| 2019-10-10 | Special-case `ReEmpty` in `expand_node()`. | Nicholas Nethercote | -1/+9 |
| 2019-10-10 | Tweak `tcx` usage in `lub_concrete_regions()`. | Nicholas Nethercote | -5/+3 |
| 2019-10-10 | Auto merge of #64939 - nnethercote:snapshot-cleanups, r=nikomatsakis | bors | -20/+10 |
| 2019-10-08 | Remove `InferCtxt::in_snapshot()`. | Nicholas Nethercote | -17/+5 |
| 2019-10-08 | Clarify a comment in `RegionConstraintCollector::leak_check`. | Nicholas Nethercote | -3/+5 |
| 2019-10-08 | Rollup merge of #65154 - skinny121:const-arg-diagnostic, r=varkor | Mazdak Farrokhzad | -1/+18 |
| 2019-10-06 | Fix const arguments not displaying in types mismatch diagnostic. | ben | -1/+18 |
| 2019-10-04 | replace GeneratorSubsts inside related types | csmoe | -1/+1 |
| 2019-10-04 | generate GeneratorSubsts from SubstsRef | csmoe | -4/+4 |
| 2019-10-04 | Rollup merge of #64817 - csmoe:closure, r=nikomatsakis | Mazdak Farrokhzad | -10/+10 |
| 2019-10-03 | Auto merge of #64999 - nikomatsakis:issue-60424-async-return-inference, r=cra... | bors | -0/+11 |
| 2019-10-03 | generate ClosureSubsts from SubstsRef | csmoe | -8/+8 |
| 2019-10-02 | document `shallow_resolve` | Niko Matsakis | -0/+11 |
| 2019-10-01 | Rename to `was_placeholder` to `from_forall` | Aaron Hill | -1/+11 |
| 2019-10-01 | Improve HRTB error span when -Zno-leak-check is used | Aaron Hill | -4/+6 |
| 2019-09-30 | Deduplicate closure type errors | Esteban Küber | -1/+4 |
| 2019-09-29 | remove indexed_vec re-export from rustc_data_structures | csmoe | -6/+6 |
| 2019-09-29 | remove ClosureSubsts with SubstsRef | csmoe | -1/+1 |
| 2019-09-29 | introduce from_ref helper for replacement | csmoe | -3/+3 |