-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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 #110919
Rollup of 7 pull requests #110919
Conversation
It exists and is pretty cool. More people should use it.
…gure, r=albertlarsan68 configure --set support list as arguments Fixes rust-lang#109316 r? `@jyn514`
…d, r=thomcc Document `const {}` syntax for `std::thread_local`. It exists and is pretty cool. More people should use it. It was added in rust-lang#83416 and stabilized in rust-lang#91355 with the tracking issue rust-lang#84223.
format panic message only once Formatting the panic message multiple times can cause problems for some real-world crates, so here's a test to ensure that we don't do that. This was regressed in rust-lang#109507 and reverted in rust-lang#110782. fixes rust-lang#110717 fixes rust-itertools/itertools#694
refactor(docs): remove macro resolution fallback close rust-lang#110879 r?`@jyn514`
…ler-errors remove inline const deadcode in typeck inline consts get typeck'd with their parent so this is not reachable
…-key, r=cuviper Remove unused std::sys_common::thread_local_key::Key Part of rust-lang#110897 This `Key` type seems unused. Let's remove it and see if anything explodes. :)
…rwin, r=jyn514 Skip `rustc` version detection on macOS Fixes rust-lang#104723
@bors r+ p=7 rollup=never |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR: previous master: 9a3258fa52 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (033aa09): 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)This benchmark run did not return any relevant results for this metric. CyclesResultsThis 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.
|
Successful merges:
const {}
syntax forstd::thread_local
. #110620 (Documentconst {}
syntax forstd::thread_local
.)rustc
version detection on macOS #110909 (Skiprustc
version detection on macOS)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup