- 3672a55 Auto merge of #145366 - GuillaumeGomez:rollup-v0a6v3u, r=GuillaumeGomez by bors · 5 hours ago master
- bb46a20 Rollup merge of #145356 - GuillaumeGomez:doctest-escaped, r=fmease by Guillaume Gomez · 7 hours ago
- 858927c Rollup merge of #145349 - GuillaumeGomez:unstable-items-search, r=lolbinarycat,fmease by Guillaume Gomez · 7 hours ago
- 6f0746d Rollup merge of #145341 - Kobzol:codegen-backend-gcc, r=jieyouxu by Guillaume Gomez · 7 hours ago
- a6146fd Rollup merge of #145241 - tomtor:avr-layout, r=nikic by Guillaume Gomez · 7 hours ago
- bd6fb63 Rollup merge of #145153 - joshtriplett:macro-kinds-plural, r=petrochenkov by Guillaume Gomez · 7 hours ago
- 0774928 Rollup merge of #144962 - Gelbpunkt:aarch64_be-unknown-none-softfloat, r=davidtwco by Guillaume Gomez · 7 hours ago
- c9c8d03 Rollup merge of #144955 - lcnr:lazily-update-non-parent-goals, r=BoxyUwU by Guillaume Gomez · 7 hours ago
- e7e3a37 Rollup merge of #144949 - nnethercote:more-Printer-cleanups, r=davidtwco by Guillaume Gomez · 7 hours ago
- ea70ac6 Rollup merge of #144761 - tgross35:cfg-outline-atomics, r=davidtwco by Guillaume Gomez · 7 hours ago
- f5b8a11 Auto merge of #145298 - nikic:llvm21-rc3, r=cuviper by bors · 8 hours ago
- 6c96c94 Add missing entry in STAGE0_MISSING_TARGETS by Jens Reidel · 9 hours ago
- dc0707a Add another example for escaped `#` character in doctest in rustdoc book by Guillaume Gomez · 10 hours ago
- cd79c71 Correctly handle when there are no unstable items in the documented crate by Guillaume Gomez · 11 hours ago
- 1d44bbe Use ci-mirrors for binutils in freebsd-toolchain.sh by Nikita Popov · 12 hours ago
- 350d0ef Auto merge of #144722 - ywxt:parallel-reproducibile, r=SparrowLii by bors · 13 hours ago
- f40a784 Remove the `libgccjit.so.0` alias and only create the versioned library when installing `libgccjit.so` by Jakub Beránek · 15 hours ago
- 76bc558 Make sure that we won't accidentally ship libgccjit.so in the dist component by Jakub Beránek · 15 hours ago
- 6e5a6e0 Install libgccjit into the compiler's sysroot when the GCC codegen backend is enabled by Jakub Beránek · 15 hours ago
- 1c9952f Auto merge of #145334 - Kobzol:rollup-fs5a133, r=Kobzol by bors · 17 hours ago
- 8cb78fe Rollup merge of #145325 - clarfonthey:cast-init, r=scottmcm by Jakub Beránek · 19 hours ago
- c4e82ab Rollup merge of #145320 - Kobzol:fix-cranelift-codegen-dist, r=shepmaster by Jakub Beránek · 19 hours ago
- b60d5b3 Rollup merge of #145308 - giltho:dangling-doc, r=scottmcm by Jakub Beránek · 19 hours ago
- a0ed088 Rollup merge of #145303 - m-ou-se:payload-as-str-doc, r=jhpratt by Jakub Beránek · 19 hours ago
- 6e14364 Rollup merge of #145289 - rejected-l:master, r=Kobzol by Jakub Beránek · 19 hours ago
- c2bc926 Rollup merge of #145274 - compiler-errors:unused-must-use, r=fmease by Jakub Beránek · 19 hours ago
- 4b1deef Rollup merge of #145269 - epage:test-env, r=jhpratt by Jakub Beránek · 19 hours ago
- ff44871 Rollup merge of #144870 - Kivooeo:file_prefix-stabilize, r=tgross35 by Jakub Beránek · 19 hours ago
- 900e568 Rollup merge of #144642 - lolbinarycat:editorconfig-no-run-make, r=lcnr by Jakub Beránek · 19 hours ago
- bd2db284 Rollup merge of #144519 - clarfonthey:const-system-time, r=jhpratt by Jakub Beránek · 19 hours ago
- fb9cd24 Rollup merge of #143467 - ChaiTRex:ascii_char_is_ascii, r=tgross35 by Jakub Beránek · 19 hours ago
- b1b26b8 Auto merge of #145093 - nikic:dead-on-return, r=nnethercote by bors · 20 hours ago
- bc8a521 Fix pgo tests by ywxt · 22 hours ago
- 075ce31 Fix parallel rustc not being reproducible due to unstable sorting of items. by ywxt · 23 hours ago
- 1553adf Auto merge of #145295 - Kobzol:unify-stages, r=jieyouxu by bors · 27 hours ago
- d6945f6 Add cast_init and cast_uninit methods for pointers by ltdk · 27 hours ago
- 2c0409c Remove unused must_use by Michael Goulet · 28 hours ago
- 614364c Allow cross-compiling the Cranelift dist component by Jakub Beránek · 30 hours ago
- 7ce620d Constify SystemTime methods by ltdk · 30 hours ago
- 4360c52 Add change tracker entry by Jakub Beránek · 31 hours ago
- 72b606d Replace `stage0-tools-bin` with `stage1-tools-bin` by Jakub Beránek · 31 hours ago
- e1fc89a rustdoc: Minimal fixes to compile with `MacroKinds` by Josh Triplett · 32 hours ago
- 33ba4a2 clippy: Update for switch to `MacroKinds` by Josh Triplett · 32 hours ago
- b74e1cb mbe: Rename macro parsing state names to use `Bang` instead of `Not` by Josh Triplett · 32 hours ago
- ba231db Detect and report macro kind mismatches early, and more precisely by Josh Triplett · 32 hours ago
- c81fcac Only suggest changing `#[derive(mymacro)]` to `#[mymacro]` for attribute macros by Josh Triplett · 32 hours ago
- d7b30be Expand documentation of `GlobDelegation` by Josh Triplett · 32 hours ago
- 0b855bc Switch to a bitflags `MacroKinds` to support macros with more than one kind by Josh Triplett · 32 hours ago
- 8e62bfd Auto merge of #144678 - jdonszelmann:no-mangle-extern, r=bjorn3 by bors · 32 hours ago
- f7defc0 Resolve review remarks by Jakub Beránek · 35 hours ago
- d9dba3a Auto merge of #145300 - Zalathar:rollup-0eqbt6a, r=Zalathar by bors · 35 hours ago
- 0d72323 chore(ci): upgrade checkout to v5 by Rej Ect · 36 hours ago
- 427be23 Address dangling doc by Sacha Ayoun · 36 hours ago
- bd44d85 Link to payload_as_str() from payload(). by Mara Bos · 2 days ago
- 7c4bedc Rollup merge of #145292 - ada4a:patch-2, r=tgross35 by Stuart Cook · 2 days ago
- 04f29fd Rollup merge of #145291 - Zalathar:no-warning, r=Kobzol by Stuart Cook · 2 days ago
- dcc0b6b Rollup merge of #145283 - theemathas:patch-1, r=Noratrieb by Stuart Cook · 2 days ago
- 2102eeb Rollup merge of #145273 - estebank:not-not, r=samueltardieu by Stuart Cook · 2 days ago
- 0264abc Rollup merge of #145263 - rustbot:docs-update, r=ehuss by Stuart Cook · 2 days ago
- 30ed54e Rollup merge of #145260 - SabrinaJewson:vec-allocator-docs, r=dtolnay by Stuart Cook · 2 days ago
- 1c38519 Rollup merge of #145253 - Kobzol:pr-check-2-doc-stage-1, r=jieyouxu by Stuart Cook · 2 days ago
- 42af95b Rollup merge of #145251 - tiif:support_trait, r=BoxyUwU by Stuart Cook · 2 days ago
- 769d32b Rollup merge of #145249 - Stypox:_span-to-_trace, r=joshtriplett by Stuart Cook · 2 days ago
- d862ae2 Rollup merge of #145238 - estebank:attr-overhaul, r=jdonszelmann by Stuart Cook · 2 days ago
- 38483d8 Rollup merge of #145216 - eval-exec:fix-145125-enum-rustdoc, r=fmease by Stuart Cook · 2 days ago
- 55cb4b2 Rollup merge of #145214 - notJoon:fix/enable-self-assignment, r=petrochenkov by Stuart Cook · 2 days ago
- 9fd7702 Rollup merge of #145155 - scrabsha:push-tkvwkolzooyq, r=jdonszelmann by Stuart Cook · 2 days ago
- 31e5316 Rollup merge of #144921 - lolbinarycat:rustdoc-intra-doc-gfm-141866, r=fmease,GuillaumeGomez by Stuart Cook · 2 days ago
- 378a26f Rollup merge of #144386 - camsteffen:imploftrait, r=fmease by Stuart Cook · 2 days ago
- 52f92d5 Rollup merge of #139806 - Ayush1325:uefi-systemtime, r=joboet by Stuart Cook · 2 days ago
- f22c389 Rollup merge of #131477 - madsmtm:sdkroot-via-env-var, r=nnethercote by Stuart Cook · 2 days ago
- 7aa8707 make no_mangle explicit on foreign items by Jana Dönszelmann · 2 days ago
- 3fb4be2 Update to LLVM 21.1.0 rc3 by Nikita Popov · 2 days ago
- df2da84 Change format of messages in `Builder::fmt` by Jakub Beránek · 2 days ago
- fbfcfa6 Unify all groups in bootstrap to use `Builder::msg` by Jakub Beránek · 2 days ago
- db1a64c simplify stack handling, be completely lazy by lcnr · 2 days ago
- a279ba4 Consolidate stageN directories in the build directory by Jakub Beránek · 2 days ago
- 5e4f465 fix typo by Ada Alakbarova · 2 days ago
- e454022 bootstrap: Only warn about `rust.debug-assertions` if downloading rustc by Zalathar · 2 days ago
- 2563e4a [AVR] Changed data_layout by Tom Vijlbrief · 2 days ago
- 1ce4b370 Handle the `capacity == 0` case by SabrinaJewson · 2 days ago
- f336cc7 Make I-miscompile imply I-prioritize by Tim (Theemathas) Chirananthavat · 2 days ago
- a153133 Auto merge of #143054 - lcnr:search_graph-3, r=BoxyUwU by bors · 2 days ago
- bf266dc Propagate TraitImplHeader to hir by Cameron Steffen · 2 days ago
- 5bc23ce Extract ast TraitImplHeader by Cameron Steffen · 2 days ago
- 3aa0ac0 Tweak trait modifier errors by Cameron Steffen · 2 days ago
- fa73390 Move trait impl modifier errors to parsing by Cameron Steffen · 2 days ago
- 39c5d6d Factor out InherentImplCannotUnsafe by Cameron Steffen · 2 days ago
- 86853b3 Account for new `assert!` desugaring in `!condition` suggestion by Esteban Küber · 2 days ago
- 1d13162 Always attempt to invoke xcrun to get the Apple SDK by Mads Marquart · 2 days ago
- f4a9110 Only warn when invoking xcrun by Mads Marquart · 2 days ago
- 1cc44bf Pass Apple SDK root to compiler driver via SDKROOT env var by Mads Marquart · 2 days ago
- c1a31d8 Deprecate RUST_TEST_* env variables by Ed Page · 2 days ago
- 928dd11 fix clippy test by Esteban Küber · 2 days ago
- 1dc37df Simplify `add_apple_sdk` by Mads Marquart · 2 days ago
- 1ebbd87 Auto merge of #145254 - GuillaumeGomez:rollup-7bp43pv, r=GuillaumeGomez by bors · 2 days ago
- 45e2449 Respond to review comments by SabrinaJewson · 2 days ago
- adccb8d Rework `NameValueStr` by Esteban Küber · 2 days ago
- 32ee26c Add more docs to templates for attrs with incorrect arguments by Esteban Küber · 2 days ago
- 50d8b80 Update books by rustbot · 2 days ago