| Age | Commit message (Expand) | Author | Lines |
| 2025-06-10 | Remove unneeded `check_id` calls as they are already called in `visit_id` in ... | Guillaume Gomez | -2/+0 |
| 2025-06-10 | Auto merge of #142299 - fmease:rollup-u86s80a, r=fmease | bors | -1340/+880 |
| 2025-06-10 | Dont unwrap and re-wrap typing envs | Michael Goulet | -11/+7 |
| 2025-06-10 | Rollup merge of #142288 - RalfJung:const-eval-comments, r=oli-obk | León Orell Valerian Liehr | -12/+8 |
| 2025-06-10 | Rollup merge of #142271 - workingjubilee:fn-ptrs-have-two-different-lints, r=... | León Orell Valerian Liehr | -16/+26 |
| 2025-06-10 | Rollup merge of #142240 - fee1-dead-contrib:push-zkkzoxlymslv, r=oli-obk | León Orell Valerian Liehr | -1165/+666 |
| 2025-06-10 | Rollup merge of #142124 - oli-obk:transmute-cast, r=scottmcm | León Orell Valerian Liehr | -31/+19 |
| 2025-06-10 | Rollup merge of #141992 - folkertdev:probestack-naked-function, r=tgross35 | León Orell Valerian Liehr | -2/+3 |
| 2025-06-10 | Rollup merge of #141642 - xizheyin:issue-141619, r=BoxyUwU | León Orell Valerian Liehr | -84/+114 |
| 2025-06-10 | Rollup merge of #140766 - sayantn:stabilize-keylocker, r=traviscross,tgross35 | León Orell Valerian Liehr | -4/+4 |
| 2025-06-10 | Rollup merge of #140372 - mejrs:attrs, r=jdonszelmann | León Orell Valerian Liehr | -26/+40 |
| 2025-06-10 | Auto merge of #141485 - dianqk:early_otherwise_branch_loop, r=oli-obk | bors | -29/+3 |
| 2025-06-10 | Implement representation options to smir | Shoyu Vanilla | -5/+96 |
| 2025-06-10 | Add supported asm types for LoongArch32 | WANG Rui | -4/+6 |
| 2025-06-10 | Auto merge of #141451 - lcnr:canonicalize-env-cache, r=compiler-errors | bors | -28/+109 |
| 2025-06-10 | const_eval: fix some outdated comments | Ralf Jung | -12/+8 |
| 2025-06-10 | Loop check anon consts on their own | Oli Scherer | -10/+10 |
| 2025-06-10 | Remove check_mod_loops query and run the checks per-body instead | Oli Scherer | -202/+185 |
| 2025-06-10 | use `#[naked]` for `__rust_probestack` | Folkert de Vries | -2/+3 |
| 2025-06-09 | hir_analysis: Elaborate on lint strategy for unsupported ABIs | Jubilee | -1/+3 |
| 2025-06-09 | compiler: Fix reusing same lint on fn ptrs with newly-deprecated ABIs | Jubilee Young | -16/+24 |
| 2025-06-09 | assert more often in release in ast_lowering | Jubilee Young | -13/+13 |
| 2025-06-09 | assert in release in ast_lowering::item | Jubilee Young | -5/+5 |
| 2025-06-09 | use correct edition when warning for unsafe attributes | Folkert de Vries | -1/+6 |
| 2025-06-09 | Make E0621 missing lifetime suggestion verbose | Esteban Küber | -4/+8 |
| 2025-06-09 | Rollup merge of #142208 - Urgau:dead_code-const_, r=petrochenkov | Trevor Gross | -1/+12 |
| 2025-06-09 | Rollup merge of #141993 - tgross35:use-in-tree-builtins, r=bjorn3 | Trevor Gross | -1/+1 |
| 2025-06-09 | Rollup merge of #140767 - sayantn:stabilize-sha512, r=traviscross,tgross35 | Trevor Gross | -5/+5 |
| 2025-06-09 | Apply nested goals certainty to InspectGoals for normalizes-to | Michael Goulet | -44/+65 |
| 2025-06-09 | -Zretpoline and -Zretpoline-external-thunk flags (target modifiers) to enable... | Andrew Zhogin | -91/+158 |
| 2025-06-09 | Add ParseMode::Diagnostic unit tests | mejrs | -0/+42 |
| 2025-06-09 | Introduce ParseMode::diagnostic and fix multiline spans | mejrs | -40/+54 |
| 2025-06-09 | rename Parser's lifetime to `'input` | mejrs | -29/+29 |
| 2025-06-09 | change FormatString::parse to only return the first error | mejrs | -40/+28 |
| 2025-06-09 | implement Default for FormatSpec | mejrs | -52/+10 |
| 2025-06-09 | refactor matching and if let chains | mejrs | -46/+37 |
| 2025-06-09 | Move the "missing closing brace" error creation to one place | mejrs | -21/+15 |
| 2025-06-09 | rustc_parse_format: introduce `peek` and `peek_ahead` | mejrs | -28/+36 |
| 2025-06-09 | transmutability: shift abstraction boundary | Jack Wrenn | -348/+346 |
| 2025-06-09 | deduplicate the rest of AST walker functions | Deadbeef | -1165/+666 |
| 2025-06-09 | Always consider `const _` items as live for dead code analysis | Urgau | -1/+12 |
| 2025-06-09 | Auto merge of #142242 - matthiaskrgr:rollup-1sgx0ji, r=matthiaskrgr | bors | -2/+2 |
| 2025-06-09 | Rollup merge of #142222 - compiler-errors:ocx-w-no-diag, r=lcnr | Matthias Krüger | -2/+2 |
| 2025-06-09 | Remove rustc_feature::Stability | mejrs | -106/+5 |
| 2025-06-09 | refactor `AttributeGate` and `rustc_attr!` to emit notes during feature chec... | mejrs | -112/+153 |
| 2025-06-09 | Make `since` of removed features the version removed and fill `pull` | xizheyin | -81/+82 |
| 2025-06-09 | Note the version and PR of removed features when using it | xizheyin | -3/+32 |
| 2025-06-09 | Auto merge of #142234 - matthiaskrgr:rollup-kg5wibu, r=matthiaskrgr | bors | -8/+12 |
| 2025-06-09 | Rollup merge of #142191 - bvanjoi:issue-135863, r=compiler-errors | Matthias Krüger | -8/+12 |
| 2025-06-09 | Auto merge of #141435 - RalfJung:unsupported_calling_conventions, r=workingju... | bors | -42/+116 |