| Age | Commit message (Expand) | Author | Lines |
| 2022-05-14 | Auto merge of #96883 - jackh726:early-binder-2, r=oli-obk | bors | -13/+15 |
| 2022-05-14 | Add bound_explicit_item_bounds and bound_item_bounds | Jack Huey | -7/+7 |
| 2022-05-13 | Add bound_fn_sig | Jack Huey | -4/+4 |
| 2022-05-13 | Add bound_type_of | Jack Huey | -1/+1 |
| 2022-05-11 | stop suggesting non-existing fully qualified paths | Takayuki Maeda | -11/+16 |
| 2022-05-10 | Introduce EarlyBinder | Jack Huey | -12/+14 |
| 2022-05-08 | Auto merge of #96155 - jackh726:param-heuristics-followup, r=estebank | bors | -3/+4 |
| 2022-05-07 | Auto merge of #96094 - Elliot-Roberts:fix_doctests, r=compiler-errors | bors | -45/+54 |
| 2022-05-06 | Resolve vars in note_type_err | Jack Huey | -3/+4 |
| 2022-05-06 | suggest fully qualified path with appropriate params | Takayuki Maeda | -1/+22 |
| 2022-05-04 | Stabilize `bool::then_some` | Josh Triplett | -1/+0 |
| 2022-05-02 | fix most compiler/ doctests | Elliot Roberts | -45/+54 |
| 2022-05-02 | rustc: Panic by default in `DefIdTree::parent` | Vadim Petrochenkov | -6/+4 |
| 2022-04-30 | Auto merge of #96347 - estebank:issue-96292, r=compiler-errors | bors | -10/+31 |
| 2022-04-30 | Store all generic bounds as where predicates. | Camille GILLOT | -44/+23 |
| 2022-04-30 | Inline WhereClause into Generics. | Camille GILLOT | -4/+4 |
| 2022-04-29 | errors: `span_suggestion` takes `impl ToString` | David Wood | -1/+1 |
| 2022-04-28 | Rollup merge of #96409 - marmeladema:fix-nll-introduce-named-lifetime-suggest... | Dylan DPC | -75/+77 |
| 2022-04-28 | Rollup merge of #96471 - BoxyUwU:let_else_considered_harmful, r=lcnr | Dylan DPC | -14/+9 |
| 2022-04-27 | Recover suggestions to introduce named lifetime under NLL | marmeladema | -75/+77 |
| 2022-04-27 | tut tut tut | Ellen | -14/+9 |
| 2022-04-25 | Recover most `impl Trait` and `dyn Trait` lifetime bound suggestions under NLL | marmeladema | -65/+74 |
| 2022-04-24 | Improve span for `consider adding an explicit lifetime bound` suggestions und... | marmeladema | -28/+25 |
| 2022-04-23 | Provide consistent output order for suggestions | Esteban Küber | -3/+4 |
| 2022-04-23 | Use more targetted suggestion span for fully qualified path | Esteban Küber | -7/+10 |
| 2022-04-23 | Erase type params when suggesting fully qualified path | Esteban Küber | -0/+17 |
| 2022-04-19 | Auto merge of #96020 - martingms:optimize-relate_substs, r=nnethercote | bors | -3/+9 |
| 2022-04-17 | Split relate_substs into two functions | Martin Gammelsæter | -3/+9 |
| 2022-04-16 | Rollup merge of #95908 - compiler-errors:shallow_resolve_ty-inline, r=oli-obk | Dylan DPC | -44/+39 |
| 2022-04-16 | Auto merge of #92364 - jackh726:Quantumplation/65853/param-heuristics, r=este... | bors | -6/+7 |
| 2022-04-16 | Implementation for 65853 | Jack Huey | -6/+7 |
| 2022-04-15 | Rollup merge of #96026 - matthiaskrgr:clippy_compl_1304, r=Dylan-DPC | Dylan DPC | -3/+3 |
| 2022-04-15 | Rollup merge of #94457 - jhpratt:stabilize-derive_default_enum, r=davidtwco | Dylan DPC | -1/+1 |
| 2022-04-13 | couple of clippy::complexity fixes | Matthias Krüger | -3/+3 |
| 2022-04-10 | Inline shallow_resolve_ty into ShallowResolver | Michael Goulet | -44/+39 |
| 2022-04-09 | Auto merge of #95524 - oli-obk:cached_stable_hash_cleanups, r=nnethercote | bors | -18/+17 |
| 2022-04-08 | Avoid looking at the internals of Interned directly | Oli Scherer | -18/+17 |
| 2022-04-07 | Stabilize `derive_default_enum` | Jacob Pratt | -1/+1 |
| 2022-04-05 | errors: implement fallback diagnostic translation | David Wood | -4/+3 |
| 2022-04-05 | span: move `MultiSpan` | David Wood | -11/+9 |
| 2022-04-02 | Rollup merge of #95560 - lcnr:obligation-cause, r=oli-obk | Dylan DPC | -13/+17 |
| 2022-04-02 | Rollup merge of #95559 - lcnr:inferctxt-typeck, r=oli-obk | Dylan DPC | -20/+10 |
| 2022-04-01 | convert more `DefId`s to `LocalDefId` | lcnr | -13/+17 |
| 2022-04-01 | remove `unify_key::replace_if_possible` | lcnr | -16/+7 |
| 2022-04-01 | update comments | lcnr | -4/+3 |
| 2022-04-01 | Rollup merge of #95260 - compiler-errors:fn, r=davidtwco | Matthias Krüger | -1/+5 |
| 2022-03-31 | remove unused field from `infcx` | lcnr | -26/+2 |
| 2022-03-30 | Addressed comments by @compiler-errors and @bjorn3 | Yuri Astrakhan | -2/+2 |
| 2022-03-30 | Spellchecking compiler comments | Yuri Astrakhan | -16/+16 |
| 2022-03-30 | Auto merge of #94081 - oli-obk:lazy_tait_take_two, r=nikomatsakis | bors | -307/+603 |