| Age | Commit message (Expand) | Author | Lines |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -31639/+0 |
| 2022-12-28 | Rollup merge of #104024 - noeddl:unused-must-use, r=compiler-errors | fee1-dead | -1/+1 |
| 2022-12-27 | Rollup merge of #105515 - estebank:issue-104141, r=oli-obk | Matthias Krüger | -0/+6 |
| 2022-12-22 | Rollup merge of #105837 - compiler-errors:issue-105728, r=estebank | Matthias Krüger | -0/+21 |
| 2022-12-17 | Don't ICE in check_must_not_suspend_ty for mismatched tuple arity | Michael Goulet | -0/+21 |
| 2022-12-17 | Try to fix ICE | mejrs | -11/+11 |
| 2022-12-13 | Make some diagnostics not depend on the source of what they reference being a... | Oli Scherer | -6/+0 |
| 2022-12-10 | Rollup merge of #105505 - WaffleLapkin:yeet_unused_parens_lint, r=fee1-dead | Matthias Krüger | -20/+34 |
| 2022-12-09 | Account for macros in const generics | Esteban Küber | -0/+6 |
| 2022-12-09 | Rollup merge of #102406 - mejrs:missing_copy, r=wesleywiser | Matthias Krüger | -0/+35 |
| 2022-12-09 | Don't warn about unused parens when they are used by yeet expr | Maybe Waffle | -20/+34 |
| 2022-12-06 | Rollup merge of #105004 - TaKO8Ki:fix-104897, r=wesleywiser | Matthias Krüger | -0/+49 |
| 2022-12-02 | Auto merge of #104863 - nnethercote:reduce-lint-macros, r=cjgillot | bors | -70/+8 |
| 2022-12-02 | return when expr has error | Takayuki Maeda | -0/+49 |
| 2022-12-02 | Rollup merge of #104614 - Nilstrieb:type-ascribe!, r=TaKO8Ki | Matthias Krüger | -12/+3 |
| 2022-12-02 | Remove `-Zno-interleave-lints`. | Nicholas Nethercote | -70/+8 |
| 2022-11-29 | Make `missing_copy_implementations` more cautious | mejrs | -0/+35 |
| 2022-11-28 | Change multiline span ASCII art visual order | Esteban Küber | -3/+3 |
| 2022-11-25 | Use "must be init" instead of "must not be uninit" everywhere | Oli Scherer | -11/+11 |
| 2022-11-25 | Add a `because` to errors derived from fields | Oli Scherer | -12/+12 |
| 2022-11-25 | Don't show fields from other crates | Oli Scherer | -34/+4 |
| 2022-11-25 | Reinstate the previous compact form of "in this field" errors | Oli Scherer | -42/+21 |
| 2022-11-25 | Compute layout instead of manually procesisng the layout restriction attributes | Oli Scherer | -0/+63 |
| 2022-11-25 | Print a trace through types to show how to get to the problematic type | Oli Scherer | -13/+36 |
| 2022-11-23 | lint: do not warn unused parens around higher-ranked function pointers | Michael Howell | -0/+18 |
| 2022-11-19 | Use `type_ascribe!` in many UI tests | Nilstrieb | -12/+3 |
| 2022-11-19 | Refactor `must_use` lint into two parts | Nilstrieb | -33/+56 |
| 2022-11-17 | Rollup merge of #104433 - TaKO8Ki:fix-104392, r=estebank | Matthias Krüger | -0/+38 |
| 2022-11-15 | Rollup merge of #104296 - compiler-errors:opaque-ty-ffi-normalization-cycle, ... | Matthias Krüger | -0/+56 |
| 2022-11-15 | return when expr has errors | Takayuki Maeda | -0/+38 |
| 2022-11-15 | Normalize types before looking for opaques | Michael Goulet | -0/+56 |
| 2022-11-14 | Rollup merge of #104229 - compiler-errors:overlap-full-path, r=davidtwco | Matthias Krüger | -12/+12 |
| 2022-11-11 | Auto merge of #104293 - Manishearth:rollup-xj92d0k, r=Manishearth | bors | -0/+97 |
| 2022-11-11 | Rollup merge of #103468 - chenyukang:yukang/fix-103435-extra-parentheses, r=e... | Manish Goregaokar | -0/+97 |
| 2022-11-10 | Fix tests after rebase | Esteban Küber | -2/+2 |
| 2022-11-10 | review comments | Esteban Küber | -4/+4 |
| 2022-11-10 | Consider `#[must_use]` annotation on `async fn` as also affecting the `Future... | Esteban Küber | -30/+78 |
| 2022-11-10 | Tweak span for `#[must_use]` | Esteban Küber | -39/+39 |
| 2022-11-10 | Don't print full paths in overlap errors | Michael Goulet | -12/+12 |
| 2022-11-05 | Fix unused_must_use warning for Box::from_raw | Anett Seeker | -1/+1 |
| 2022-11-04 | Rollup merge of #103397 - crlf0710:port_dead_code_lint, r=davidtwco | Matthias Krüger | -4/+4 |
| 2022-10-31 | Rollup merge of #103338 - l4l:enum-unreachable-pub, r=nagisa | Dylan DPC | -0/+45 |
| 2022-10-29 | Run rustfix test for 103317 case | Kitsu | -3/+18 |
| 2022-10-29 | Rollup merge of #103383 - compiler-errors:tait-scope, r=oli-obk | Matthias Krüger | -2/+2 |
| 2022-10-24 | fix parentheses surrounding spacing issue in parser | yukang | -5/+27 |
| 2022-10-24 | Port `dead_code` lints to be translatable. | Charles Lew | -4/+4 |
| 2022-10-24 | fix #103435, unused lint won't produce invalid code | yukang | -0/+75 |
| 2022-10-23 | Fix wrapped valid-range handling in ty_find_init_error | Josh Triplett | -51/+69 |
| 2022-10-22 | Note scope of TAIT more accurately | Michael Goulet | -2/+2 |
| 2022-10-22 | Rollup merge of #102635 - lcnr:incoherent_auto_trait_objects, r=jackh726 | Matthias Krüger | -0/+42 |