Uh oh!
There was an error while loading. Please reload this page.
Rollup of 4 pull requests - #95999
Conversation
…rk-Simulacrum Always use system `python3` on MacOS This PR includes 2 changes: 1. Always use the system Python found at `/usr/bin/python3` on MacOS 2. Removes the hard requirement on having `python` in your system path if you didn't specify alternatives. The proposed change will instead attempt to find and use in order: `python` -> `python3` -> `python2`. This change isn't strictly necessary but without any change to this check, the original issue inspiring this change will still exist. Fixesrust-lang#95204 r? ```@jyn514```
…s-screenshot-link, r=Dylan-DPC Fix broken link in coverage tools docs During stabilization the link to example screenshot wad not updated, making rendered docs somewhat less useful. Move that screenshot from unstable book into rustc docs and make documentation point to that new place. Also remove `/img` in unstable book since there are no more any files there.
Fix spelling in docs for `can_not_overflow` Introduced in rust-lang#95399
…compiler-errors diagnostics: regression test for spurrious "help: store this in the heap" Closesrust-lang#82446
Dylan-DPC
commented
Apr 13, 2022
@bors r+ rollup=never p=5 |
bors
commented
Apr 13, 2022
📌 Commit 2b4c4df has been approved by |
bors
commented
Apr 13, 2022
⌛ Testing commit 2b4c4df with merge 51c5e14ef798ec6488a0b64d6af832e73fdb0a00... |
bors
commented
Apr 13, 2022
💔 Test failed - checks-actions |
rust-log-analyzer
commented
Apr 13, 2022
The job Click to see the possible cause of the failure (guessed by this bot) |
Dylan-DPC
commented
Apr 13, 2022
@bors retry |
bors
commented
Apr 13, 2022
bors
commented
Apr 13, 2022
☀️ Test successful - checks-actions |
rust-timer
commented
Apr 13, 2022
Finished benchmarking commit (b768f24): comparison url. Summary:
If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. Next Steps: If you can justify the regressions found in this perf run, please indicate this with @rustbot label: +perf-regression Footnotes |
pnkfelix
commented
Apr 19, 2022
Visiting for weekly performance triage. This had no primary regressions; for secondary, it caused a 1.2% regression on externs incr-full, in debug and opt variants. It also caused a 0.5% regression on tt-muncher (opt full). I don't see any reason why the PRs in this rollup would have anything to do with that regression. @rustbot label +perf-regression-triaged |
Successful merges:
python3on MacOS #95441 (Always use systempython3on MacOS)can_not_overflow#95984 (Fix spelling in docs forcan_not_overflow)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup