-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Rollup of 6 pull requests #123171
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 6 pull requests #123171
Conversation
…sts on that target
…lwoerister Function ABI is irrelevant for reachability
…ns, r=fmease Don't check match scrutinee of postfix match for unused parens We only check the scrutinees of block-like constructs and a few others (return/index/assign/method calls). Just don't do it for postfix match at all. Fixes rust-lang#123064 r? fmease
…s, r=clubby789 Use compiletest directives instead of manually checking TARGET / tools Changes: - Accept `ignore-wasm32-wasip1` and `needs-wasmtime` directives. - Add support for needing `wasmtime` as a runner. - Update wasm/compiler_builtin tests to use compiletest directives over manual checks.
remove `def_id_to_node_id` in ast lowering
…ddle Correctly get complete intra-doc link data Fixes rust-lang#123158. The problem was that we didn't take into account cases where there would be content other than backticks into the intra doc link definition. r? `@notriddle`
Bump Unicode printables to version 15.1, align to unicode_data r? `@Manishearth` Thanks!
@bors r+ rollup=never p=6 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR:
previous master: 929bceeaf8 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (ba52720): comparison URL. Overall result: ✅ improvements - 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.
CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 668.937s -> 670.106s (0.17%) |
Looks to be just the good side of bimodality, not actual changes. |
Successful merges:
def_id_to_node_id
in ast lowering #123160 (removedef_id_to_node_id
in ast lowering)r? @ghost
@rustbot modify labels: rollup
Create a similar rollup