| Age | Commit message (Expand) | Author | Lines |
| 2023-03-29 | add run-rustfix | Mu42 | -2/+10 |
| 2023-03-25 | Emits suggestions for expressions with parentheses or not separately | Mu001999 | -11/+15 |
| 2023-03-24 | Use independent suggestions | Mu42 | -3/+11 |
| 2023-03-24 | Suggest ..= when someone tries to create an overflowing range | Mu42 | -0/+15 |
| 2023-03-22 | Update anonymous-reexport UI test | Guillaume Gomez | -39/+26 |
| 2023-03-20 | fix ClashingExternDeclarations lint ICE | DaniPopes | -13/+38 |
| 2023-03-19 | Rollup merge of #109003 - GuillaumeGomez:useless-anonymous-reexport-lint, r=c... | Dylan DPC | -0/+76 |
| 2023-03-16 | Rollup merge of #109158 - Ezrashaw:expand-sugg-for-unused-lint, r=Nilstrieb | Matthias Krüger | -0/+112 |
| 2023-03-15 | error-msg: expand suggestion for unused lint | Ezra Shaw | -0/+112 |
| 2023-03-15 | Fix #109152, fix the scenario that we may can not get span of func | yukang | -0/+30 |
| 2023-03-12 | Update failing ui tests | Guillaume Gomez | -1/+41 |
| 2023-03-12 | Add test for useless_anonymous_reexport lint | Guillaume Gomez | -0/+36 |
| 2023-03-11 | Rollup merge of #104363 - WaffleLapkin:bonk_box_new, r=Nilstrieb | Matthias Krüger | -0/+27 |
| 2023-03-06 | Add regression test for 98444 | Albert Larsan | -0/+17 |
| 2023-03-03 | Remove `feature(box_syntax)` from unused allocation list test | Maybe Waffle | -4/+4 |
| 2023-03-03 | Add a test for `unused_allocation` lint | Maybe Waffle | -0/+27 |
| 2023-03-01 | Rollup merge of #108297 - chenyukang:yukang/delim-error-exit, r=petrochenkov | Matthias Krüger | -68/+4 |
| 2023-02-28 | remove duplicated diagnostic for unclosed delimiter | yukang | -42/+2 |
| 2023-02-28 | Exit when there are unmatched delims to avoid noisy diagnostics | yukang | -32/+8 |
| 2023-02-23 | Add ui test for `E0271` error | Obei Sideg | -0/+24 |
| 2023-02-23 | Add ui test for `map_unit_fn` lint in closure case | Obei Sideg | -1/+51 |
| 2023-02-23 | Add ui test for `map_unit_fn` lint | Obei Sideg | -0/+36 |
| 2023-02-23 | Auto merge of #108324 - notriddle:notriddle/assoc-fn-method, r=compiler-error... | bors | -217/+231 |
| 2023-02-22 | diagnostics: update test cases to refer to assoc fn with `self` as method | Michael Howell | -217/+231 |
| 2023-02-22 | Lint dead code in closures | clubby789 | -0/+36 |
| 2023-02-21 | Rollup merge of #108000 - y21:no-zero-init-for-uninhabited, r=jackh726 | Dylan DPC | -32/+8 |
| 2023-02-19 | Auto merge of #108128 - clubby789:builtin-derived-attr, r=jackh726 | bors | -24/+36 |
| 2023-02-18 | lint: don't suggest assume_init for uninhabited types | y21 | -32/+8 |
| 2023-02-17 | Don't eagerly convert principal to string | clubby789 | -0/+15 |
| 2023-02-16 | Properly check for builtin derives | clubby789 | -24/+36 |
| 2023-02-14 | Don't ICE in might_permit_raw_init if reference is polymorphic | Michael Goulet | -0/+8 |
| 2023-02-10 | Rollup merge of #107043 - Nilstrieb:true-and-false-is-false, r=wesleywiser | Matthias Krüger | -1/+1 |
| 2023-02-06 | Auto merge of #103761 - chenyukang:yukang/fix-103320-must-use, r=compiler-errors | bors | -0/+94 |
| 2023-02-03 | Rollup merge of #107539 - PossiblyAShrub:unused-parens-in-index, r=lcnr | Dylan DPC | -0/+41 |
| 2023-02-04 | Fix #103320, add explanatory message for [#must_use] | yukang | -0/+94 |
| 2023-02-02 | Emit warnings on unused parens/braces in index expressions | Aidan Olsen | -0/+41 |
| 2023-01-31 | make unaligned_reference a hard error | Ralf Jung | -251/+21 |
| 2023-01-30 | Modify primary span label for E0308 | Esteban Küber | -1/+1 |
| 2023-01-27 | Bless tests. | Camille GILLOT | -37/+62 |
| 2023-01-27 | Test the 3 generator handling versions for generator/async tests. | Camille GILLOT | -27/+391 |
| 2023-01-21 | Add `SEMICOLON_IN_EXPRESSIONS_FROM_MACROS` to future-incompat report | Aaron Hill | -0/+152 |
| 2023-01-20 | Change `bindings_with_variant_name` to deny-by-default | --global | -12/+12 |
| 2023-01-18 | Support `true` and `false` as boolean flag params | Nilstrieb | -1/+1 |
| 2023-01-17 | Rollup merge of #106148 - chenyukang:yukang/fix-105061-unused, r=lcnr | Dylan DPC | -0/+159 |
| 2023-01-16 | comments feedback | yukang | -3/+21 |
| 2023-01-15 | Fix regression in `unused_braces` with macros | clubby789 | -1/+21 |
| 2023-01-14 | add test case for issue 105601 | yukang | -0/+104 |
| 2023-01-14 | fix #105061, Fix unused_parens issue for higher ranked function pointers | yukang | -0/+37 |
| 2023-01-13 | Rollup merge of #106585 - estebank:issue-46585, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-01-12 | Mark ZST as FFI-safe if all its fields are PhantomData | Arthur Carcano | -0/+22 |