| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-06-05 | Replace some `Option<Span>` with `Span` and use DUMMY_SP instead of None | Oli Scherer | -4/+7 |
| 2025-06-05 | Rollup merge of #142032 - matthewjasper:frontmatter-lexing, r=fee1-dead | Matthias Krüger | -0/+21 |
| 2025-06-05 | Rollup merge of #142015 - oli-obk:wrong-instance, r=RalfJung | Matthias Krüger | -2/+3 |
| 2025-06-05 | Rollup merge of #141974 - Kivooeo:tf4, r=jieyouxu | Matthias Krüger | -170/+98 |
| 2025-06-05 | Auto merge of #142070 - matthiaskrgr:rollup-e7lxtuo, r=matthiaskrgr | bors | -96/+112 |
| 2025-06-05 | Move generic arg checks from the hir item types visitor to ty wfcheck | Oli Scherer | -14/+0 |
| 2025-06-05 | Move opaque type checks from the hir item types visitor onto the wfcheck of t... | Oli Scherer | -124/+140 |
| 2025-06-05 | Rollup merge of #141965 - Kivooeo:test-reform, r=jieyouxu | Matthias Krüger | -96/+112 |
| 2025-06-05 | Auto merge of #135054 - cramertj:file-cstr, r=m-ou-se | bors | -0/+25 |
| 2025-06-05 | Add missing `dyn` keywords to tests that do not test for them | Lukas Wirth | -129/+87 |
| 2025-06-05 | Add more missing 2015 edition directives | Lukas Wirth | -63/+90 |
| 2025-06-05 | Use non-2015 edition paths in tests that do not test for their resolution | Lukas Wirth | -179/+179 |
| 2025-06-05 | Auto merge of #142033 - matthiaskrgr:rollup-99lvg0j, r=matthiaskrgr | bors | -353/+377 |
| 2025-06-04 | codegen: test frame pointer attr prefers CLI opt | Jubilee Young | -0/+35 |
| 2025-06-04 | Verbose suggestion to make param `const` | Esteban Küber | -9/+21 |
| 2025-06-04 | Auto merge of #141309 - RalfJung:x86-simd-abi, r=tgross35,nikic,workingjubilee | bors | -24/+17 |
| 2025-06-04 | Detect method not being present that is present in other tuple types | Esteban Küber | -0/+97 |
| 2025-06-04 | Rollup merge of #142025 - m-ou-se:which-local-binding, r=jdonszelmann | Matthias Krüger | -3/+3 |
| 2025-06-04 | Rollup merge of #142024 - m-ou-se:what-tail-expression, r=petrochenkov | Matthias Krüger | -4/+2 |
| 2025-06-04 | Rollup merge of #141985 - compiler-errors:cycle-in-dep-graph-print, r=oli-obk | Matthias Krüger | -1/+26 |
| 2025-06-04 | Rollup merge of #141968 - oli-obk:wfck-everything-at-once, r=wesleywiser | Matthias Krüger | -53/+53 |
| 2025-06-04 | Rollup merge of #141960 - ferrocene:lw/2015-paths2, r=compiler-errors | Matthias Krüger | -290/+290 |
| 2025-06-04 | Rollup merge of #141932 - azhogin:azhogin/async-drop-inside-asyncgen-fix, r=o... | Matthias Krüger | -2/+3 |
| 2025-06-04 | Add Location::file_with_nul | Taylor Cramer | -0/+25 |