| Age | Commit message (Expand) | Author | Lines |
| 2025-05-28 | Add diagnostic items to sys::Mutex | Patrick-6 | -0/+3 |
| 2025-05-28 | Handle e2021 precise capturing of unsafe binder | Michael Goulet | -2/+6 |
| 2025-05-28 | interpret/allocation: make alloc fn be FnOnce | Nia Espera | -1/+1 |
| 2025-05-28 | Use `builin_index` instead of hand-rolling it | Oli Scherer | -13/+6 |
| 2025-05-28 | Avoid over-counting of `UsePath` in the HIR stats. | Nicholas Nethercote | -2/+8 |
| 2025-05-28 | Reorder `ast::ItemKind::{Struct,Enum,Union}` fields. | Nicholas Nethercote | -47/+45 |
| 2025-05-28 | Fix ICE in tokenstream with contracts from parser recovery | yukang | -7/+6 |
| 2025-05-27 | Rollup merge of #141551 - compiler-errors:hir-lints, r=BoxyUwU | Trevor Gross | -312/+292 |
| 2025-05-27 | Rollup merge of #141252 - dianqk:gvn-repeat-index, r=saethlin | Trevor Gross | -1/+7 |
| 2025-05-27 | Rollup merge of #140894 - Urgau:check-cfg-rustdoc, r=GuillaumeGomez | Trevor Gross | -9/+25 |
| 2025-05-27 | Rollup merge of #140367 - folkertdev:asm-cfg, r=nnethercote | Trevor Gross | -422/+534 |
| 2025-05-27 | add perf fixme for `MaybeInitializedPlaces` domain | Rémy Rakic | -0/+12 |
| 2025-05-27 | fast path: compute `MaybeInitializedPlaces` lazily | Rémy Rakic | -11/+33 |
| 2025-05-27 | remove unneeded lifetime | Rémy Rakic | -7/+8 |
| 2025-05-27 | move `MaybeInitializedPlaces` computation to where it's used | Rémy Rakic | -27/+11 |
| 2025-05-27 | Make the `dangerous_implicit_autorefs` lint deny-by-default | Urgau | -2/+2 |
| 2025-05-27 | Rollup merge of #141650 - Zalathar:revert-unused-local-file, r=Zalathar | Matthias Krüger | -108/+42 |
| 2025-05-27 | Rollup merge of #141645 - klensy:fluent-b, r=jieyouxu | Matthias Krüger | -4/+4 |
| 2025-05-27 | Rollup merge of #141632 - fee1-dead-contrib:push-txmttkxvwqxl, r=oli-obk | Matthias Krüger | -11/+3 |
| 2025-05-27 | Rollup merge of #141495 - compiler-errors:rename-unpack, r=fmease | Matthias Krüger | -149/+149 |
| 2025-05-28 | consider glob imports in cfg suggestion | bohan | -5/+51 |
| 2025-05-27 | Drive-by: Delete dead TyCtxtEnsureOk::const_eval_poly | León Orell Valerian Liehr | -22/+0 |
| 2025-05-27 | Always evaluate free lifetime-generic constants | León Orell Valerian Liehr | -2/+4 |
| 2025-05-27 | Warn on non-crate level text direction lints | Matthew Jasper | -1/+3 |
| 2025-05-27 | Avoid including text direction codepoints in lint messages | Matthew Jasper | -4/+4 |
| 2025-05-27 | Report text_direction_codepoint_in_literal when parsing | Matthew Jasper | -142/+151 |
| 2025-05-27 | Do not get proc_macro from the sysroot in rustc | bjorn3 | -18/+42 |
| 2025-05-27 | Suggest mut when possbile for temporary value dropped while borrowed | yukang | -1/+13 |
| 2025-05-27 | Refactor the two-phase check for impls and impl items | Mu001999 | -131/+121 |
| 2025-05-27 | Make some assertions in solver into debug assertions | Michael Goulet | -11/+12 |
| 2025-05-27 | coverage: Revert "unused local file IDs" due to empty function names | Zalathar | -108/+42 |
| 2025-05-27 | Fix some var names | Michael Goulet | -34/+34 |
| 2025-05-27 | Rename unpack to kind | Michael Goulet | -129/+129 |
| 2025-05-27 | bump fluent-* crates | klensy | -4/+4 |
| 2025-05-27 | Rollup merge of #141635 - fee1-dead-contrib:push-lmyymwotrspk, r=oli-obk | Michael Goulet | -284/+145 |
| 2025-05-27 | Rollup merge of #141623 - folkertdev:va-arg-explicit-types, r=workingjubilee | Michael Goulet | -22/+61 |
| 2025-05-27 | Rollup merge of #141599 - nnethercote:rm-Box-into_inner, r=fmease,chenyukang | Michael Goulet | -2/+1 |
| 2025-05-27 | Rollup merge of #141584 - compiler-errors:typing-env-synthetic-body, r=lcnr | Michael Goulet | -3/+5 |
| 2025-05-27 | Rollup merge of #141582 - RalfJung:cleanup, r=bjorn3 | Michael Goulet | -8/+51 |
| 2025-05-27 | Rollup merge of #141580 - oli-obk:early-dyn-catches-the-incompat, r=compiler-... | Michael Goulet | -7/+18 |
| 2025-05-27 | Rollup merge of #141563 - nnethercote:rm-noop, r=petrochenkov | Michael Goulet | -23/+5 |
| 2025-05-27 | Rollup merge of #141536 - Urgau:ambi_wide_ptr-cmp-diag, r=fee1-dead | Michael Goulet | -63/+101 |
| 2025-05-27 | Rollup merge of #140591 - Kivooeo:new-fix-five, r=davidtwco | Michael Goulet | -16/+11 |
| 2025-05-27 | Remove out-of-date `noop_*` names. | Nicholas Nethercote | -23/+5 |
| 2025-05-27 | Use more detailed spans in dyn compat errors within bodies | Oli Scherer | -7/+18 |
| 2025-05-27 | move asm parsing code into `rustc_parse` | Folkert de Vries | -478/+495 |
| 2025-05-27 | support `#[cfg(...)]` on arguments to the `asm!` macros | Folkert de Vries | -4/+99 |
| 2025-05-27 | further dedup `WalkItemKind` for `mut_visit` and `visit` | Deadbeef | -284/+145 |
| 2025-05-27 | remove `visit_mt` from `ast::mut_visit` | Deadbeef | -11/+3 |
| 2025-05-27 | Reduce `P<T>` to a typedef of `Box<T>`. | Nicholas Nethercote | -128/+45 |