| Age | Commit message (Expand) | Author | Lines |
| 2021-08-25 | Fix debugger stepping behavior around `match` expressions | Wesley Wiser | -26/+24 |
| 2021-08-15 | Fix ui tests for llvm_asm! deprecation | Amanieu d'Antras | -7/+8 |
| 2021-08-11 | Modify structured suggestion output | Esteban Küber | -22/+22 |
| 2021-08-04 | Remove trailing whitespace from error messages | Fabian Wolff | -1/+1 |
| 2021-07-30 | Use multispan suggestions more often | Esteban Küber | -2/+2 |
| 2021-07-29 | Auto merge of #86998 - m-ou-se:const-panic-fmt-as-str, r=oli-obk | bors | -2/+3 |
| 2021-07-28 | Add new const_format_args!() macro and use it in panics. | Mara Bos | -2/+12 |
| 2021-07-28 | Update test output for const fmt::Arguments constructor. | Mara Bos | -11/+2 |
| 2021-07-28 | Rollup merge of #87453 - ibraheemdev:i-68697, r=wesleywiser | Yuki Okushi | -4/+7 |
| 2021-07-27 | Auto merge of #85305 - MarcusDunn:master, r=pnkfelix | bors | -18/+17 |
| 2021-07-25 | fix help message for modification to &T created by &{t} | ibraheemdev | -1/+33 |
| 2021-07-25 | fix test/ui/borrowck/issue-33819 | ibraheemdev | -1/+1 |
| 2021-07-25 | tidy | ibraheemdev | -1/+1 |
| 2021-07-25 | suggest removing unnecessary \&mut as help message | ibraheemdev | -4/+7 |
| 2021-07-21 | Revert PR 81473 to resolve (on mainline) issues 81626 and 81658. | Felix S. Klock II | -1/+0 |
| 2021-07-18 | Auto merge of #85686 - ptrojahn:loop_reinitialize, r=estebank | bors | -0/+102 |
| 2021-07-07 | Add help on reinitialization between move and access | Paul Trojahn | -0/+102 |
| 2021-07-02 | Improve error reporting for modifications behind `&` references | Fabian Wolff | -13/+30 |
| 2021-06-30 | Move some UI tests to more suitable subdirs | Yuki Okushi | -0/+95 |
| 2021-06-24 | compiletest: ignore tests on a per-revision basis | Simonas Kazlauskas | -2/+2 |
| 2021-06-16 | Do not emit invalid suggestions on multiple mutable borrow errors | Yuki Okushi | -0/+32 |
| 2021-06-04 | updated line #'s on ui tests and removed feature flag test | marcusdunn | -17/+17 |
| 2021-06-04 | removed more uses of feature gate | marcusdunn | -1/+0 |
| 2021-05-30 | Do not suggest ampmut if rhs is already mutable | Deadbeef | -0/+20 |
| 2021-05-12 | Show macro name in 'this error originates in macro' message | Aaron Hill | -5/+5 |
| 2021-05-11 | improve diagnosts for GATs | b-naber | -5/+5 |
| 2021-05-01 | Closure capture borrow diagnostics for disjoint captures | Chris Pardy | -31/+31 |
| 2021-04-28 | Auto merge of #83401 - fee1-dead:master, r=davidtwco | bors | -0/+44 |
| 2021-04-12 | Compiler error messages: reduce assertiveness of message E0384 | James Addison | -14/+14 |
| 2021-04-03 | Remove redundant `ignore-tidy-linelength` annotations | Simon Jakobi | -55/+47 |
| 2021-03-23 | Fix ICE of for-loop mut borrowck where no suggestions are available | Deadbeef | -0/+44 |
| 2021-03-19 | update tests | mark | -32/+29 |
| 2021-03-06 | Move some tests to more suitable subdirs | Yuki Okushi | -0/+17 |
| 2021-02-23 | Rollup merge of #81629 - 1000teslas:issue-81365-fix, r=Aaron1011 | Dylan DPC | -0/+520 |
| 2021-02-19 | Add deref definition location | 1000teslas | -0/+40 |
| 2021-02-15 | Fix test issue reference | Edward Shen | -1/+1 |
| 2021-02-14 | Use delay_span_bug for mismatched subst/hir arg | Edward Shen | -0/+68 |
| 2021-02-13 | add test | b-naber | -0/+30 |
| 2021-02-08 | Add tests | 1000teslas | -1/+139 |
| 2021-02-08 | Point out implicit deref coercions in borrow | 1000teslas | -0/+342 |
| 2021-02-02 | Rollup merge of #81634 - jesusprubio:jesusprubio/add-long-explanation-e0521, ... | Jack Huey | -0/+5 |
| 2021-02-01 | Update ui tests | Jesus Rubio | -0/+5 |
| 2021-01-31 | Move some tests to more reasonable directories | Caio | -0/+20 |
| 2021-01-30 | Rollup merge of #81473 - sanxiyn:write-only-field, r=oli-obk | Yuki Okushi | -0/+1 |
| 2021-01-28 | Warn write-only fields | Seo Sanghyeon | -0/+1 |
| 2021-01-25 | Point to span of upvar making closure FnMut | 1000teslas | -1/+3 |
| 2021-01-17 | Auto merge of #80942 - c410-f3r:tests-tests-tests, r=petrochenkov | bors | -0/+402 |
| 2021-01-16 | Move some tests to more reasonable directories - 2 | Caio | -0/+402 |
| 2021-01-12 | Do not suggest invalid code in pattern with loop | Yuki Okushi | -0/+25 |
| 2020-12-24 | Auto merge of #77692 - PankajChaudhary5:issue-76630, r=davidtwco | bors | -5/+5 |