| Age | Commit message (Expand) | Author | Lines |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -10257/+0 |
| 2023-01-05 | Detect closures assigned to binding in block | Esteban Küber | -13/+16 |
| 2022-12-28 | Use verbose suggestions for mutability errors | Esteban Küber | -3/+5 |
| 2022-11-10 | Tweak span for `#[must_use]` | Esteban Küber | -2/+2 |
| 2022-10-01 | bless ui tests | Maybe Waffle | -19/+19 |
| 2022-09-26 | Auto merge of #102184 - chenyukang:fix-102087-add-binding-sugg, r=nagisa | bors | -0/+5 |
| 2022-09-26 | fix #102087, Suggest Default::default() when binding isn't initialized | yukang | -0/+5 |
| 2022-09-23 | Adapt test results | Florian Bartels | -2/+1 |
| 2022-09-23 | Restore ignore tag | Florian Bartels | -1/+0 |
| 2022-09-03 | Include enum path in variant suggestion | Michael Goulet | -5/+5 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -9/+9 |
| 2022-08-23 | Use par_body_owners for liveness | Seo Sanghyeon | -8/+8 |
| 2022-08-21 | Note closure kind mismatch cause | Michael Goulet | -2/+18 |
| 2022-08-21 | Rework point-at-arg | Michael Goulet | -2/+2 |
| 2022-08-03 | Warn about dead tuple struct fields | Fabian Wolff | -6/+6 |
| 2022-07-19 | Mention first and last macro in backtrace | Michael Goulet | -5/+5 |
| 2022-07-08 | Auto merge of #98482 - cjgillot:short-struct-span-closure, r=estebank | bors | -20/+10 |
| 2022-07-07 | Tweak wording and spans | Esteban Küber | -17/+17 |
| 2022-07-07 | On partial uninit error point at where we need init | Esteban Küber | -29/+41 |
| 2022-07-07 | Shorten span for closures. | Camille GILLOT | -20/+10 |
| 2022-07-01 | Auto merge of #93967 - cjgillot:short-struct-span, r=petrochenkov | bors | -2/+2 |
| 2022-07-01 | Shorten def_span for more items. | Camille GILLOT | -2/+2 |
| 2022-06-22 | Uniform spans in dead code lint. | Camille GILLOT | -2/+2 |
| 2022-06-19 | collapse dead code warnings into a single diagnostic | Takayuki Maeda | -17/+15 |
| 2022-06-17 | Auto merge of #97892 - klensy:fix-spaces, r=oli-obk | bors | -1/+1 |
| 2022-06-16 | --bless ui | Maybe Waffle | -12/+9 |
| 2022-06-16 | fix one more case of trailing space | klensy | -1/+1 |
| 2022-05-23 | Fix precise field capture of univariant enums | Tomasz Miąsko | -0/+27 |
| 2022-05-05 | Put the 2229 migration errors in alphabetical order | Scott McMurray | -3/+3 |
| 2022-04-14 | make unaligned_reference warning visible in future compat report | Ralf Jung | -0/+14 |
| 2022-04-14 | make unaligned_references lint deny-by-default | Ralf Jung | -11/+8 |
| 2022-03-30 | Auto merge of #94081 - oli-obk:lazy_tait_take_two, r=nikomatsakis | bors | -3/+3 |
| 2022-03-28 | Suggest function borrow ignoring needs_note | Michael Goulet | -0/+16 |
| 2022-03-28 | Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk" | Oli Scherer | -3/+3 |
| 2022-03-20 | Filter OnceNote in diagnostic infra. | Camille GILLOT | -10/+0 |
| 2022-03-08 | Change wording of suggestion to add missing `match` arm | Esteban Kuber | -6/+6 |
| 2022-03-08 | Point at uncovered variants in enum definition in `note` instead of a `span_l... | Esteban Kuber | -12/+25 |
| 2022-03-08 | When finding a match expr with multiple arms that requires more, suggest it | Esteban Kuber | -1/+4 |
| 2022-03-08 | When finding a match expr with a single arm that requires more, suggest it | Esteban Kuber | -3/+14 |
| 2022-03-08 | When encountering a match expr with no arms, suggest it | Esteban Kuber | -6/+16 |
| 2022-02-24 | Restrict query recursion in `needs_significant_drop` | Jakob Degen | -0/+14 |
| 2022-02-11 | Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis" | Oli Scherer | -3/+3 |
| 2022-02-02 | Lazily resolve type-alias-impl-trait defining uses | Oli Scherer | -3/+3 |
| 2022-01-07 | Flatten InferredCaptureInformation | Gary Guo | -28/+101 |
| 2021-12-26 | fix typo: intialized -> initialized | Hiroshi Kori | -1/+1 |
| 2021-12-11 | Rollup merge of #91718 - RalfJung:unaligned_references, r=nagisa | Matthias Krüger | -0/+1 |
| 2021-12-09 | Add needs-unwind to tests that depend on panicking | David Koloski | -2/+4 |
| 2021-12-09 | give more help in the unaligned_references lint | Ralf Jung | -0/+1 |
| 2021-11-28 | Rollup merge of #90131 - camsteffen:fmt-args-span-fix, r=cjgillot | Matthias Krüger | -0/+7 |
| 2021-11-05 | apply suggestions from code review | Niko Matsakis | -42/+42 |