| Age | Commit message (Expand) | Author | Lines |
| 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-04-10 | only suggest removing semicolon when expr implements trait | Michael Goulet | -3/+3 |
| 2022-04-05 | diagnostics: tweak error message to give more rationale to unsafe Fn | Michael Howell | -2/+2 |
| 2022-04-04 | diagnostics: give a special note for unsafe fn / Fn/FnOnce/FnMut | Michael Howell | -0/+1 |
| 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-31 | Auto merge of #90891 - nbdd0121:format, r=Mark-Simulacrum | bors | -2/+2 |
| 2022-01-29 | Create `core::fmt::ArgumentV1` with generics instead of fn pointer | Gary Guo | -2/+2 |
| 2022-01-28 | Add test for old ICE | Ben Reeves | -0/+17 |
| 2022-01-17 | Emit simpler code from format_args | David Tolnay | -2/+2 |
| 2022-01-07 | Flatten InferredCaptureInformation | Gary Guo | -28/+101 |
| 2021-12-26 | fix typo: intialized -> initialized | Hiroshi Kori | -1/+1 |
| 2021-12-17 | Bless ui tests | Deadbeef | -4/+4 |
| 2021-12-11 | Auto merge of #91799 - matthiaskrgr:rollup-b38xx6i, r=matthiaskrgr | bors | -1/+6 |
| 2021-12-11 | Rollup merge of #89734 - estebank:issue-72312, r=nikomatsakis | Matthias Krüger | -1/+6 |
| 2021-12-11 | Rollup merge of #91718 - RalfJung:unaligned_references, r=nagisa | Matthias Krüger | -0/+1 |
| 2021-12-10 | fix tests after rebase | Esteban Kuber | -1/+6 |
| 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-20 | Point at source of trait bound obligations in more places | Esteban Kuber | -0/+10 |
| 2021-11-18 | Move some tests to more reasonable directories | Caio | -0/+18 |
| 2021-11-17 | Rollup merge of #90667 - rukai:improve_static_lifetime_diagnostics, r=estebank | Matthias Krüger | -7/+26 |
| 2021-11-14 | Move some tests to more reasonable directories | Caio | -0/+58 |
| 2021-11-14 | Improve diagnostics when a static lifetime is expected | Lucas Kent | -7/+26 |
| 2021-11-09 | Auto merge of #90485 - camsteffen:fmt-args-less-bind, r=m-ou-se | bors | -2/+2 |
| 2021-11-08 | Auto merge of #89488 - c410-f3r:testsssssss, r=petrochenkov | bors | -0/+56 |
| 2021-11-06 | Don't destructure args tuple in format_args! | Cameron Steffen | -2/+2 |
| 2021-11-06 | Move some tests to more reasonable directories | Caio | -0/+56 |
| 2021-11-06 | Auto merge of #88441 - jackh726:closure_norm, r=nikomatsakis | bors | -3/+3 |
| 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-18 | Normalize obligations for closure confirmation | jackh726 | -3/+3 |
| 2021-10-15 | Bless tests | Cameron Steffen | -1/+1 |
| 2021-10-13 | Remove textual span from diagnostic string | Oli Scherer | -4/+4 |
| 2021-10-08 | Add regression test | Gary Guo | -0/+40 |