| Age | Commit message (Expand) | Author | Lines |
| 2022-12-06 | Change CTFE backtraces to use `note` instead of `label` to preserve their order | Oli Scherer | -18/+30 |
| 2022-12-06 | Remove now-redundant file/line info from const backtraces | Oli Scherer | -6/+6 |
| 2022-11-23 | review comments: inline bindings and fix typo | Esteban Küber | -3/+3 |
| 2022-11-23 | Tweak output to account for alternative bindings in the same pattern | Esteban Küber | -8/+2 |
| 2022-11-23 | Fix wording | Esteban Küber | -3/+3 |
| 2022-11-23 | Remove logic duplication | Esteban Küber | -3/+3 |
| 2022-11-23 | Do not suggest `ref` multiple times for the same binding | Esteban Küber | -8/+0 |
| 2022-11-23 | Suggest `.clone()` or `ref binding` on E0382 | Esteban Küber | -6/+381 |
| 2022-11-16 | cleanup and dedupe CTFE and Miri error reporting | Ralf Jung | -13/+16 |
| 2022-11-13 | Rollup merge of #104181 - jackh726:known-bug-tests, r=Mark-Simulacrum | Manish Goregaokar | -0/+62 |
| 2022-11-13 | Add a few known-bug tests | Jack Huey | -0/+62 |
| 2022-11-12 | Auto merge of #103530 - cjgillot:hir-lifetimes-direct, r=estebank | bors | -15/+4 |
| 2022-11-11 | Visit opaque types during type collection too. | Camille GILLOT | -15/+4 |
| 2022-11-09 | Rollup merge of #103307 - b4den:master, r=estebank | Manish Goregaokar | -7/+7 |
| 2022-11-05 | Adjust diagnostics, bless tests | Michael Goulet | -18/+18 |
| 2022-10-27 | Erase regions from CallArgument, add test + bless | Michael Goulet | -0/+66 |
| 2022-10-25 | Rollup merge of #103382 - compiler-errors:anon-apit-lt-region-ice, r=cjgillot | Yuki Okushi | -0/+28 |
| 2022-10-23 | Rollup merge of #103305 - c410-f3r:moar-errors, r=petrochenkov | Dylan DPC | -0/+30 |
| 2022-10-22 | Don't ICE on regions from anonymous_lifetime_in_impl_trait | Michael Goulet | -0/+28 |
| 2022-10-20 | Update tests to match error message changes | b4den | -7/+7 |
| 2022-10-20 | Move some tests for more reasonable places | Caio | -0/+30 |
| 2022-10-19 | Erase regions before checking for default in uninitialized binding error | Michael Goulet | -0/+54 |
| 2022-10-16 | Auto merge of #102080 - yanchen4791:issue-99824-fix, r=cjgillot | bors | -2/+8 |
| 2022-10-13 | Move some tests to more reasonable directories | Caio | -0/+19 |
| 2022-10-07 | make const_err a hard error | Ralf Jung | -63/+15 |
| 2022-10-01 | Auto merge of #101986 - WaffleLapkin:move_lint_note_to_the_bottom, r=estebank | bors | -6/+6 |
| 2022-10-01 | bless ui tests | Maybe Waffle | -6/+6 |
| 2022-09-29 | Generate synthetic impl region even in closure body in associated fn | Michael Goulet | -0/+50 |
| 2022-09-28 | Fix missing explanation of where borrowed reference is used when the borrow o... | Yan Chen | -2/+8 |
| 2022-09-26 | Auto merge of #102184 - chenyukang:fix-102087-add-binding-sugg, r=nagisa | bors | -0/+361 |
| 2022-09-26 | fix #102087, Suggest Default::default() when binding isn't initialized | yukang | -0/+361 |
| 2022-09-25 | Rollup merge of #101431 - compiler-errors:move-place-ty-for-move-place-sugg, ... | fee1-dead | -0/+50 |
| 2022-09-06 | Shrink span for bindings with subpatterns. | Camille GILLOT | -61/+61 |
| 2022-09-05 | Look at move place's type when suggesting mutable reborrow | Michael Goulet | -0/+50 |
| 2022-09-05 | Don't suggest reborrow if usage is inside a closure | Michael Goulet | -0/+31 |
| 2022-09-01 | do not suggest adding `move` to closure when `move` is already used | Takayuki Maeda | -0/+26 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -3/+3 |
| 2022-08-25 | Provide structured suggestion for `hashmap[idx] = val` | Esteban Küber | -7/+16 |
| 2022-08-23 | Suggest alternatives when trying to mutate a `HashMap`/`BTreeMap` via indexing | Chayim Refael Friedman | -0/+3 |
| 2022-08-20 | Rollup merge of #100507 - cameron1024:suggest-lazy, r=compiler-errors | Matthias Krüger | -0/+1 |
| 2022-08-20 | Rollup merge of #100186 - compiler-errors:or-as_mut, r=fee1-dead | Matthias Krüger | -4/+1 |
| 2022-08-16 | Make as_ref suggestion a note | Michael Goulet | -4/+1 |
| 2022-08-15 | Fix #95079 by adding help and suggestion for missing move in nested closure | Yan Chen | -0/+59 |
| 2022-08-14 | suggest lazy-static for non-const statics | cameron | -0/+1 |
| 2022-08-14 | Suggest as_ref or as_mut | Michael Goulet | -1/+1 |
| 2022-08-03 | fix trailing whitespace in error message | klensy | -1/+1 |
| 2022-07-31 | Improve `cannot move out of` error message | Obei Sideg | -2/+2 |
| 2022-07-19 | Mention first and last macro in backtrace | Michael Goulet | -12/+12 |
| 2022-07-15 | Move tests to fit in limit | Esteban Küber | -0/+89 |
| 2022-07-15 | Provide structured suggestion for dropped temp value | Esteban Küber | -6/+22 |