| Age | Commit message (Expand) | Author | Lines |
| 2024-05-11 | Mark expr_requires_semi_to_be_stmt call sites | David Tolnay | -1/+1 |
| 2024-05-11 | Uplift `TraitPredicate` | Michael Goulet | -3/+2 |
| 2024-05-11 | Rollup merge of #124978 - saethlin:ref-casting_derefs, r=Urgau,Nilstrieb | Matthias Krüger | -2/+4 |
| 2024-05-10 | Auto merge of #124982 - compiler-errors:uplift-trait-ref, r=lcnr | bors | -1/+1 |
| 2024-05-10 | Lift `TraitRef` into `rustc_type_ir` | Michael Goulet | -1/+1 |
| 2024-05-10 | Handle Deref expressions in invalid_reference_casting | Ben Kimock | -2/+4 |
| 2024-05-10 | Rename some ObligationCauseCode variants | Michael Goulet | -5/+2 |
| 2024-05-10 | Rollup merge of #124955 - nnethercote:next_ty_var, r=lcnr | Matthias Krüger | -2/+1 |
| 2024-05-10 | Use fewer origins when creating type variables. | Nicholas Nethercote | -2/+1 |
| 2024-05-09 | always use `GenericArgsRef` | lcnr | -2/+2 |
| 2024-05-09 | Rollup merge of #124908 - saethlin:ref-casting_bigger_place_projection, r=fee... | Matthias Krüger | -1/+2 |
| 2024-05-08 | Rollup merge of #124869 - compiler-errors:keyword, r=Nilstrieb | Matthias Krüger | -1/+10 |
| 2024-05-08 | Rollup merge of #123344 - pietroalbini:pa-unused-imports, r=Nilstrieb | Matthias Krüger | -2/+2 |
| 2024-05-08 | Handle field projections like slice indexing in invalid_reference_casting | Ben Kimock | -1/+2 |
| 2024-05-08 | Rollup merge of #124761 - Urgau:ref-casting_bigger_slice_index, r=jieyouxu | Matthias Krüger | -0/+7 |
| 2024-05-07 | Make sure we don't deny macro vars w keyword names | Michael Goulet | -1/+10 |
| 2024-05-06 | Auto merge of #124747 - MasterAwesome:master, r=davidtwco | bors | -13/+56 |
| 2024-05-05 | Fix insufficient logic when searching for the underlying allocation | Urgau | -0/+7 |
| 2024-05-04 | Update Cargo diagnostics in check-cfg | Urgau | -4/+4 |
| 2024-05-04 | Auto merge of #124401 - oli-obk:some_hir_cleanups, r=cjgillot | bors | -3/+6 |
| 2024-05-03 | turn pointer_structural_match into a hard error | Ralf Jung | -0/+5 |
| 2024-05-03 | remove IndirectStructuralMatch lint, emit the usual hard error instead | Ralf Jung | -0/+5 |
| 2024-05-02 | Rollup merge of #124624 - WaffleLapkin:old_unit, r=fmease | Matthias Krüger | -3/+2 |
| 2024-05-02 | Inline & delete `Ty::new_unit`, since it's just a field access | Waffle Lapkin | -3/+2 |
| 2024-05-02 | Rollup merge of #124568 - Urgau:non-local-defs-doctest, r=michaelwoerister,Gu... | Guillaume Gomez | -4/+19 |
| 2024-05-01 | Adjust `#[macro_export]`/doctest help suggestion for non_local_defs lint | Urgau | -4/+19 |
| 2024-05-01 | Auto merge of #124539 - Urgau:non-local-defs_modulo_modules, r=lcnr | bors | -5/+11 |
| 2024-04-30 | Rollup merge of #124511 - nnethercote:rm-extern-crates, r=fee1-dead | Matthias Krüger | -4/+34 |
| 2024-04-29 | Consider inner modules to be local in the `non_local_definitions` lint | Urgau | -5/+11 |
| 2024-04-29 | Rollup merge of #124522 - blyxyas:refactor-is-loaded, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -8/+10 |
| 2024-04-29 | [Refactor] Rename Lint and LintGroup\'s is_loaded to is_externally_loaded | blyxyas | -8/+10 |
| 2024-04-29 | Remove `extern crate rustc_middle` from numerous crates. | Nicholas Nethercote | -2/+7 |
| 2024-04-29 | Remove `extern crate rustc_session` from `rustc_lint`. | Nicholas Nethercote | -2/+27 |
| 2024-04-28 | Fix #124478 - offset_of! returns a temporary | George Bateman | -0/+1 |
| 2024-04-26 | Move `ConstArg::span` to `AnonConst::span` | Oli Scherer | -3/+6 |
| 2024-04-25 | ast: Generalize item kind visiting | Vadim Petrochenkov | -1/+1 |
| 2024-04-23 | Put the RFC behind a feature gate `result_ffi_guarantees` | Arvind Mukund | -0/+4 |
| 2024-04-23 | Remove comment out of RFC's scope | Arvind Mukund | -1/+0 |
| 2024-04-23 | Reword `is_niche_optimization_candidate` doc | Arvind Mukund | -1/+1 |
| 2024-04-23 | Disallow single-variant enums | Arvind Mukund | -4/+6 |
| 2024-04-23 | Don't lint niche optimized variants in enums | Arvind Mukund | -20/+13 |
| 2024-04-23 | We don't need to check for non-exhaustive fields | Arvind Mukund | -2/+1 |
| 2024-04-23 | Support Result<T, E> across FFI when niche optimization can be used | Arvind Mukund | -1/+47 |
| 2024-04-23 | Rollup merge of #124218 - Xiretza:subsubdiagnostics, r=davidtwco | León Orell Valerian Liehr | -18/+20 |
| 2024-04-23 | Rollup merge of #123050 - RalfJung:panic_str, r=m-ou-se | Matthias Krüger | -1/+1 |
| 2024-04-23 | Auto merge of #124277 - matthiaskrgr:rollup-zdb93i4, r=matthiaskrgr | bors | -31/+75 |
| 2024-04-23 | Rollup merge of #123680 - compiler-errors:gen-kw, r=Nadrieril | Matthias Krüger | -31/+75 |
| 2024-04-23 | Auto merge of #123992 - compiler-errors:no-has-typeck-results, r=jackh726 | bors | -1/+1 |
| 2024-04-22 | Stabilize generic `NonZero`. | Markus Reiter | -1/+0 |
| 2024-04-22 | Deny gen keyword in edition_2024_compat lints | Michael Goulet | -31/+75 |