| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-09-28 | Rollup merge of #64802 - estebank:walk-parents-iterator, r=matthewjasper | Mazdak Farrokhzad | -1/+1 |
| 2019-09-28 | Rollup merge of #64781 - Mark-Simulacrum:no-global-tcx, r=eddyb | Mazdak Farrokhzad | -5/+3 |
| 2019-09-27 | cleanup dead ast-borrowck / migrate-mode code. | Mazdak Farrokhzad | -0/+2 |
| 2019-09-27 | Remove global_tcx from TyCtxt | Mark Rousskov | -5/+3 |
| 2019-09-27 | review comments | Esteban Küber | -1/+1 |
| 2019-09-26 | Rename `Item.node` to `Item.kind` | varkor | -3/+3 |
| 2019-09-26 | Rename `Ty.node` to `Ty.kind` | varkor | -2/+2 |
| 2019-09-26 | Rename `TraitItem.node` to `TraitItem.kind` | varkor | -2/+2 |
| 2019-09-26 | Rename `ImplItem.node` to `ImplItem.kind` | varkor | -3/+3 |
| 2019-09-26 | Rename `Expr.node` to `Expr.kind` | varkor | -6/+6 |
| 2019-09-26 | Rename `subst::Kind` to `subst::GenericArg` | varkor | -60/+66 |