-
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 3 pull requests #121937
Rollup of 3 pull requests #121937
Conversation
…d check recursion in pattern matching
…limit.rs, r=Nadrieril Add new `pattern_complexity` attribute to add possibility to limit and check recursion in pattern matching Needed for rust-lang/rust-analyzer#9528. This PR adds a new attribute only available when running rust testsuite called `pattern_complexity` which allows to set the maximum recursion for the pattern matching. It is quite useful to ensure the complexity doesn't grow, like in `tests/ui/pattern/usefulness/issue-118437-exponential-time-on-diagonal-match.rs`. r? `@Nadrieril`
…strieb Add missing get_name for wasm::thread. Fixing rust-lang#121932 by implementing `get_name` in `wasm::thread::Thread`.
rustc_log: expose tracing-tree "wraparound" in an env var This would be RUSTC_LOG_WRAPTREE, but I am open to other names. r? `@oli-obk`
@bors r+ p=3 rollup=never |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR:
previous master: 9e73597e5a In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (2690737): comparison URL. Overall result: ❌ regressions - no action needed@rustbot label: -perf-regression Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
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.
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.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 650.216s -> 649.996s (-0.03%) |
Successful merges:
pattern_complexity
attribute to add possibility to limit and check recursion in pattern matching #121917 (Add newpattern_complexity
attribute to add possibility to limit and check recursion in pattern matching)r? @ghost
@rustbot modify labels: rollup
Create a similar rollup