about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2025-07-07move our data structures into a central locationRalf Jung-25/+26
2025-07-07Merge pull request #20185 from ChayimFriedman2/variant-symbolsDavid Barsky-0/+75
2025-07-07fix the link in `rustdoc.md`Makai-1/+1
2025-07-07Remove unused allow attrsYotam Ofek-2/+0
2025-07-07Rollup merge of #143577 - Noratrieb:Noratrieb-patch-4, r=Kobzol许杰友 Jieyou Xu (Joe)-1/+7
2025-07-07Rollup merge of #143528 - RalfJung:stack-pop-cleanup, r=oli-obk许杰友 Jieyou Xu (Joe)-16/+16
2025-07-07Rollup merge of #143415 - Gelbpunkt:cleanup-dist-ppc64le-toolchain, r=marcoieni许杰友 Jieyou Xu (Joe)-90/+7
2025-07-07Add change tracker entry for disabling `download-rustc` temporarilyJieyou Xu-0/+5
2025-07-07Disable download-rustc for library profilenora-1/+2
2025-07-07Fix `x86_64-unknown-netbsd` platform support pageJieyou Xu-15/+13
2025-07-07Auto merge of #143565 - lnicola:sync-from-ra, r=lnicolabors-668/+1281
2025-07-07compiler: Parse `p-` specs in datalayout string, allow definition of custom d...Edoardo Marangoni-10/+11
2025-07-07Merge pull request #4450 from RalfJung/unwind-payloadsRalf Jung-157/+169
2025-07-07split unwinding logic from panic logicRalf Jung-152/+164
2025-07-07Merge from rustcThe Miri Cronjob Bot-240/+744
2025-07-07Auto merge of #143048 - Kobzol:bootstrap-check-stage-1, r=jieyouxubors-284/+304
2025-07-07Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-07-07Auto merge of #143556 - jhpratt:rollup-nid39y2, r=jhprattbors-28/+28
2025-07-07Rollup merge of #143544 - workingjubilee:rename-bare-fn, r=fmeaseJacob Pratt-28/+28
2025-07-06Auto merge of #141829 - dvdsk:sleep_until_linux, r=cuviper,RalfJungbors-0/+192
2025-07-06rustfmt: migrate BareFn -> FnPtrJubilee Young-9/+9
2025-07-06clippy: migrate BareFn -> FnPtrJubilee Young-17/+17
2025-07-06rustdoc: migrate BareFn -> FnPtrJubilee Young-2/+2
2025-07-06Auto merge of #143526 - matthiaskrgr:rollup-pm69g5v, r=matthiaskrgrbors-5/+5
2025-07-06sleep_until: add clock_nanosleep support to Miridvdsk-0/+192
2025-07-06Do not ever cross-check bootstrap toolsJakub Beránek-2/+7
2025-07-06Fix CIJakub Beránek-4/+4
2025-07-06Horrible hack to make codegen backends "work" during checkJakub Beránek-11/+32
2025-07-06Add support for allowing features when checking toolsJakub Beránek-2/+15
2025-07-06Use stage auto-bump when cross-checking on stage 1Jakub Beránek-17/+14
2025-07-06Add `#[tracing::instrument]` to the LLVM build stepJakub Beránek-0/+9
2025-07-06Update library cross-compilation testJakub Beránek-3/+2
2025-07-06Update `Mode::ToolStd` commentJakub Beránek-2/+7
2025-07-06Add staging comment to `check::Rustc`Jakub Beránek-0/+2
2025-07-06Add change tracker entryJakub Beránek-0/+5
2025-07-06Unify selection of build compiler for checking in a single functionJakub Beránek-48/+47
2025-07-06Implement `CoverageDump` checking through the `tool_check_step` macroJakub Beránek-66/+5
2025-07-06Fixup check of rust-analyzer, codegen backends, compiletest and other toolsZalathar-64/+113
2025-07-06Make build compiler explicit in `check::Rustc` and `check::Std`Jakub Beránek-73/+87
2025-07-06Remove `custom_stage` override from `check::Std` and make 1 be the default ch...Jakub Beránek-54/+11
2025-07-06Make default check stage be 1, and error out on checking with stage 0Jakub Beránek-5/+11
2025-07-06rename panic_paylods → unwind_payloadsRalf Jung-7/+7
2025-07-06interpret: rename StackPopCleanupRalf Jung-16/+16
2025-07-06Rollup merge of #143252 - JonathanBrouwer:rewrite_empty_attribute, r=jdonszel...Matthias Krüger-5/+5
2025-07-06Auto merge of #143515 - rust-lang:cargo_update, r=clubby789bors-2/+2
2025-07-06Include enum variants in world symbolsChayim Refael Friedman-0/+75
2025-07-06Auto merge of #143521 - matthiaskrgr:rollup-kpv1og3, r=matthiaskrgrbors-7/+19
2025-07-06Merge pull request #20184 from Veykril/push-ywpynxnltpokLukas Wirth-32/+44
2025-07-06chore: Remove dead field from `InferenceContext`Lukas Wirth-32/+44
2025-07-06Rollup merge of #143504 - RalfJung:compiletest-err, r=jieyouxuMatthias Krüger-1/+2