rustc-dev-guide subtree update#157173
Conversation
fix -s to -S in llvm tooling instructiongs
…0505-stage Fix name of first compiled stage, as stage0 is downloaded
Replace `rustc_session::parse::feature*` with ``rustc_session::errors::feature*`
Update dependencies to remove windows-targets dependency
Autodiff doc updates
autodiff: reference rustup installation support
This updates the rust-version file to a31c27a.
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: rust-lang/rust@a31c27a Filtered ref: rust-lang/rustc-dev-guide@66a2aa8 Upstream diff: rust-lang/rust@f2b291d...a31c27a This merge was created using https://github.com/rust-lang/josh-sync.
…c-pull Rustc pull update
Fix sample code for std::offload at usage.md
Clarify importance of `target-cpu` flag for offload
Added note about stage2 dependency in rustup toolchain linking.
Added a note about building tools and linked to tool tests section.
Add note on building tools in how-to-build-and-run.md
Add docs for non defining vs defining uses in opaque types
Co-authored-by: jyn <github@jyn.dev>
Update quickstart.md with stage2 note
…macro Combine DefCollector and reduced-graph passes
add a pause to improve readability
The output filename of offload has changed
…ate-check comments
Update date references for 2026-05 triage (rust-lang#2861)
This updates the rust-version file to c58275e.
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: rust-lang/rust@c58275e Filtered ref: rust-lang/rustc-dev-guide@6971803 Upstream diff: rust-lang/rust@a31c27a...c58275e This merge was created using https://github.com/rust-lang/josh-sync.
Rustc pull update
|
The rustc-dev-guide subtree was changed. If this PR only touches the dev guide consider submitting a PR directly to rust-lang/rustc-dev-guide otherwise thank you for updating the dev guide with your changes. cc @BoxyUwU |
|
|
@bors r+ rollup |
…uwer Rollup of 8 pull requests Successful merges: - #157006 (net tests: let the OS pick the port numbers) - #157126 (Avoid redundant note when a #[derive] is already suggested) - #151690 (std: Refactor `env::var` function) - #155826 (std::process: uefi: avoid panicking in Stdio From impls.) - #156109 (Migrate libraries from ptr::slice_from_raw_parts to .cast_slice) - #156642 (`offload_kernel` macro expansion) - #156823 (Add regression test) - #157162 (elaborate_drop: Avoid as_mut.unwrap dance, empty vectors are cheap.) Failed merges: - #157173 (rustc-dev-guide subtree update)
|
This failed to merge into the rollup, not sure how bad that is, but if that's a pain feel free to p=1 these subtree updates in the future |
|
☔ The latest upstream changes (presumably #157174) made this pull request unmergeable. Please resolve the merge conflicts. This pull request was unapproved. |
|
@JonathanBrouwer if that would result in this subtree update being the only PR getting merged at a time, I would much rather redo the PR |
|
p=1 PRs still get rolled up, but take priority on merge conflicts. If redoing this pr is trivial we can just keep things like they are tho |
Subtree update of
rustc-dev-guideto rust-lang/rustc-dev-guide@ebd7a5b.Created using https://github.com/rust-lang/josh-sync.
r? @ghost