| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-06-08 | add `param_env` cache to canonicalization | lcnr | -15/+91 |
| 2025-06-08 | move `canonicalize_param_env` into sub-fn | lcnr | -25/+30 |
| 2025-06-08 | Dont make ObligationCtxts with diagnostics unnecessarily | Michael Goulet | -2/+2 |
| 2025-06-09 | Auto merge of #142220 - workingjubilee:rollup-idgfpof, r=workingjubilee | bors | -259/+223 |
| 2025-06-08 | Rollup merge of #142194 - bjorn3:less_unstable_features, r=jieyouxu | Jubilee | -28/+1 |
| 2025-06-08 | Rollup merge of #142179 - folkertdev:min-global-align-parse, r=workingjubilee | Jubilee | -63/+37 |
| 2025-06-08 | Rollup merge of #142108 - workingjubilee:track-caller-in-abi-map, r=jieyouxu | Jubilee | -0/+1 |
| 2025-06-08 | Rollup merge of #142089 - bjorn3:sysroot_handling_cleanup3, r=petrochenkov | Jubilee | -69/+32 |
| 2025-06-08 | Rollup merge of #142053 - heiher:loong32-none, r=wesleywiser | Jubilee | -14/+84 |
| 2025-06-08 | compiler: add Deref to AbiAlign to ease transition | Jubilee Young | -1/+9 |
| 2025-06-08 | Remove rustc's notion of "preferred" alignment AKA `__alignof` | Jubilee Young | -84/+59 |
| 2025-06-08 | Auto merge of #142008 - RalfJung:const-eval-error-here, r=oli-obk | bors | -20/+6 |