| Age | Commit message (Expand) | Author | Lines |
| 2024-03-14 | Rollup merge of #122373 - surechen:fix_121331, r=petrochenkov | Matthias Krüger | -0/+1 |
| 2024-03-14 | Rollup merge of #122482 - weiznich:fix/122446, r=compiler-errors | Matthias Krüger | -1/+0 |
| 2024-03-14 | Rollup merge of #121899 - shepmaster:dead-code-docs, r=wesleywiser | Matthias Krüger | -0/+14 |
| 2024-03-14 | Ungate the `UNKNOWN_OR_MALFORMED_DIAGNOSTIC_ATTRIBUTES` lint | Georg Semmler | -1/+0 |
| 2024-03-14 | fixes #121331 | surechen | -0/+1 |
| 2024-03-13 | Add produces as tidy requires | Wesley Wiser | -0/+2 |
| 2024-03-13 | Added an "Explanation" header and expanded that section for the newly added l... | Felix S. Klock II | -0/+8 |
| 2024-03-13 | downgrade mutable-ptr-in-final-value from hard-error to future-incompat lint ... | Felix S. Klock II | -0/+36 |
| 2024-03-09 | Declare new lint | Nadrieril | -0/+31 |
| 2024-03-06 | Document how removing a type's field can be bad and what to do instead | Jake Goulding | -0/+14 |
| 2024-02-29 | Make `invalid_doc_attributes` deny by default | Guillaume Gomez | -10/+1 |
| 2024-02-25 | make non-PartialEq-typed consts as patterns a hard error | Ralf Jung | -52/+0 |
| 2024-02-19 | Remove suspicious auto trait lint | Santiago Pastorino | -35/+0 |
| 2024-02-18 | Change leak check lint message to behavior is likely to change in the future | Santiago Pastorino | -1/+1 |
| 2024-02-18 | Improve wording of static_mut_ref | Obei Sideg | -4/+4 |
| 2024-02-05 | update the tracking issue for structural match violations | Ralf Jung | -2/+2 |
| 2024-02-05 | show indirect_structural_match and pointer_structural_match in future compat ... | Ralf Jung | -2/+2 |
| 2024-02-05 | get rid of nontrivial_structural_match lint and custom_eq const qualif | Ralf Jung | -40/+3 |
| 2024-01-26 | remove illegal_floating_point_literal_pattern lint | Ralf Jung | -50/+0 |
| 2024-01-22 | Rollup merge of #119948 - asquared31415:unsafe_op_in_unsafe_fn_fix, r=TaKO8Ki | Matthias Krüger | -0/+5 |
| 2024-01-21 | exclude unexported macro bindings from extern crate | bohan | -0/+47 |
| 2024-01-15 | make unsafe_op_in_unsafe_fn MachineApplicable and add it to 2024 compatibility | asquared31415 | -0/+5 |
| 2024-01-09 | Rollup merge of #117556 - obeis:static-mut-ref-lint, r=davidtwco | Guillaume Gomez | -0/+52 |
| 2024-01-08 | Make inductive cycles in coherence ambiguous always | Michael Goulet | -40/+0 |
| 2024-01-06 | Disallow reference to `static mut` for expressions | Obei Sideg | -0/+52 |
| 2024-01-05 | Auto merge of #118297 - shepmaster:warn-dead-tuple-fields, r=WaffleLapkin | bors | -29/+7 |
| 2024-01-02 | Merge `unused_tuple_struct_fields` into `dead_code` | Jake Goulding | -29/+7 |
| 2024-01-01 | Update deadlinks of `strict_provenance` lints | Lieselotte | -4/+4 |
| 2023-12-25 | Auto merge of #116274 - RalfJung:soft_unstable, r=cjgillot | bors | -1/+1 |
| 2023-12-16 | Remove the lint outright | Michael Goulet | -8/+0 |
| 2023-12-16 | Make IMPLIED_BOUNDS_ENTAILMENT into a hard error from a lint | Michael Goulet | -35/+1 |
| 2023-12-07 | Auto merge of #118324 - RalfJung:ctfe-read-only-pointers, r=saethlin | bors | -128/+163 |
| 2023-12-07 | compile-time evaluation: emit a lint when a write through an immutable pointe... | Ralf Jung | -128/+163 |
| 2023-12-05 | Update unexpected_cfgs lint definition with new syntax and diagnostics | Urgau | -5/+6 |
| 2023-11-18 | Remove --check-cfg checking of --cfg args | Urgau | -0/+1 |
| 2023-10-28 | make pointer_structural_match warn-by-default | Ralf Jung | -1/+1 |
| 2023-10-28 | patterns: reject raw pointers that are not just integers | Ralf Jung | -2/+3 |
| 2023-10-21 | Auto merge of #116734 - Nadrieril:lint-per-column, r=cjgillot | bors | -13/+21 |
| 2023-10-18 | Bump COINDUCTIVE_OVERLAP_IN_COHERENCE | Michael Goulet | -2/+2 |
| 2023-10-14 | Lint `non_exhaustive_omitted_patterns` per column | Nadrieril | -13/+21 |
| 2023-10-14 | Auto merge of #115822 - compiler-errors:stabilize-rpitit, r=jackh726 | bors | -1/+0 |
| 2023-10-14 | Auto merge of #115524 - RalfJung:misalign, r=wesleywiser | bors | -40/+0 |
| 2023-10-13 | Stabilize AFIT and RPITIT | Michael Goulet | -1/+0 |
| 2023-09-29 | make soft_unstable show up in future breakage reports | Ralf Jung | -1/+1 |
| 2023-09-26 | Auto merge of #115893 - RalfJung:match-require-partial-eq, r=oli-obk | bors | -0/+52 |
| 2023-09-26 | const-eval: make misalignment a hard error | Ralf Jung | -40/+0 |
| 2023-09-25 | rename lint; add tracking issue | Ralf Jung | -5/+5 |
| 2023-09-24 | work towards rejecting consts in patterns that do not implement PartialEq | Ralf Jung | -0/+52 |
| 2023-09-23 | Enable drop_tracking_mir by default. | Camille GILLOT | -0/+1 |
| 2023-09-22 | make the reason: field mandatory for @future_incompatible lints | Ralf Jung | -14/+40 |