| Age | Commit message (Expand) | Author | Lines |
| 2025-08-13 | Fix parallel rustc not being reproducible due to unstable sorting of items. | ywxt | -83/+107 |
| 2025-08-12 | Auto merge of #144678 - jdonszelmann:no-mangle-extern, r=bjorn3 | bors | -55/+85 |
| 2025-08-12 | Auto merge of #145300 - Zalathar:rollup-0eqbt6a, r=Zalathar | bors | -1181/+2679 |
| 2025-08-12 | Rollup merge of #145292 - ada4a:patch-2, r=tgross35 | Stuart Cook | -1/+1 |
| 2025-08-12 | Rollup merge of #145291 - Zalathar:no-warning, r=Kobzol | Stuart Cook | -1/+1 |
| 2025-08-12 | Rollup merge of #145283 - theemathas:patch-1, r=Noratrieb | Stuart Cook | -0/+1 |
| 2025-08-12 | Rollup merge of #145273 - estebank:not-not, r=samueltardieu | Stuart Cook | -56/+144 |
| 2025-08-12 | Rollup merge of #145263 - rustbot:docs-update, r=ehuss | Stuart Cook | -0/+0 |
| 2025-08-12 | Rollup merge of #145260 - SabrinaJewson:vec-allocator-docs, r=dtolnay | Stuart Cook | -11/+61 |
| 2025-08-12 | Rollup merge of #145253 - Kobzol:pr-check-2-doc-stage-1, r=jieyouxu | Stuart Cook | -3/+3 |
| 2025-08-12 | Rollup merge of #145251 - tiif:support_trait, r=BoxyUwU | Stuart Cook | -11/+66 |
| 2025-08-12 | Rollup merge of #145249 - Stypox:_span-to-_trace, r=joshtriplett | Stuart Cook | -31/+31 |
| 2025-08-12 | Rollup merge of #145238 - estebank:attr-overhaul, r=jdonszelmann | Stuart Cook | -391/+1276 |
| 2025-08-12 | Rollup merge of #145216 - eval-exec:fix-145125-enum-rustdoc, r=fmease | Stuart Cook | -5/+25 |
| 2025-08-12 | Rollup merge of #145214 - notJoon:fix/enable-self-assignment, r=petrochenkov | Stuart Cook | -12/+55 |
| 2025-08-12 | Rollup merge of #145155 - scrabsha:push-tkvwkolzooyq, r=jdonszelmann | Stuart Cook | -28/+85 |
| 2025-08-12 | Rollup merge of #144921 - lolbinarycat:rustdoc-intra-doc-gfm-141866, r=fmease... | Stuart Cook | -2/+20 |
| 2025-08-12 | Rollup merge of #144386 - camsteffen:imploftrait, r=fmease | Stuart Cook | -549/+605 |
| 2025-08-12 | Rollup merge of #139806 - Ayush1325:uefi-systemtime, r=joboet | Stuart Cook | -26/+190 |
| 2025-08-12 | Rollup merge of #131477 - madsmtm:sdkroot-via-env-var, r=nnethercote | Stuart Cook | -54/+115 |
| 2025-08-12 | make no_mangle explicit on foreign items | Jana Dönszelmann | -55/+85 |
| 2025-08-12 | fix typo | Ada Alakbarova | -1/+1 |
| 2025-08-12 | bootstrap: Only warn about `rust.debug-assertions` if downloading rustc | Zalathar | -1/+1 |
| 2025-08-12 | Handle the `capacity == 0` case | SabrinaJewson | -27/+34 |
| 2025-08-12 | Make I-miscompile imply I-prioritize | Tim (Theemathas) Chirananthavat | -0/+1 |
| 2025-08-11 | Auto merge of #143054 - lcnr:search_graph-3, r=BoxyUwU | bors | -91/+100 |
| 2025-08-11 | Propagate TraitImplHeader to hir | Cameron Steffen | -299/+316 |
| 2025-08-11 | Extract ast TraitImplHeader | Cameron Steffen | -184/+187 |
| 2025-08-11 | Tweak trait modifier errors | Cameron Steffen | -55/+50 |
| 2025-08-11 | Move trait impl modifier errors to parsing | Cameron Steffen | -78/+123 |
| 2025-08-11 | Factor out InherentImplCannotUnsafe | Cameron Steffen | -19/+15 |
| 2025-08-11 | Account for new `assert!` desugaring in `!condition` suggestion | Esteban Küber | -56/+144 |
| 2025-08-11 | Always attempt to invoke xcrun to get the Apple SDK | Mads Marquart | -4/+41 |
| 2025-08-11 | Only warn when invoking xcrun | Mads Marquart | -3/+24 |
| 2025-08-11 | Pass Apple SDK root to compiler driver via SDKROOT env var | Mads Marquart | -31/+39 |
| 2025-08-11 | fix clippy test | Esteban Küber | -0/+2 |
| 2025-08-11 | Simplify `add_apple_sdk` | Mads Marquart | -25/+20 |
| 2025-08-11 | Auto merge of #145254 - GuillaumeGomez:rollup-7bp43pv, r=GuillaumeGomez | bors | -45/+100 |
| 2025-08-11 | Respond to review comments | SabrinaJewson | -5/+5 |
| 2025-08-11 | Rework `NameValueStr` | Esteban Küber | -9/+9 |
| 2025-08-11 | Add more docs to templates for attrs with incorrect arguments | Esteban Küber | -56/+225 |
| 2025-08-11 | Update books | rustbot | -0/+0 |
| 2025-08-11 | Make explicit guarantees about `Vec`’s allocator | SabrinaJewson | -4/+47 |
| 2025-08-11 | Auto merge of #145207 - Kobzol:codegen-backend-clif-dist, r=jieyouxu | bors | -30/+56 |
| 2025-08-11 | fix tests | Esteban Küber | -12/+20 |
| 2025-08-11 | Add link to invalid `repr` error | Esteban Küber | -0/+10 |
| 2025-08-11 | Add link to docs on malformed attributes | Esteban Küber | -87/+344 |
| 2025-08-11 | Allow attr entries to declare list of alternatives for `List` and `NamedValue... | Esteban Küber | -272/+711 |
| 2025-08-11 | don't emit rustdoc::broken_intra_doc_links for stuff like [!NOTE] | binarycat | -2/+20 |
| 2025-08-11 | Document compiler and stdlib in stage1 in `pr-check-2` CI job | Jakub Beránek | -3/+3 |