Rollup of 5 pull requests#107456
Closed
compiler-errors wants to merge 11 commits intorust-lang:masterfrom
Closed
Conversation
This works around a bug in git itself; see rust-lang#101144.
This fixes rust-lang#96928 by setting the RUST_SAVE_ANALYSIS_CONFIG environment variable for run-pass tests in order to change the location where the result of the analysis is saved.
See rust-lang#45041 for the removal of the target (le32-unknown-nacl).
- `target_os=watchos`: no longer relevant because there are now proper targets `*-apple-watchos` - `target_arch=nvptx64`: `nvptx64-nvidia-cuda` - `target_arch=le32`: target was removed (rust-lang#45041) - `release`: was removed from rustfmt (rust-lang/rustfmt#5375 and rust-lang/rustfmt#5449) - `dont_compile_me`: was removed from stdarch (rust-lang/stdarch#1308) Also made some external cfg exception mode clear and only activated for rustc and rustc tools (as to not have the Standard Library unintentionally depend on them).
…ark-Simulacrum
Pass `branch.{branch}.remote=origin` to `git submodule update`
This works around a bug in git itself.
Fixes rust-lang#101144.
…ests, r=Mark-Simulacrum Set RUST_SAVE_ANALYSIS_CONFIG env variable for run-pass tests This fixes rust-lang#96928 by setting the RUST_SAVE_ANALYSIS_CONFIG environment variable for run-pass tests in order to change the location where the result of the analysis is saved.
…k-cfgs, r=Mark-Simulacrum bootstrap: cleanup the list of extra check cfgs This PR performs some cleanups on the `EXTRA_CHECK_CFGS` list in bootstrap. - `target_os=watchos`: no longer relevant because there are now proper targets `*-apple-watchos` - `target_arch=nvptx64`: target `nvptx64-nvidia-cuda` makes it useless - `target_arch=le32`: target was removed (rust-lang#45041) - `release`: was removed from rustfmt (rust-lang/rustfmt#5375 and rust-lang/rustfmt#5449) - `dont_compile_me`: was removed from stdarch (rust-lang/stdarch#1308) Also made some external cfg exception mode clear and only activated for rustc and rustc tools (as to not have the Standard Library unintentionally depend on them).
…=cjgillot Make `unsizing_params_for_adt` into a query Addresses a FIXME in confirmation. r? `@ghost`
…-Simulacrum
Fix typo in `{Rc, Arc}::get_mut_unchecked` docs
Just a correction in the documentation of `{Rc, Arc}::get_mut_unchecked`.
Contributor
Author
|
@bors rollup=never p=5 r+ |
Collaborator
Collaborator
|
⌛ Testing commit 4439845 with merge 0cc3981f3360aa058be28ee501a4dfb3a84edb18... |
Collaborator
|
💔 Test failed - checks-actions |
Collaborator
|
The job Click to see the possible cause of the failure (guessed by this bot) |
Contributor
Author
|
@bors retry it seems spurious?? |
Collaborator
|
⌛ Testing commit 4439845 with merge 7d39879c2f7cc4465b8e21dbe1945ded0d5b6ba5... |
Collaborator
|
💔 Test failed - checks-actions |
Collaborator
|
The job Click to see the possible cause of the failure (guessed by this bot) |
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.
Successful merges:
branch.{branch}.remote=origintogit submodule update#106106 (Passbranch.{branch}.remote=origintogit submodule update)unsizing_params_for_adtinto a query #107146 (Makeunsizing_params_for_adtinto a query){Rc, Arc}::get_mut_uncheckeddocs #107452 (Fix typo in{Rc, Arc}::get_mut_uncheckeddocs)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup