| Age | Commit message (Expand) | Author | Lines |
| 2021-10-07 | Auto merge of #89534 - camsteffen:diag-name, r=oli-obk | bors | -0/+11 |
| 2021-10-06 | Rollup merge of #89501 - Aaron1011:escaping-name-regions, r=davidtwco | Manish Goregaokar | -8/+28 |
| 2021-10-06 | Bless tests | Cameron Steffen | -0/+11 |
| 2021-10-06 | Auto merge of #89323 - estebank:derive-binop, r=petrochenkov | bors | -0/+9 |
| 2021-10-05 | Consider unfulfilled obligations in binop errors | Esteban Kuber | -0/+9 |
| 2021-10-05 | Rollup merge of #88871 - FabianWolff:issue-88403, r=jackh726 | Manish Goregaokar | -0/+60 |
| 2021-10-05 | Note specific regions involved in 'borrowed data escapes' error | Aaron Hill | -8/+28 |
| 2021-10-03 | Don't suggest replacing region with 'static in NLL | Aaron Hill | -11/+0 |
| 2021-10-01 | Don't use Default, since the impls are different on wasm | jackh726 | -15/+9 |
| 2021-10-01 | Don't lose binders when printing trait bound suggestion | jackh726 | -0/+32 |
| 2021-09-30 | Rollup merge of #89251 - estebank:negative-index-literals, r=davidtwco | Manish Goregaokar | -0/+79 |
| 2021-09-30 | Rollup merge of #89314 - notriddle:notriddle/lint-fix-enum-variant-match, r=d... | Manish Goregaokar | -0/+37 |
| 2021-09-30 | Rollup merge of #89248 - hkmatsumoto:suggest-similarly-named-assoc-items, r=e... | Manish Goregaokar | -0/+122 |
| 2021-09-30 | Auto merge of #89110 - Aaron1011:adjustment-span, r=estebank | bors | -22/+10 |
| 2021-09-29 | fix(lint): don't suggest refutable patterns to "fix" irrefutable bind | Michael Howell | -0/+37 |
| 2021-09-28 | Rollup merge of #89283 - camelid:issue-83564-test, r=davidtwco | Guillaume Gomez | -0/+26 |
| 2021-09-28 | review comments | Esteban Kuber | -3/+3 |
| 2021-09-29 | Suggest similarly named assoc items in trait impls | Hirochika Matsumoto | -0/+122 |
| 2021-09-27 | Auto merge of #89263 - TaKO8Ki:suggest-both-immutable-and-mutable-trait-imple... | bors | -36/+140 |
| 2021-09-26 | Add regression test for issue #83564 | Noah Lev | -0/+26 |
| 2021-09-26 | Detect when negative literal indices are used and suggest appropriate code | Esteban Kuber | -0/+79 |
| 2021-09-27 | test suggesting immutable or mutable trait implementations | Takayuki Maeda | -36/+82 |
| 2021-09-27 | fix test error | Takayuki Maeda | -4/+6 |
| 2021-09-27 | better suggestions | Takayuki Maeda | -26/+34 |
| 2021-09-26 | Auto merge of #89101 - ehuss:compiletest-incremental-build, r=Mark-Simulacrum | bors | -1/+1 |
| 2021-09-26 | fix the relevant tests | Takayuki Maeda | -16/+28 |
| 2021-09-26 | suggest both immutable and mutable trait implementations | Takayuki Maeda | -0/+36 |
| 2021-09-25 | Use larger span for adjustments on method calls | Aaron Hill | -22/+10 |
| 2021-09-23 | Support incremental in compiletest for non-incremental modes. | Eric Huss | -1/+1 |
| 2021-09-23 | Suggest `_` in turbofish if param will be inferred from fn argument | Esteban Kuber | -0/+37 |
| 2021-09-17 | Rollup merge of #87460 - FabianWolff:issue-87456, r=Aaron1011 | Guillaume Gomez | -185/+396 |
| 2021-09-16 | Auto merge of #88719 - estebank:point-at-arg-for-obligation, r=nagisa | bors | -59/+105 |
| 2021-09-16 | Point at argument when evaluating `Path`'s bounds | Esteban Kuber | -13/+2 |
| 2021-09-16 | Point at call span that introduced obligation for the arg | Esteban Kuber | -46/+103 |
| 2021-09-15 | Move object safety suggestions to the end of the error | Esteban Kuber | -2/+2 |
| 2021-09-15 | Point to closure when emitting 'cannot move out' for captured variable | Fabian Wolff | -185/+396 |
| 2021-09-13 | Auto merge of #87915 - estebank:fancy-spans, r=oli-obk | bors | -24/+34 |
| 2021-09-12 | Fix suggestion for nested struct patterns | Fabian Wolff | -0/+60 |
| 2021-09-10 | Rollup merge of #88578 - notriddle:notriddle/suggest-add-reference-to-for-loo... | Manish Goregaokar | -0/+87 |
| 2021-09-07 | test: add case for mutating iterator | Michael Howell | -1/+44 |
| 2021-09-06 | Suggest deriving traits if possible | Paul Trojahn | -0/+128 |
| 2021-09-06 | Auto merge of #88631 - camelid:sugg-span, r=davidtwco | bors | -0/+134 |
| 2021-09-01 | Ensure suggestion is in its own diagnostic window | Noah Lev | -32/+48 |
| 2021-09-01 | Fix span used for structured tuple struct suggestion | Noah Lev | -0/+118 |
| 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 |