| Age | Commit message (Expand) | Author | Lines |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -21856/+0 |
| 2023-01-08 | Rollup merge of #106131 - compiler-errors:not-ptrs, r=davidtwco | Michael Goulet | -4/+4 |
| 2023-01-08 | Rollup merge of #106410 - clubby789:borrow-mut-self-mut-self-diag, r=compiler... | Yuki Okushi | -0/+27 |
| 2023-01-08 | Mention signature rather than fn pointers when comparing impl/trait methods | Michael Goulet | -4/+4 |
| 2023-01-05 | Explain error with `&mut self` for unsized trait impls | clubby789 | -0/+27 |
| 2023-01-03 | Rollup merge of #106005 - LeSeulArtichaut:if-let-guard-borrowck-test, r=Nilst... | Matthias Krüger | -11/+90 |
| 2023-01-01 | Verbose suggestions | Esteban Küber | -76/+148 |
| 2023-01-01 | Merge multiple mutable borrows of immutable binding errors | Esteban Küber | -38/+77 |
| 2022-12-28 | Use verbose suggestions for mutability errors | Esteban Küber | -52/+100 |
| 2022-12-27 | Auto merge of #106095 - estebank:pin-mut-reborrow, r=compiler-errors | bors | -1/+25 |
| 2022-12-25 | Create new inference context | Esteban Küber | -1/+25 |
| 2022-12-21 | Test the borrowck behavior of if-let guards | Léo Lanteri Thauvin | -11/+90 |
| 2022-12-18 | Rollup merge of #105447 - TaKO8Ki:add-test-for-103095, r=petrochenkov | Matthias Krüger | -0/+30 |
| 2022-12-15 | Auto merge of #104765 - chenyukang:yukang-fix-104639-lifetime-check, r=oli-obk | bors | -0/+10 |
| 2022-12-13 | Rollup merge of #105500 - oli-obk:unhide_unknown_spans, r=estebank | Matthias Krüger | -24/+6 |
| 2022-12-13 | Account for dereference expressions | Esteban Küber | -32/+55 |
| 2022-12-13 | Fix span for `&mut ` removal suggestion | Esteban Küber | -3/+3 |
| 2022-12-13 | Suggest `ref` for some patterns as a fallback | Esteban Küber | -10/+181 |
| 2022-12-13 | Change pattern borrowing suggestions to be verbose | Esteban Küber | -112/+190 |
| 2022-12-13 | Clarify what "this" means | Oli Scherer | -6/+6 |
| 2022-12-13 | Make some diagnostics not depend on the source of what they reference being a... | Oli Scherer | -18/+0 |
| 2022-12-11 | Move tests | Caio | -0/+68 |
| 2022-12-08 | add a test for #103095 | Takayuki Maeda | -0/+30 |
| 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-23 | Fix #104639, find the right lower bound region in the scenario of partial ord... | yukang | -0/+10 |
| 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 |