| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-11-04 | handle case of a variable not captured | Niko Matsakis | -0/+95 |
| 2021-11-04 | rework diagnostic reporting to be more structured | Niko Matsakis | -45/+56 |
| 2021-10-29 | Fix a format_args span to be expansion | Cameron Steffen | -0/+7 |
| 2021-10-23 | Add regresstion test for #90024. | Jakob Degen | -0/+37 |
| 2021-10-15 | Bless tests | Cameron Steffen | -1/+1 |
| 2021-10-08 | Add regression test | Gary Guo | -0/+40 |
| 2021-09-30 | Auto merge of #89282 - sexxi-goose:fix-88118, r=nikomatsakis | bors | -0/+36 |
| 2021-09-26 | Fix test | Roxane | -9/+5 |
| 2021-09-26 | 2229: Consume IfLet expr | Roxane | -0/+40 |
| 2021-09-26 | Auto merge of #89144 - sexxi-goose:insig_stdlib, r=nikomatsakis | bors | -527/+240 |
| 2021-09-26 | Remove box syntax from most places in src/test outside of the issues dir | est31 | -2/+2 |
| 2021-09-24 | Update and add more tests | Wesley Wiser | -65/+118 |
| 2021-09-23 | Fix tidy and respond to some feedback | Wesley Wiser | -2/+2 |
| 2021-09-23 | Drop fully captured upvars in the same order as the regular drop code | Wesley Wiser | -17/+17 |
| 2021-09-23 | Add tests to verify the drop order of fields in fully captured upvars | Wesley Wiser | -0/+360 |
| 2021-09-22 | PR fixup | Aman Arora | -46/+61 |
| 2021-09-21 | Handle type params in insig dtors | Aman Arora | -17/+45 |
| 2021-09-21 | Update tests | Aman Arora | -559/+229 |
| 2021-09-09 | Ignore automatically derived impls of `Clone` and `Debug` in dead code analysis | Fabian Wolff | -10/+15 |
| 2021-09-08 | Auto merge of #88477 - sexxi-goose:issue-88476, r=nikomatsakis | bors | -0/+206 |
| 2021-09-03 | 2229: Don't move out of drop type | Aman Arora | -0/+206 |
| 2021-08-31 | Add test for closure migration where body is a block fragment. | Mara Bos | -0/+86 |
| 2021-08-31 | Auto merge of #88467 - sexxi-goose:issue-88431, r=nikomatsakis | bors | -33/+69 |