| Age | Commit message (Expand) | Author | Lines |
| 2024-01-27 | Update tests. | Markus Reiter | -15/+15 |
| 2024-01-23 | address requested changes | HTGAzureX1212. | -4/+4 |
| 2024-01-23 | add list of characters to uncommon codepoints lint | HTGAzureX1212. | -3/+3 |
| 2024-01-22 | Rollup merge of #119710 - Nilstrieb:let-_-=-oops, r=TaKO8Ki | Matthias Krüger | -5/+85 |
| 2024-01-19 | Stabilize simple offset_of | George Bateman | -2/+2 |
| 2024-01-18 | `dead_code` treats `#[repr(transparent)]` the same as `#[repr(C)]` | Jake Goulding | -0/+14 |
| 2024-01-15 | large_assignments: Lint on specific large args passed to functions | Martin Nordholts | -2/+57 |
| 2024-01-13 | Bless tests | George-lewis | -0/+126 |
| 2024-01-12 | Improve `let_underscore_lock` | Nilstrieb | -5/+85 |
| 2024-01-12 | Auto merge of #117321 - chenyukang:yukang-fix-117142, r=petrochenkov | bors | -0/+19 |
| 2024-01-09 | Rollup merge of #119704 - chenyukang:yukang-fix-let_underscore, r=Nilstrieb | Matthias Krüger | -0/+101 |
| 2024-01-08 | Fix 2 variable binding issues in let_underscore | yukang | -0/+101 |
| 2024-01-06 | Rollup merge of #119624 - petrochenkov:dialoc4, r=compiler-errors | Matthias Krüger | -3/+23 |
| 2024-01-05 | Rollup merge of #119554 - matthewjasper:remove-guard-distinction, r=compiler-... | Matthias Krüger | -2/+2 |
| 2024-01-05 | macro_rules: Add more tests for using `tt` in addition to `ident` | Vadim Petrochenkov | -3/+23 |
| 2024-01-05 | Rollup merge of #119601 - nnethercote:Emitter-cleanups, r=oli-obk | Michael Goulet | -3/+423 |
| 2024-01-05 | Remove `hir::Guard` | Matthew Jasper | -2/+2 |
| 2024-01-05 | Auto merge of #118297 - shepmaster:warn-dead-tuple-fields, r=WaffleLapkin | bors | -14/+28 |
| 2024-01-05 | Unbreak `tests/ui/lint/use_suggestion_json.rs`. | Nicholas Nethercote | -3/+423 |
| 2024-01-04 | Rollup merge of #119184 - Rajveer100:branch-for-issue-118752, r=davidtwco | Matthias Krüger | -40/+44 |
| 2024-01-02 | Adjust compiler tests for unused_tuple_struct_fields -> dead_code | Jake Goulding | -14/+28 |
| 2023-12-29 | Rollup merge of #119410 - est31:fix_if_guard_unused, r=Nilstrieb | Matthias Krüger | -2/+2 |
| 2023-12-29 | Rollup merge of #119388 - Enselic:prevent-lint-triplication, r=cjgillot | Matthias Krüger | -272/+10 |
| 2023-12-29 | Rename test | est31 | -2/+2 |
| 2023-12-29 | Also walk bindings created by if-let guards | est31 | -0/+23 |
| 2023-12-28 | rustc_lint: Prevent triplication of 'unknown lint' lint | Martin Nordholts | -25/+1 |
| 2023-12-28 | rustc_lint: Prevent multiple 'incompatible with previous forbid' lints | Martin Nordholts | -190/+6 |
| 2023-12-28 | rustc_lint: Prevent multiple 'lint ignored' lints | Martin Nordholts | -57/+3 |
| 2023-12-26 | Rollup merge of #119297 - cjgillot:issue-119267, r=petrochenkov | Michael Goulet | -0/+4 |
| 2023-12-25 | Auto merge of #116274 - RalfJung:soft_unstable, r=cjgillot | bors | -0/+15 |
| 2023-12-25 | Pass DeadItem and lint as consistent group in dead-code. | Camille GILLOT | -0/+4 |
| 2023-12-21 | Switch from using `//~ERROR` annotations with `--error-format` to `error-patt... | Rajveer | -40/+44 |
| 2023-12-15 | Stabilize `ptr::{from_ref, from_mut}` | Maybe Waffle | -73/+69 |
| 2023-12-14 | Recurse into let bindings if possible in ref casting lint | Urgau | -8/+35 |
| 2023-12-11 | Auto merge of #117758 - Urgau:lint_pointer_trait_comparisons, r=davidtwco | bors | -0/+590 |
| 2023-12-06 | Rollup merge of #118504 - compiler-errors:must-use, r=WaffleLapkin | Matthias Krüger | -0/+53 |
| 2023-12-06 | Add warn-by-default lint against ambiguous wide pointer comparisons | Urgau | -0/+590 |
| 2023-12-05 | Rollup merge of #118123 - RalfJung:internal-lib-features, r=compiler-errors | Michael Goulet | -0/+34 |
| 2023-11-30 | Enforce must_use on associated types and RPITITs | Michael Goulet | -0/+53 |
| 2023-11-29 | Change how `for (x in foo) {}` is handled | Esteban Küber | -13/+17 |
| 2023-11-29 | Bubble parse error when expecting `)` | Esteban Küber | -14/+2 |
| 2023-11-28 | Fix unused_parens when cast is followed LT | yukang | -0/+19 |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -90/+90 |
| 2023-11-21 | lib features ending in '_internals?' are internal | Ralf Jung | -0/+34 |
| 2023-11-21 | Auto merge of #115691 - jsgf:typed-json-diags, r=est31,dtolnay | bors | -13/+33 |
| 2023-11-18 | add test for pinned `must_use` pointers | Max Niederman | -0/+65 |
| 2023-10-30 | Rollup merge of #117395 - gurry:117380-wrong-parent-sugg, r=Nilstrieb | Guillaume Gomez | -1/+89 |
| 2023-10-30 | Fix #117284, Fix unused variables lint issue for args in macro | yukang | -0/+46 |
| 2023-10-30 | Fix missing leading space in suggestion | Gurinder Singh | -1/+89 |
| 2023-10-22 | use visibility to check unused imports and delete some stmts | bohan | -1/+1 |