| Age | Commit message (Expand) | Author | Lines |
| 2021-12-29 | Suggest while let x = y when encountering while x = y | ametisf | -0/+54 |
| 2021-12-18 | Rollup merge of #91928 - fee1-dead:constification1, r=oli-obk | Matthias Krüger | -2/+2 |
| 2021-12-18 | Rollup merge of #89090 - cjgillot:bare-dyn, r=jackh726 | Matthias Krüger | -4/+94 |
| 2021-12-17 | Bless ui tests | Deadbeef | -2/+2 |
| 2021-12-15 | Auto merge of #86986 - lcnr:simplify_type, r=nikomatsakis,oli-obk | bors | -3/+0 |
| 2021-12-15 | update tests | lcnr | -3/+0 |
| 2021-12-14 | Stabilize `destructuring_assignment` | Jacob Pratt | -110/+13 |
| 2021-12-14 | Rollup merge of #91798 - bugadani:issue-91783, r=michaelwoerister | Matthias Krüger | -0/+44 |
| 2021-12-12 | Auto merge of #90207 - BoxyUwU:stabilise_cg_defaults, r=lcnr | bors | -4/+4 |
| 2021-12-12 | Avoid suggesting self in visibility spec | Dániel Buga | -0/+44 |
| 2021-12-11 | Auto merge of #91769 - estebank:type-trait-bound-span-2, r=oli-obk | bors | -1/+1 |
| 2021-12-11 | Tweak assoc type obligation spans | Esteban Kuber | -1/+1 |
| 2021-12-10 | bless tests | Ellen | -4/+4 |
| 2021-12-10 | Tweak wording | Esteban Kuber | -11/+11 |
| 2021-12-08 | Rollup merge of #91531 - notriddle:notriddle/issue-87647-expected-semicolon, ... | Matthias Krüger | -0/+28 |
| 2021-12-07 | Rollup merge of #87614 - notriddle:notriddle-count2len, r=Mark-Simulacrum | Matthias Krüger | -0/+44 |
| 2021-12-06 | Recommend fix `count()` -> `len()` on slices | Michael Howell | -0/+44 |
| 2021-12-06 | Expect extern fn with no body when parsing | Michael Howell | -0/+28 |
| 2021-12-04 | Bless tests. | Camille GILLOT | -2/+82 |
| 2021-12-04 | Use multipart suggestions. | Camille GILLOT | -2/+12 |
| 2021-12-04 | Rollup merge of #90519 - estebank:issue-84003, r=petrochenkov | Matthias Krüger | -0/+196 |
| 2021-12-03 | Auto merge of #90737 - eholk:intofuture, r=tmandry | bors | -0/+2 |
| 2021-12-03 | Modify `bounds_span` to ignore bounds coming from a `derive` macro | Esteban Kuber | -12/+12 |
| 2021-12-03 | Keep spans for generics in `#[derive(_)]` desugaring | Esteban Kuber | -0/+196 |
| 2021-12-02 | Update .stderr files | Eric Holk | -0/+2 |
| 2021-11-26 | Auto merge of #85102 - estebank:point-at-assignment, r=oli-obk | bors | -5/+8 |
| 2021-11-25 | On type mismatch caused by assignment, point at assignee | Esteban Küber | -5/+8 |
| 2021-11-23 | Update test outputs | Michael Goulet | -3/+3 |
| 2021-11-20 | Move tests for missing trait bounds to their own directory | Esteban Kuber | -100/+0 |
| 2021-11-20 | Do not mention associated items when they introduce an obligation | Esteban Kuber | -45/+0 |
| 2021-11-20 | Point at source of trait bound obligations in more places | Esteban Kuber | -16/+34 |
| 2021-11-20 | Rollup merge of #91021 - compiler-errors:print_future_output, r=estebank | Matthias Krüger | -14/+14 |
| 2021-11-20 | Rollup merge of #90575 - m-ou-se:compatible-variant-improvements, r=estebank | Matthias Krüger | -7/+9 |
| 2021-11-18 | Print output ty for opaque future ty | Michael Goulet | -14/+14 |
| 2021-11-19 | Rollup merge of #90989 - notriddle:notriddle/rustc-suggest-float-ending-in-do... | Yuki Okushi | -0/+17 |
| 2021-11-17 | Avoid suggesting literal formatting that turns into member access | Michael Howell | -0/+17 |
| 2021-11-16 | Update test output. | Mara Bos | -3/+3 |
| 2021-11-16 | Update tests. | Mara Bos | -4/+6 |
| 2021-11-16 | Rollup merge of #86455 - tlyu:check-where-before-suggesting-unsized, r=estebank | Yuki Okushi | -0/+26 |
| 2021-11-15 | check where clause before suggesting unsized | Taylor Yu | -0/+26 |
| 2021-11-14 | Move some tests to more reasonable directories | Caio | -0/+291 |
| 2021-11-13 | Auto merge of #89167 - workingjubilee:use-simd, r=MarkSimulacrum | bors | -0/+3 |
| 2021-11-12 | Expose portable-simd as core::simd | Jubilee Young | -0/+3 |
| 2021-11-06 | Rollup merge of #90627 - camelid:suggest-box-deref, r=davidtwco | Matthias Krüger | -0/+36 |
| 2021-11-06 | Suggest dereference of `Box` when inner type is expected | Noah Lev | -0/+36 |
| 2021-11-03 | fix message | Takayuki Maeda | -1/+1 |
| 2021-11-03 | add a suggestion about undeclared `alloc` module | Takayuki Maeda | -0/+16 |
| 2021-10-26 | Reverting switching test to no_std and adjust output after rebase. | Jakob Degen | -30/+41 |
| 2021-10-26 | Fix line numbers in test | Jakob Degen | -4/+4 |
| 2021-10-26 | Make `ui/suggestions/suggest-tryinto-edition-change.rs` no_std to avoid getti... | Jakob Degen | -41/+30 |