| Age | Commit message (Expand) | Author | Lines |
| 2025-08-13 | add a test with incorrect `if let`-`super let` drop order | dianne | -0/+112 |
| 2025-08-13 | Auto merge of #145334 - Kobzol:rollup-fs5a133, r=Kobzol | bors | -194/+341 |
| 2025-08-13 | Rollup merge of #145274 - compiler-errors:unused-must-use, r=fmease | Jakub Beránek | -194/+341 |
| 2025-08-13 | Auto merge of #145093 - nikic:dead-on-return, r=nnethercote | bors | -5/+36 |
| 2025-08-13 | Fix pgo tests | ywxt | -5/+21 |
| 2025-08-13 | Fix parallel rustc not being reproducible due to unstable sorting of items. | ywxt | -52/+52 |
| 2025-08-13 | fix tail calls to `#[track_caller]` functions | Waffle Lapkin | -2/+43 |
| 2025-08-12 | Remove unused must_use | Michael Goulet | -194/+341 |
| 2025-08-12 | Change the desugaring of `assert!` for better error output | Esteban Küber | -23/+61 |
| 2025-08-12 | Detect and report macro kind mismatches early, and more precisely | Josh Triplett | -8/+86 |
| 2025-08-12 | Only suggest changing `#[derive(mymacro)]` to `#[mymacro]` for attribute macros | Josh Triplett | -8/+0 |
| 2025-08-12 | Auto merge of #144678 - jdonszelmann:no-mangle-extern, r=bjorn3 | bors | -1/+1 |
| 2025-08-12 | Rollup merge of #145251 - tiif:support_trait, r=BoxyUwU | Stuart Cook | -6/+57 |
| 2025-08-12 | Rollup merge of #145238 - estebank:attr-overhaul, r=jdonszelmann | Stuart Cook | -201/+792 |
| 2025-08-12 | Rollup merge of #145216 - eval-exec:fix-145125-enum-rustdoc, r=fmease | Stuart Cook | -0/+22 |
| 2025-08-12 | Rollup merge of #145214 - notJoon:fix/enable-self-assignment, r=petrochenkov | Stuart Cook | -10/+51 |
| 2025-08-12 | Rollup merge of #145155 - scrabsha:push-tkvwkolzooyq, r=jdonszelmann | Stuart Cook | -6/+9 |
| 2025-08-12 | Rollup merge of #144921 - lolbinarycat:rustdoc-intra-doc-gfm-141866, r=fmease... | Stuart Cook | -0/+6 |
| 2025-08-12 | Rollup merge of #144386 - camsteffen:imploftrait, r=fmease | Stuart Cook | -39/+87 |
| 2025-08-12 | Rollup merge of #131477 - madsmtm:sdkroot-via-env-var, r=nnethercote | Stuart Cook | -0/+33 |
| 2025-08-12 | make no_mangle explicit on foreign items | Jana Dönszelmann | -1/+1 |
| 2025-08-12 | fix(debuginfo): handle false positives in overflow check | Adwin White | -0/+9 |
| 2025-08-11 | Convert moves of references to copies in RefProp | Ben Kimock | -85/+158 |
| 2025-08-11 | Propagate TraitImplHeader to hir | Cameron Steffen | -1/+1 |
| 2025-08-11 | llvm: Accept new LLVM lifetime format | Matthew Maurer | -37/+37 |
| 2025-08-11 | Tweak trait modifier errors | Cameron Steffen | -28/+32 |
| 2025-08-11 | Move trait impl modifier errors to parsing | Cameron Steffen | -24/+64 |
| 2025-08-11 | Factor out InherentImplCannotUnsafe | Cameron Steffen | -0/+4 |
| 2025-08-11 | Always attempt to invoke xcrun to get the Apple SDK | Mads Marquart | -0/+33 |
| 2025-08-11 | Add new Tier-3 target: riscv64a23-unknown-linux-gnu | Chen Zhongyao | -0/+19 |
| 2025-08-11 | Auto merge of #145254 - GuillaumeGomez:rollup-7bp43pv, r=GuillaumeGomez | bors | -9/+47 |
| 2025-08-11 | Add more docs to templates for attrs with incorrect arguments | Esteban Küber | -41/+169 |
| 2025-08-11 | Auto merge of #145207 - Kobzol:codegen-backend-clif-dist, r=jieyouxu | bors | -0/+11 |
| 2025-08-11 | fix tests | Esteban Küber | -12/+20 |
| 2025-08-11 | Add link to invalid `repr` error | Esteban Küber | -0/+8 |
| 2025-08-11 | Add link to docs on malformed attributes | Esteban Küber | -0/+48 |
| 2025-08-11 | Allow attr entries to declare list of alternatives for `List` and `NamedValue... | Esteban Küber | -148/+547 |
| 2025-08-11 | don't emit rustdoc::broken_intra_doc_links for stuff like [!NOTE] | binarycat | -0/+6 |
| 2025-08-11 | Rollup merge of #144966 - scrabsha:push-rozroqqmurvu, r=jdonszelmann | Guillaume Gomez | -9/+47 |
| 2025-08-11 | Update error message | tiif | -6/+6 |
| 2025-08-11 | Support using #[unstable_feature_bound] on trait | tiif | -0/+51 |
| 2025-08-11 | Port `#[allow_internal_unsafe]` to the new attribute system (attempt 2) | Sasha Pourcelot | -6/+9 |
| 2025-08-11 | Set dead_on_return attribute for indirect arguments | Nikita Popov | -5/+36 |
| 2025-08-11 | Rollup merge of #145225 - joshtriplett:infinite-print-no-semi, r=lqd | Stuart Cook | -8/+8 |
| 2025-08-11 | Rollup merge of #145194 - compiler-errors:coro-witness-re, r=lcnr | Stuart Cook | -0/+14 |
| 2025-08-11 | Rollup merge of #144156 - compiler-errors:dtorck-upvars, r=lcnr | Stuart Cook | -0/+100 |
| 2025-08-11 | Rollup merge of #135331 - fmease:ban-assoc-ty-unbounds, r=lcnr | Stuart Cook | -10/+26 |
| 2025-08-11 | Auto merge of #145236 - Zalathar:rollup-1ggbztv, r=Zalathar | bors | -32/+928 |
| 2025-08-11 | Rollup merge of #145227 - estebank:tweak-inference-span, r=joshtriplett | Stuart Cook | -10/+40 |
| 2025-08-11 | Rollup merge of #144558 - estebank:issue-68119, r=lcnr | Stuart Cook | -22/+888 |