| Age | Commit message (Expand) | Author | Lines |
| 2023-04-13 | impl reviewer feedback | Ezra Shaw | -6/+22 |
| 2023-04-13 | dead-code-lint: de-dup multiple unused assoc fns | Ezra Shaw | -55/+40 |
| 2023-04-13 | refactor: emit "unused assoc fn" in lexical order | Ezra Shaw | -26/+80 |
| 2023-04-12 | Auto merge of #110249 - matthiaskrgr:rollup-7iig04q, r=matthiaskrgr | bors | -2/+2 |
| 2023-04-12 | Split out a separate feature gate for impl trait in associated types | Oli Scherer | -2/+2 |
| 2023-04-12 | Rollup merge of #110209 - JohnTitor:issue-59003, r=compiler-errors | Matthias Krüger | -0/+18 |
| 2023-04-12 | Add regression test for #59003 | Yuki Okushi | -0/+18 |
| 2023-04-11 | Broken tests | Michael Goulet | -0/+15 |
| 2023-04-04 | Do not suppress temporary_cstring_as_ptr in macros. | Camille GILLOT | -2/+25 |
| 2023-04-04 | Auto merge of #109599 - notriddle:notriddle/use-redundant-glob, r=petrochenkov | bors | -0/+121 |
| 2023-04-01 | diagnostics: account for glob shadowing when linting redundant imports | Michael Howell | -0/+121 |
| 2023-03-29 | add run-rustfix | Mu42 | -2/+10 |
| 2023-03-25 | tests: make directory for use redundant lint | Michael Howell | -0/+0 |
| 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 |