| Age | Commit message (Expand) | Author | Lines |
| 2021-10-15 | Bless tests | Cameron Steffen | -1/+1 |
| 2021-10-14 | Auto merge of #88698 - Noble-Mushtak:master, r=nikomatsakis,oli-obk | bors | -0/+60 |
| 2021-10-13 | Remove textual span from diagnostic string | Oli Scherer | -4/+4 |
| 2021-10-07 | Add check that region is live in sanitize_promoted | Noble-Mushtak | -0/+60 |
| 2021-09-30 | Auto merge of #89110 - Aaron1011:adjustment-span, r=estebank | bors | -219/+178 |
| 2021-09-26 | Remove box syntax from most places in src/test outside of the issues dir | est31 | -274/+258 |
| 2021-09-25 | Use larger span for adjustments on method calls | Aaron Hill | -219/+178 |
| 2021-09-20 | Use `ty::Error` for opaque types with errors in its bounds. | Oli Scherer | -15/+4 |
| 2021-09-15 | Point to closure when emitting 'cannot move out' for captured variable | Fabian Wolff | -15/+61 |
| 2021-09-11 | Auto merge of #88214 - notriddle:notriddle/for-loop-span-drop-temps-mut, r=na... | bors | -0/+65 |
| 2021-09-09 | Ignore automatically derived impls of `Clone` and `Debug` in dead code analysis | Fabian Wolff | -0/+1 |
| 2021-09-01 | Stop sorting bodies by span. | Camille GILLOT | -6/+6 |
| 2021-08-29 | rebase: fix test output | Esteban Kuber | -7/+10 |
| 2021-08-29 | Provide structured suggestion for removal of `&mut` | Esteban Kuber | -9/+6 |
| 2021-08-29 | Suggestion for call on immutable binding of mutable type | Esteban Küber | -12/+80 |
| 2021-08-28 | rustc: use more correct span data in for loop desugaring | Michael Howell | -0/+65 |
| 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 |