| Age | Commit message (Expand) | Author | Lines |
| 2021-09-01 | fix(rustc): suggest `items` be borrowed in `for i in items[x..]` | Michael Howell | -0/+44 |
| 2021-09-01 | Stop sorting bodies by span. | Camille GILLOT | -25/+25 |
| 2021-08-27 | Remove `Session.if_let_suggestions` | Aaron Hill | -1/+13 |
| 2021-08-18 | Use more accurate spans when proposing adding lifetime to item | Esteban Kuber | -12/+12 |
| 2021-08-16 | Use note to point at bound introducing requirement | Esteban Küber | -114/+193 |
| 2021-08-13 | Rollup merge of #87795 - estebank:erase-lifetimes-in-suggestion, r=oli-obk | Guillaume Gomez | -1/+30 |
| 2021-08-12 | Rollup merge of #87885 - m-ou-se:edition-guide-links, r=rylev | Guillaume Gomez | -2/+2 |
| 2021-08-12 | Avoid ICE caused by suggestion | Esteban Küber | -1/+30 |
| 2021-08-12 | Use smaller spans for some structured suggestions | Esteban Kuber | -24/+34 |
| 2021-08-11 | Modify structured suggestion output | Esteban Küber | -284/+293 |
| 2021-08-09 | Link to edition guide instead of issues for 2021 lints. | Mara Bos | -2/+2 |
| 2021-08-04 | Remove trailing whitespace from error messages | Fabian Wolff | -8/+8 |
| 2021-08-03 | Auto merge of #87033 - FabianWolff:issue-87017, r=estebank | bors | -0/+94 |
| 2021-08-02 | Auto merge of #87628 - estebank:unmet-explicit-lifetime-bound, r=oli-obk | bors | -3/+9 |
| 2021-08-02 | Run rustfix in `pattern-slice-vec.rs` UI test | Fabian Wolff | -4/+46 |
| 2021-08-02 | Rollup merge of #87673 - estebank:opaque-ty-mismatch, r=davidtwco | Cameron Steffen | -24/+29 |
| 2021-08-02 | Rollup merge of #87659 - FabianWolff:issue-87397, r=davidtwco | Cameron Steffen | -0/+51 |
| 2021-07-31 | Auto merge of #87662 - FabianWolff:rb-string, r=estebank | bors | -0/+30 |
| 2021-07-31 | Provide a suggestion when trying to destructure a `Vec` as a slice | Fabian Wolff | -0/+52 |
| 2021-07-31 | Tweak opaque type mismatch error | Esteban Küber | -24/+29 |
| 2021-07-31 | Point at unmet explicit lifetime obligation bound | Esteban Küber | -3/+9 |
| 2021-07-31 | Suggest `br` if the unknown string prefix `rb` is found | Fabian Wolff | -0/+30 |
| 2021-07-31 | Fix invalid suggestions for non-ASCII characters in byte constants | Fabian Wolff | -0/+51 |
| 2021-07-30 | Auto merge of #86754 - estebank:use-multispans-more, r=varkor | bors | -54/+80 |
| 2021-07-30 | Auto merge of #87640 - JohnTitor:rollup-yq24nq5, r=JohnTitor | bors | -14/+37 |
| 2021-07-30 | Use multispan suggestions more often | Esteban Küber | -54/+80 |
| 2021-07-30 | Tweak borrowing suggestion in `for` loop | Esteban Küber | -14/+37 |
| 2021-07-30 | Do not discard `?Sized` type params and suggest their removal | Esteban Küber | -0/+4 |
| 2021-07-25 | Bless tests. | Camille GILLOT | -28/+28 |
| 2021-07-22 | Auto merge of #87265 - Aaron1011:hir-wf-fn, r=estebank | bors | -6/+6 |
| 2021-07-20 | Support HIR wf checking for function signatures | Aaron Hill | -6/+6 |
| 2021-07-20 | Get back the more precise suggestion spans of old regionck | Oli Scherer | -2/+2 |
| 2021-07-19 | Various diagnostics clean ups/tweaks | Esteban Küber | -10/+45 |
| 2021-07-15 | Suggest full enum variant for local modules | Alik Aslanyan | -0/+26 |
| 2021-07-12 | Auto merge of #86815 - FabianWolff:issue-84210, r=varkor | bors | -8/+8 |
| 2021-07-11 | Do not suggest adding a semicolon after `?` | Fabian Wolff | -0/+60 |
| 2021-07-02 | Improve error reporting for modifications behind `&` references | Fabian Wolff | -8/+8 |
| 2021-06-28 | Fix garbled suggestion for missing lifetime specifier | Fabian Wolff | -0/+43 |
| 2021-06-25 | Address PR feedback | Ryan Levick | -4/+4 |
| 2021-06-25 | Change how edition based future compatibility warnings are handled | Ryan Levick | -4/+4 |
| 2021-06-24 | Auto merge of #85427 - ehuss:fix-use-placement, r=jackh726 | bors | -0/+101 |
| 2021-06-23 | Auto merge of #86386 - inquisitivecrystal:better-errors-for-display-traits-v3... | bors | -2/+0 |
| 2021-06-22 | Updated tests to reflect specified types in E0121 | Deadbeef | -18/+18 |
| 2021-06-16 | Update test stderr files | Aris Merchant | -2/+0 |
| 2021-06-12 | Pretty print generator witness only in `-Zverbose` mode | Tomasz Miąsko | -1/+1 |
| 2021-06-12 | Auto merge of #86215 - FabianWolff:unnameable-types, r=jackh726 | bors | -0/+105 |
| 2021-06-11 | Suggest a FnPtr type if a FnDef type is found | Fabian Wolff | -27/+33 |
| 2021-06-11 | Do not suggest to add type annotations for unnameable types | Fabian Wolff | -0/+99 |
| 2021-06-07 | Suggest a trailing comma if a 1-tuple is expected | Fabian Wolff | -0/+80 |
| 2021-06-05 | Rollup merge of #85979 - tlyu:where-no-unsized-indirection, r=estebank | Yuki Okushi | -0/+29 |