| Age | Commit message (Expand) | Author | Lines |
| 2022-02-12 | bless you | Deadbeef | -2/+3 |
| 2022-01-22 | [borrowck] Fix help on mutating &self in async fns | Alyssa Verkade | -0/+26 |
| 2022-01-12 | Remove ui tests for LLVM-style inline assembly | Tomasz Miąsko | -164/+0 |
| 2021-12-28 | Added regression test for issue 92015 | chordtoll | -0/+18 |
| 2021-12-10 | Suggest using a temporary variable to fix borrowck errors | Noah Lev | -0/+170 |
| 2021-11-30 | Remove all migrate.nll.stderr files | Lucas Kent | -47/+13 |
| 2021-11-28 | Rollup merge of #90131 - camsteffen:fmt-args-span-fix, r=cjgillot | Matthias Krüger | -0/+14 |
| 2021-11-25 | Add test demonstrating no more ICE | Michael Goulet | -0/+27 |
| 2021-11-21 | Simplify for loop desugar | Cameron Steffen | -3/+3 |
| 2021-11-20 | Point at bounds when comparing impl items to trait | Esteban Kuber | -2/+2 |
| 2021-11-18 | Move some tests to more reasonable directories | Caio | -0/+77 |
| 2021-11-16 | Rollup merge of #90936 - JohnTitor:issue-80772, r=Mark-Simulacrum | Yuki Okushi | -0/+21 |
| 2021-11-16 | Add a regression test for #80772 | Yuki Okushi | -0/+21 |
| 2021-11-14 | Move some tests to more reasonable directories | Caio | -0/+31 |
| 2021-11-06 | Move some tests to more reasonable directories | Caio | -0/+30 |
| 2021-10-29 | Fix a format_args span to be expansion | Cameron Steffen | -0/+14 |
| 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 |