-
Notifications
You must be signed in to change notification settings - Fork 13k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rollup of 5 pull requests #107456
Rollup of 5 pull requests #107456
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`.
@bors rollup=never p=5 r+ |
⌛ Testing commit 4439845 with merge 0cc3981f3360aa058be28ee501a4dfb3a84edb18... |
💔 Test failed - checks-actions |
The job Click to see the possible cause of the failure (guessed by this bot)
|
@bors retry it seems spurious?? |
⌛ Testing commit 4439845 with merge 7d39879c2f7cc4465b8e21dbe1945ded0d5b6ba5... |
💔 Test failed - checks-actions |
The job Click to see the possible cause of the failure (guessed by this bot)
|
Successful merges:
branch.{branch}.remote=origin
togit submodule update
#106106 (Passbranch.{branch}.remote=origin
togit submodule update
)unsizing_params_for_adt
into a query #107146 (Makeunsizing_params_for_adt
into a query){Rc, Arc}::get_mut_unchecked
docs #107452 (Fix typo in{Rc, Arc}::get_mut_unchecked
docs)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup