| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-10-26 | Adds hint if a trait fails to resolve and a newly added one in Edition 2021 i... | Jakob Degen | -8/+83 |
| 2021-10-26 | Add test checking that Edition 2021 is suggested for .try_into() and fix othe... | Jakob Degen | -0/+32 |
| 2021-10-25 | fix(rustc_typeck): report function argument errors on matching type | Michael Howell | -2/+4 |
| 2021-10-24 | Auto merge of #89427 - estebank:collect-overlapping-impls, r=jackh726 | bors | -2/+2 |
| 2021-10-24 | Always sort suggestions before emitting them | Esteban Kuber | -2/+2 |
| 2021-10-24 | Fix ICE when forgetting to `Box` a parameter to a `Self::func` call | Jakob Degen | -0/+30 |
| 2021-10-20 | Rollup merge of #90025 - JohnTitor:revert-86011, r=estebank | Yuki Okushi | -6/+6 |
| 2021-10-18 | Auto merge of #89229 - oli-obk:i_love_inferctxt, r=jackh726 | bors | -37/+23 |
| 2021-10-19 | Revert "Rollup merge of #86011 - tlyu:correct-sized-bound-spans, r=estebank" | Yuki Okushi | -6/+6 |
| 2021-10-17 | Rollup merge of #89963 - r00ster91:parenthesisparentheses, r=nagisa | Matthias Krüger | -1/+1 |
| 2021-10-17 | Some "parenthesis" and "parentheses" fixes | r00ster91 | -1/+1 |
| 2021-10-16 | Auto merge of #89860 - camsteffen:macro-semi, r=petrochenkov | bors | -3/+3 |
| 2021-10-15 | simplify constrain_opaque_types | Niko Matsakis | -37/+23 |
| 2021-10-15 | Bless tests | Cameron Steffen | -3/+3 |
| 2021-10-15 | Rollup merge of #89870 - tmandry:box-pin, r=estebank | Matthias Krüger | -13/+7 |
| 2021-10-15 | Rollup merge of #86011 - tlyu:correct-sized-bound-spans, r=estebank | Matthias Krüger | -6/+6 |
| 2021-10-14 | Rollup merge of #89390 - tmandry:issue-72117, r=estebank | Matthias Krüger | -4/+40 |
| 2021-10-14 | Suggest Box::pin when Pin::new is used instead | Tyler Mandry | -13/+7 |
| 2021-10-13 | Auto merge of #89858 - matthiaskrgr:rollup-evsnr2e, r=matthiaskrgr | bors | -0/+60 |