| Age | Commit message (Expand) | Author | Lines |
| 2024-10-30 | Rollup merge of #132246 - workingjubilee:campaign-on-irform, r=compiler-errors | Jubilee | -2/+4 |
| 2024-10-29 | compiler: `rustc_abi::Abi` => `BackendRepr` | Jubilee Young | -2/+4 |
| 2024-10-29 | TypingMode :thinking: | lcnr | -3/+5 |
| 2024-10-27 | Clean up some comments on lint implementation | Eric Huss | -12/+5 |
| 2024-10-26 | Auto merge of #125116 - blyxyas:ignore-allowed-lints-final, r=cjgillot | bors | -4/+5 |
| 2024-10-26 | Rollup merge of #132114 - jieyouxu:features-bundle, r=fee1-dead | Matthias Krüger | -7/+9 |
| 2024-10-25 | Rollup merge of #132106 - maxcabrajac:ident_ref, r=petrochenkov | Matthias Krüger | -2/+2 |
| 2024-10-25 | Introduce `Enabled{Lang,Lib}Feature` | 许杰友 Jieyou Xu (Joe) | -7/+9 |
| 2024-10-24 | Auto merge of #131985 - compiler-errors:const-pred, r=fee1-dead | bors | -1/+3 |
| 2024-10-24 | Pass Ident by reference in ast Visitor | maxcabrajac | -2/+2 |
| 2024-10-24 | Implement const effect predicate in new solver | Michael Goulet | -1/+3 |
| 2024-10-24 | Rollup merge of #129248 - compiler-errors:raw-ref-deref, r=nnethercote | Matthias Krüger | -9/+17 |
| 2024-10-23 | nightly feature tracking: get rid of the per-feature bool fields | Ralf Jung | -3/+3 |
| 2024-10-22 | make some rustc_feature internals private, and ensure invariants with debug a... | Ralf Jung | -2/+2 |
| 2024-10-22 | terminology: #[feature] *enables* a feature (instead of "declaring" or "activ... | Ralf Jung | -2/+2 |
| 2024-10-19 | Get rid of const eval_* and try_eval_* helpers | Michael Goulet | -1/+1 |
| 2024-10-19 | Remove module passes filtering | blyxyas | -7/+1 |
| 2024-10-19 | Follow review comments (optimize the filtering) | blyxyas | -4/+3 |
| 2024-10-19 | Do not run lints that cannot emit | blyxyas | -3/+11 |
| 2024-10-06 | Don't emit null pointer lint for raw ref of null deref | Michael Goulet | -9/+17 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -128/+95 |
| 2024-09-11 | Simplify some nested if statements | Michael Goulet | -4/+2 |
| 2024-09-10 | Auto merge of #130025 - Urgau:missing_docs-expect, r=petrochenkov | bors | -6/+0 |
| 2024-09-06 | Lint against keyword lifetimes in keyword_idents | Michael Goulet | -4/+16 |
| 2024-09-06 | Also emit `missing_docs` lint with `--test` to fulfill expectations | Urgau | -6/+0 |
| 2024-08-22 | Use a LocalDefId in ResolvedArg. | Camille GILLOT | -5/+5 |
| 2024-08-21 | Use bool in favor of Option<()> for diagnostics | Michael Goulet | -1/+1 |
| 2024-08-14 | Use `impl PartialEq<TokenKind> for Token` more. | Nicholas Nethercote | -1/+1 |
| 2024-08-09 | diagnostics: do not warn when a lifetime bound infers itself | Michael Howell | -6/+15 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -30/+28 |
| 2024-07-23 | Update the description of lint type_alias_bounds | León Orell Valerian Liehr | -9/+21 |
| 2024-07-23 | Make lint type_alias_bounds's removal sugg maybe-incorrect if the RHS contain... | León Orell Valerian Liehr | -43/+48 |
| 2024-07-23 | Improve the impl and diag output of lint type_alias_bounds | León Orell Valerian Liehr | -39/+53 |
| 2024-07-23 | Suppress lint type_alias_bounds for ty aliases containing const projections u... | León Orell Valerian Liehr | -0/+10 |
| 2024-07-23 | Don't suppress lint type_alias_bounds for ty aliases containing inherent asso... | León Orell Valerian Liehr | -17/+11 |
| 2024-07-19 | Update the `binary_asm_label` documentation | Trevor Gross | -9/+23 |
| 2024-07-18 | Change `binary_asm_labels` to only fire on x86 and x86_64 | Trevor Gross | -9/+16 |
| 2024-07-12 | Rollup merge of #127535 - spastorino:unsafe_code-unsafe_extern_blocks, r=oli-obk | Jubilee | -0/+6 |
| 2024-07-09 | Fire unsafe_code lint on unsafe extern blocks | Santiago Pastorino | -0/+6 |
| 2024-07-09 | add lint for inline asm labels that look like binary | asquared31415 | -29/+102 |
| 2024-06-27 | Remove the `box_pointers` lint. | Nicholas Nethercote | -79/+3 |
| 2024-06-11 | Rollup merge of #125659 - tbu-:pr_rm_isize, r=pnkfelix | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-06-06 | Rollup merge of #126040 - Urgau:unreachable_pub-fields-less, r=petrochenkov | Jubilee | -6/+15 |
| 2024-06-06 | Don't warn on fields in the `unreachable_pub` lint | Urgau | -6/+15 |
| 2024-06-03 | Fix up comments. | Nicholas Nethercote | -16/+26 |
| 2024-05-28 | Remove usage of `isize` in example | Tobias Bucher | -1/+1 |
| 2024-05-24 | move generics_of call outside of iter | Boxy | -1/+3 |
| 2024-05-24 | Remove `DefId` from `EarlyParamRegion` (tedium/diagnostics) | Boxy | -3/+15 |
| 2024-05-23 | Auto merge of #125434 - nnethercote:rm-more-extern-tracing, r=jackh726 | bors | -0/+1 |
| 2024-05-23 | Remove `#[macro_use] extern crate tracing` from `rustc_lint`. | Nicholas Nethercote | -0/+1 |