-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Rollup of 12 pull requests #140695
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 12 pull requests #140695
Conversation
Move the public `CommandEnvs` into the `process` module (and make it a wrapper type for an internal iterator type) and everything else into `sys::process` as per rust-lang#117276.
This fixes issues with RustAnalyzer not finding stable_mir crate. It is also part of the long term architecture plan for these crates, since we are moving towards having stable_mir depend on rustc_smir and not the other way around. I believe this is an utility function that will come handy eventually for stable_mir users, but I'm keeping it as part of rustc_internal since it initializes the StableMir context and requires `TyCtxt`. Finally, I added the rustc_internal crate under a feature since the APIs from this module shall not be stabilized.
…at the top level
…f files at the top level
…s at the top level
Co-authored-by: Jubilee <workingjubilee@gmail.com>
This is a routine update to pull in some fixes and updates. Changelog: https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md#mdbook-0449
This also causes the coverage-dump unit tests to run in CI and `./x test` by default.
Actually printing the filenames is deferred to a subsequent commit that will simultaneously bless all affected tests.
@bors r+ rollup=never p=5 |
☀️ Test successful - checks-actions |
What is this?This is an experimental post-merge analysis report that shows differences in test outcomes between the merged PR and its parent PR.Comparing 7295b08 (parent) -> 651e9cf (this PR) Test differencesShow 2291 test diffsStage 1
Stage 2
(and 1301 additional test diffs) Additionally, 890 doctest diffs were found. These are ignored, as they are noisy. Job group index
Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard 651e9cf327358b28db7e37a2ae61727f4a2ef232 --output-dir test-dashboard And then open Job duration changes
How to interpret the job duration changes?Job durations can vary a lot, based on the actual runner instance |
📌 Perf builds for each rolled up PR:
previous master: 7295b08a17 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (651e9cf): comparison URL. Overall result: ❌✅ regressions and improvements - no action needed@rustbot label: -perf-regression Instruction countThis is the most reliable metric that we have; it was used to determine the overall result at the top of this comment. However, even this metric can sometimes exhibit noise.
Max RSS (memory usage)Results (primary 0.5%, secondary 2.6%)This 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.
CyclesResults (primary -0.1%)This 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: 771.005s -> 771.17s (0.02%) |
Successful merges:
-Zremap-path-scope
rmeta handling #139550 (Fix-Zremap-path-scope
rmeta handling)Iterator::last
forvec::IntoIter
#139773 (ImplementIterator::last
forvec::IntoIter
)sys_common::process
#140393 (std: get rid ofsys_common::process
)stable_mir
crate #140532 (Fix RustAnalyzer discovery of rustc'sstable_mir
crate)utf8_chunks
andIterator::take
#140598 (Steer docs toutf8_chunks
andIterator::take
)r? @ghost
@rustbot modify labels: rollup
Create a similar rollup