Initial Josh pull - #1700
Open
Kobzol wants to merge 8 commits into
Open
Conversation
A fatal error that doesn't actually abort is indistinguishable from a regular error. And the only places where emit_almost_fatal is called, the produced FatalError is ignored.
This avoids a delayed bug if compilation is aborted between checking function ABIs and codegening all functions.
Some cleanups around fatal errors and delayed bugs With the aim of making it easier to move some compiler passes to different locations. And in particular to allow moving them across `has_errors_or_delayed_bugs` calls. This is a prerequisite for a local change that improves the effectiveness of cargo build pipelining. Fixes rust-lang/rust#152204
…uwer Rollup of 7 pull requests Successful merges: - rust-lang/rust#162581 (Subtree sync for rustc_codegen_cranelift) - rust-lang/rust#160831 (re-equate the object bound's trait ref with the goal's when considering object bounds) - rust-lang/rust#162057 (Some cleanups around fatal errors and delayed bugs) - rust-lang/rust#162437 (fix(traits): Remove expression references from index suggestions) - rust-lang/rust#162534 (Fix run-make/prune-link-args to work with MinGW) - rust-lang/rust#162554 (Attemped fix for home dir problem on `dist-aarch64-llvm-mingw`) - rust-lang/rust#162576 (doc: Fix external mention of signum() return value regarding NaNs)
This updates the rust-version file to ca0a6473ffde01deb7fce24cc04864cf723e14a0.
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: rust-lang/rust@ca0a647 Filtered ref: rust-lang/rustc_codegen_cranelift@66664f8 Upstream diff: rust-lang/rust@...ca0a647 This merge was created using https://github.com/rust-lang/josh-sync.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Initial Josh pull created using
rustc-josh-sync pull --allow-noop, using Josh r26.08.28.