| Age | Commit message (Expand) | Author | Lines |
| 2024-12-15 | Use links to edition guide for edition migrations | Eric Huss | -9/+9 |
| 2024-12-07 | Actually walk into lifetimes and attrs in EarlyContextAndPass | Michael Goulet | -0/+1 |
| 2024-11-27 | show forbidden_lint_groups in future-compat reports | Ralf Jung | -1/+1 |
| 2024-11-23 | show abi_unsupported_vector_types lint in future breakage reports | Ralf Jung | -1/+1 |
| 2024-11-20 | reduce false positives of tail-expr-drop-order from consumed values | Ding Xiang Fei | -0/+78 |
| 2024-11-18 | Report `unexpected_cfgs` lint in external macros | Urgau | -0/+1 |
| 2024-11-14 | Mark `never_type_fallback_flowing_into_unsafe` as a semantic change | Maybe Lapkin | -1/+1 |
| 2024-11-14 | Mention both release *and* edition breakage for never type lints | Maybe Lapkin | -2/+2 |
| 2024-11-01 | Emit warning when calling/declaring functions with unavailable vectors. | Luca Versari | -0/+67 |
| 2024-10-26 | Auto merge of #125116 - blyxyas:ignore-allowed-lints-final, r=cjgillot | bors | -3/+6 |
| 2024-10-25 | Revert "Emit error when calling/declaring functions with unavailable vectors." | Rémy Rakic | -67/+0 |
| 2024-10-25 | Auto merge of #127731 - veluca93:abi_checks, r=RalfJung | bors | -0/+67 |
| 2024-10-25 | Emit error when calling/declaring functions with unavailable vectors. | Luca Versari | -0/+67 |
| 2024-10-22 | Auto merge of #129935 - RalfJung:unsupported_calling_conventions, r=compiler-... | bors | -48/+0 |
| 2024-10-21 | Rollup merge of #130350 - RalfJung:strict-provenance, r=dtolnay | Matthias Krüger | -4/+2 |
| 2024-10-21 | move strict provenance lints to new feature gate, remove old feature gates | Ralf Jung | -4/+2 |
| 2024-10-20 | make unsupported_calling_conventions a hard error | Ralf Jung | -48/+0 |
| 2024-10-19 | Remove module passes filtering | blyxyas | -3/+5 |
| 2024-10-19 | Follow review comments (optimize the filtering) | blyxyas | -3/+2 |
| 2024-10-19 | Do not run lints that cannot emit | blyxyas | -2/+4 |
| 2024-10-18 | Allow `#[deny(..)]` inside `#[forbid(..)]` as a no-op with a warning | Noratrieb | -1/+1 |
| 2024-10-16 | Auto merge of #131792 - matthiaskrgr:rollup-480nwg4, r=matthiaskrgr | bors | -5/+2 |
| 2024-10-16 | Rollup merge of #131381 - Nadrieril:min-match-ergonomics, r=pnkfelix | Matthias Krüger | -5/+2 |
| 2024-10-15 | update bootstrap configs | Josh Stone | -1/+0 |
| 2024-10-14 | Update lint message for ABI not supported | Tamme Dittrich | -1/+1 |
| 2024-10-12 | Rollup merge of #128784 - tdittr:check-abi-on-fn-ptr, r=compiler-errors | Matthias Krüger | -0/+45 |
| 2024-10-08 | Reserve guarded string literals (RFC 3593) | Peter Jaszkowiak | -0/+41 |
| 2024-10-08 | Stabilize `min_match_ergonomics_2024` | Nadrieril | -5/+2 |
| 2024-10-08 | Error on resetted binding mode in edition 2024 | Nadrieril | -2/+2 |
| 2024-10-06 | Auto merge of #128651 - folkertdev:naked-asm-macro-v2, r=Amanieu | bors | -3/+3 |
| 2024-10-06 | various fixes for `naked_asm!` implementation | Folkert de Vries | -3/+3 |
| 2024-10-06 | Auto merge of #129670 - est31:cfg_attr_crate_type_name_error, r=Urgau | bors | -37/+0 |
| 2024-10-06 | Auto merge of #130540 - veera-sivarajan:fix-87525, r=estebank | bors | -0/+35 |
| 2024-10-05 | Add a Lint for Pointer to Integer Transmutes in Consts | Veera | -0/+35 |
| 2024-10-05 | Make deprecated_cfg_attr_crate_type_name a hard error | est31 | -37/+0 |
| 2024-09-23 | Check ABI target compatibility for function pointers | Tamme Dittrich | -0/+45 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -1/+1 |
| 2024-09-20 | Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errors | bors | -52/+0 |
| 2024-09-15 | Rollup merge of #130353 - Zalathar:lint-zero, r=jieyouxu | Stuart Cook | -0/+1 |
| 2024-09-14 | Make some lint doctests compatible with `--stage=0` | Zalathar | -0/+1 |
| 2024-09-13 | Disallow hidden references to mutable static | Obei Sideg | -52/+0 |
| 2024-09-10 | const-eval interning: accpt interior mutable pointers in final value (but kee... | Ralf Jung | -46/+0 |
| 2024-09-04 | update docs of missing_abi lint | Kalle Wachsmuth | -5/+7 |
| 2024-09-01 | Rollup merge of #129207 - GrigorenkoPV:elided-is-named, r=cjgillot | Matthias Krüger | -0/+33 |
| 2024-08-31 | Implement `elided_named_lifetimes` lint | Pavel Grigorenko | -0/+33 |
| 2024-08-31 | Rollup merge of #129534 - workingjubilee:ratchet-wasm-c-abi-fcw-to-deny, r=da... | Matthias Krüger | -1/+1 |
| 2024-08-24 | Deny wasm_c_abi lint to nudge the last 25% | Jubilee Young | -1/+1 |
| 2024-08-24 | Rollup merge of #129199 - RalfJung:writes_through_immutable_pointer, r=compil... | Matthias Krüger | -35/+0 |
| 2024-08-21 | Rollup merge of #128727 - RalfJung:conflicting-repr-future-incompat, r=lcnr | Matthias Krüger | -1/+1 |
| 2024-08-17 | Auto merge of #128771 - carbotaniuman:stabilize_unsafe_attr, r=nnethercote | bors | -1/+0 |