-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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 7 pull requests #109986
Rollup of 7 pull requests #109986
Conversation
OpenHarmony uses emulated TLS, which doesn't link properly when using thread-local variables across crate boundaries with `-C prefer-dynamic`. This PR makes thread_local! use pthreads directly instead.
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
…chenkov Deny `use`ing tool paths Fixes rust-lang#109853 Fixes rust-lang#109147
…tic, r=eholk Don't ICE when encountering `dyn*` in statics or consts Since we have properly implemented `dyn*` support in CTFE (rust-lang#107728), let's not ICE here anymore. Fixes rust-lang#105777 r? `@eholk`
…sleywiser Disable `has_thread_local` on OpenHarmony OpenHarmony uses emulated TLS, which doesn't link properly when using thread-local variables across crate boundaries with `-C prefer-dynamic`. This PR makes thread_local! use pthreads directly instead.
write threads info into log only when debugging The current tracing log will unconditionally write thread information during parallel compilation, which sometimes confuses some normal output log information This fixes the UI test failure of: ``` [ui] tests/ui/consts/const_in_pattern/issue-73431.rs ``` Updates rust-lang#75760
…errors Add regression test for rust-lang#80409 r? ``@compiler-errors`` Closes rust-lang#80409
…errors Add regression test for rust-lang#86351 r? `@compiler-errors` Closes rust-lang#86351
…mall-screen, r=notriddle rustdoc: Improve logo display very small screen Before: ![Screenshot from 2023-04-05 16-56-33](https://user-images.githubusercontent.com/3050060/230125438-c63c8de1-923c-4534-adf1-bdef02e402a9.png) After: ![Screenshot from 2023-04-05 16-57-17](https://user-images.githubusercontent.com/3050060/230125467-d3d46878-373a-4f8a-8554-1bb8c4baf46d.png) r? `@notriddle`
@bors r+ p=7 rollup=never |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR: previous master: 2eaeb1eee1 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (8c7ad16): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesThis benchmark run did not return any relevant results for this metric. |
Successful merges:
use
ing tool paths #109909 (Denyuse
ing tool paths)dyn*
in statics or consts #109921 (Don't ICE when encounteringdyn*
in statics or consts)has_thread_local
on OpenHarmony #109922 (Disablehas_thread_local
on OpenHarmony)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup