| Age | Commit message (Expand) | Author | Lines |
| 2025-06-08 | Auto merge of #142008 - RalfJung:const-eval-error-here, r=oli-obk | bors | -930/+930 |
| 2025-06-08 | Auto merge of #141700 - RalfJung:atomic-intrinsics-part2, r=bjorn3 | bors | -137/+134 |
| 2025-06-08 | try to manually bless windows test output | Ralf Jung | -2/+37 |
| 2025-06-09 | early return in trait detection for non-trait item | bohan | -10/+31 |
| 2025-06-08 | add tests for pattern binding drop order edge cases | dianne | -0/+233 |
| 2025-06-08 | cleaned up some tests | Kivooeo | -19/+18 |
| 2025-06-08 | add specific help messages for stdcall and cdecl | Ralf Jung | -102/+353 |
| 2025-06-08 | avoid repeating error annotations in test file | Ralf Jung | -418/+290 |
| 2025-06-08 | raw dylib: ensure that we have applied standard ABI checks | Ralf Jung | -1/+27 |
| 2025-06-08 | add (back) unsupported_calling_conventions lint to reject more invalid callin... | Ralf Jung | -222/+1115 |
| 2025-06-08 | Use the in-tree `compiler-builtins` | Trevor Gross | -1/+1 |
| 2025-06-08 | Auto merge of #142074 - oli-obk:its-finally-gone, r=petrochenkov | bors | -138/+140 |
| 2025-06-08 | added test for 30904 | Kivooeo | -0/+53 |
| 2025-06-07 | Rollup merge of #142148 - workingjubilee:dont-ice-on-force-warn, r=Urgau | Guillaume Gomez | -0/+41 |
| 2025-06-07 | Rollup merge of #142126 - compiler-errors:normalize-uv-via-relate, r=BoxyUwU | Guillaume Gomez | -2/+30 |
| 2025-06-07 | Rollup merge of #141661 - Urgau:deny-dangerous_implicit_autorefs, r=traviscross | Guillaume Gomez | -92/+98 |
| 2025-06-07 | Rollup merge of #140560 - Urgau:test_attr-module-level, r=GuillaumeGomez | Guillaume Gomez | -26/+545 |
| 2025-06-08 | cleaned up some tests | Kivooeo | -79/+45 |
| 2025-06-07 | cci_inrinsic tets: do not use atomic intrinsic | Ralf Jung | -29/+14 |
| 2025-06-07 | intrinsics: use const generic to set atomic ordering | Ralf Jung | -123/+135 |
| 2025-06-07 | Stabilize `sha512_sm_x86`, and the `sha512`, `sm3` and `sm4` target features | sayantn | -19/+0 |
| 2025-06-07 | Stabilize the `keylocker_x86` flag, and the `kl` and `widekl` target features | sayantn | -19/+0 |
| 2025-06-07 | Auto merge of #141964 - sayantn:update-stdarch, r=Amanieu | bors | -2/+0 |
| 2025-06-07 | const-eval error: always say in which item the error occurred | Ralf Jung | -930/+930 |
| 2025-06-07 | rustc_resolve: Improve `resolve_const_param_in_non_trivial_anon_const` wording | Martin Nordholts | -34/+77 |
| 2025-06-07 | Add test renamed_feature.rs | xizheyin | -0/+12 |
| 2025-06-07 | compiler: Treat ForceWarning as a Warning for diagnostic level | Jubilee Young | -0/+41 |
| 2025-06-07 | Rollup merge of #142131 - estebank:cast-sugg, r=Urgau | Jacob Pratt | -46/+85 |
| 2025-06-07 | Rollup merge of #142045 - estebank:obligation-cause-code-suggestion, r=compil... | Jacob Pratt | -48/+69 |
| 2025-06-06 | bless test stderr | Jeremy Smart | -2/+2 |
| 2025-06-06 | Rollup merge of #142113 - shepmaster:drop-order-test-confusion, r=jieyouxu | Guillaume Gomez | -29/+18 |
| 2025-06-06 | Rollup merge of #142043 - estebank:const-suggestion, r=wesleywiser | Guillaume Gomez | -9/+21 |
| 2025-06-06 | reword suggestion message | Esteban Küber | -9/+9 |
| 2025-06-06 | Apply `mismatched-lifetime-syntaxes` to trait and extern functions | Jake Goulding | -3/+107 |
| 2025-06-06 | Make obligation cause code suggestions verbose | Esteban Küber | -48/+69 |
| 2025-06-06 | Make cast suggestions verbose | Esteban Küber | -45/+84 |
| 2025-06-06 | Treat normalizing consts like normalizing types in deeply normalize | Michael Goulet | -2/+30 |
| 2025-06-06 | Allow transmute casts in pre-runtime-MIR | Oli Scherer | -0/+1 |
| 2025-06-06 | Auto merge of #141681 - compiler-errors:fast-path-stalled, r=lcnr | bors | -5/+2 |
| 2025-06-06 | Reduce confusion of some drop order tests | Jake Goulding | -29/+18 |
| 2025-06-06 | Add new Tier-3 targets: `loongarch32-unknown-none*` | WANG Rui | -1/+7 |
| 2025-06-06 | Rollup merge of #142092 - fmease:rustdoc-alias-terms, r=GuillaumeGomez | Matthias Krüger | -1/+0 |
| 2025-06-06 | Rollup merge of #142012 - oli-obk:no-optional-spans, r=fee1-dead | Matthias Krüger | -4/+7 |
| 2025-06-06 | Rollup merge of #141982 - Kivooeo:tf5, r=jieyouxu | Matthias Krüger | -188/+135 |
| 2025-06-05 | encode compiler team acceptance of `-Cforce-frame-pointers` change | Jubilee Young | -5/+30 |
| 2025-06-05 | codegen: modernize frame-pointer-cli-control.rs | Jubilee Young | -13/+14 |
| 2025-06-05 | Auto merge of #138677 - shepmaster:consistent-elided-lifetime-syntax, r=travi... | bors | -406/+1183 |
| 2025-06-05 | Support middle::ty assoc const eq predicates again | León Orell Valerian Liehr | -1/+0 |
| 2025-06-05 | Auto merge of #142081 - matthiaskrgr:rollup-secpezz, r=matthiaskrgr | bors | -172/+122 |
| 2025-06-05 | cleaned up some tests | Kivooeo | -188/+135 |