| Age | Commit message (Expand) | Author | Lines |
| 2022-06-23 | Rollup merge of #98184 - compiler-errors:elided-lifetime-in-impl-nll, r=cjgillot | Michael Goulet | -5/+56 |
| 2022-06-20 | Give name if anonymous region appears in impl signature | Michael Goulet | -5/+56 |
| 2022-06-19 | Only use special async fn case for actual async fns in borrowck diagnostics. | Camille GILLOT | -1/+8 |
| 2022-06-15 | Rollup merge of #98110 - cjgillot:closure-brace, r=Aaron1011 | Yuki Okushi | -13/+15 |
| 2022-06-13 | remove unnecessary `to_string` and `String::new` | Takayuki Maeda | -15/+15 |
| 2022-06-12 | Make `ExprKind::Closure` a struct variant. | Camille GILLOT | -13/+15 |
| 2022-06-03 | Manipulate lifetimes by LocalDefId for region resolution. | Camille GILLOT | -2/+2 |
| 2022-05-29 | Handle anonymous lifetimes properly in diagnostics. | Camille GILLOT | -4/+6 |
| 2022-05-28 | Auto merge of #97284 - b-naber:constraint-dyn-impl-suggestion, r=estebank | bors | -41/+211 |
| 2022-05-26 | clippy::complexity fixes | Matthias Krüger | -3/+3 |
| 2022-05-26 | rebase, use Ty in CallArgument and re-insert static_assert_size on Constraint... | b-naber | -8/+9 |
| 2022-05-25 | suggest constraining dyn trait in impl in NLL | b-naber | -27/+196 |
| 2022-05-25 | add def_id and substs to ConstraintCategory::CallArgument | b-naber | -14/+14 |
| 2022-05-23 | Refactor call terminator to always hold a destination place | Jakob Degen | -4/+4 |
| 2022-05-22 | Lifetime variance fixes for rustc | Michael Goulet | -3/+4 |
| 2022-05-20 | Remove `crate` visibility usage in compiler | Jacob Pratt | -33/+37 |
| 2022-05-17 | Change `Successors` to `impl Iterator<Item = BasicBlock>` | SparrowLii | -4/+4 |
| 2022-05-10 | Introduce EarlyBinder | Jack Huey | -2/+4 |
| 2022-05-07 | Auto merge of #96094 - Elliot-Roberts:fix_doctests, r=compiler-errors | bors | -12/+15 |
| 2022-05-06 | turn `append_place_to_string` from recursion into iteration | SparrowLii | -132/+78 |
| 2022-05-02 | fix most compiler/ doctests | Elliot Roberts | -12/+15 |
| 2022-05-02 | rustc: Panic by default in `DefIdTree::parent` | Vadim Petrochenkov | -1/+1 |
| 2022-04-29 | errors: `span_suggestion` takes `impl ToString` | David Wood | -1/+1 |
| 2022-04-27 | Recover suggestions to introduce named lifetime under NLL | marmeladema | -1/+34 |
| 2022-04-27 | Rollup merge of #96385 - marmeladema:nll-fix-trait-lifetime-bound-suggestions... | Dylan DPC | -77/+42 |
| 2022-04-25 | simplify `describe_field` func in borrowck's diagnostics part | SparrowLii | -19/+10 |
| 2022-04-25 | Recover most `impl Trait` and `dyn Trait` lifetime bound suggestions under NLL | marmeladema | -77/+42 |
| 2022-04-24 | Rollup merge of #96352 - marmeladema:fix-nll-lifetime-bound-suggestions, r=ja... | Matthias Krüger | -1/+5 |
| 2022-04-24 | make `classify_drop_access_kind` iterate | SparrowLii | -35/+38 |
| 2022-04-24 | Recover missing suggestion part under NLL | marmeladema | -1/+4 |
| 2022-04-24 | Improve span for `consider adding an explicit lifetime bound` suggestions und... | marmeladema | -0/+1 |
| 2022-04-20 | remove an unnecessary format arg | Takayuki Maeda | -1/+1 |
| 2022-04-17 | Lint elided lifetimes in path on the AST. | Camille GILLOT | -1/+1 |
| 2022-04-10 | Rollup merge of #95807 - TaKO8Ki:suggest-local-var-for-vector, r=fee1-dead | Dylan DPC | -9/+31 |
| 2022-04-09 | use `format-args-capture` and remove unnecessary nested blocks | Takayuki Maeda | -133/+116 |
| 2022-04-08 | suggest adding a local for vector to fix borrowck errors | Takayuki Maeda | -9/+31 |
| 2022-04-05 | Rollup merge of #95670 - TaKO8Ki:remove-unused-function-parameters, r=davidtwco | Dylan DPC | -12/+3 |
| 2022-04-05 | remove unused function parameters | Takayuki Maeda | -12/+3 |
| 2022-04-05 | Rollup merge of #95607 - compiler-errors:issue-95272, r=Aaron1011 | Dylan DPC | -4/+15 |
| 2022-04-05 | errors: implement fallback diagnostic translation | David Wood | -1/+1 |
| 2022-04-05 | span: move `MultiSpan` | David Wood | -2/+2 |
| 2022-04-04 | Format invariance notes with backticks | Michael Goulet | -4/+4 |
| 2022-04-04 | Handle reporting invariance of fn pointer | Michael Goulet | -0/+11 |
| 2022-03-30 | Auto merge of #95466 - Dylan-DPC:rollup-g7ddr8y, r=Dylan-DPC | bors | -2/+2 |
| 2022-03-30 | Rollup merge of #95461 - nyurik:spelling, r=lcnr | Dylan DPC | -2/+2 |
| 2022-03-30 | Spellchecking some comments | Yuri Astrakhan | -2/+2 |
| 2022-03-30 | Auto merge of #94081 - oli-obk:lazy_tait_take_two, r=nikomatsakis | bors | -21/+91 |
| 2022-03-29 | Rollup merge of #95415 - notriddle:notriddle/issue-82081, r=Dylan-DPC | Dylan DPC | -2/+7 |
| 2022-03-28 | Suggest function borrow ignoring needs_note | Michael Goulet | -2/+6 |
| 2022-03-28 | drive-by: move Copy bound suggestion to its own function | Michael Goulet | -60/+65 |