-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Rollup of 6 pull requests #141906
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 #141906
Conversation
Normally I refrain from nit picking, but this seamed worth it.
Small typo and style fixes in binders.md
The order might have been reversed at some point, leading to the two chapters talking about each other in the wrong order.
Fix misdirected link for `TypingEnv`
Update links between ty-module and binders
Make it clear we talk about early bound params
It does not do any line matching, so it should be separated from the other types.
Now that CI has been finally migrated to `rust-lang/rust`.
document why rustdoc cannot look at function bodies
rustdoc.md: reorder list so test suites are not split up
…-lang-ci Remove mentions of rust-lang-ci/rust
Update `rustc_on_unimplemented` docs
…s-yes Flesh out sections about crashes tests and update mentions of glacier
Link normalization chapter
Add time reference and tracking info for trait system refactor
This effort is blocked, so pointing new contributors here would be setting them up for failure. https://rust-lang.zulipchat.com/#narrow/channel/266220-t-rustdoc/topic/about.3A.20status.20of.20askama.20migration/with/497389045
Add opaque type attributes
Fix link to GatherBorrows
They couldn't be executed locally before due to some additional environment reads.
allow macro_use as first segment Fixes rust-lang#140255 This issue may raise a question: It's reasonable an external crate name or import target be legally named `macro_use`?
…sgx_maintainers, r=Noratrieb [RTE-484] Update SGX maintainers `@mzohreva` is no longer with Fortanix. We need to change the SGX maintainers accordingly.
…n-crate, r=petrochenkov Fix false positive lint error from no_implicit_prelude attr Fixes rust-lang#141785 r? `@petrochenkov`
rustc-dev-guide subtree update r? `@ghost`
tshepang has a new email
Fix citool tests when executed locally They couldn't be executed locally before due to some additional environment reads. I also investigated the annoying rebuilds that we see on CI all the time, and they are caused by `ring`'s build script. It should be fixed in the next ring release (briansmith/ring#2525), so we can just wait for that and then update `ring`. r? `@marcoieni`
@bors r+ rollup=never p=5 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR:
previous master: 2398bd60ef In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
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 2398bd6 (parent) -> 449c801 (this PR) Test differencesShow 8 test diffsStage 1
Stage 2
Job group index
Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard 449c801783ecef2aad3ae03d6c9e4ac007de7d4b --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 |
Finished benchmarking commit (449c801): comparison URL. Overall result: ✅ 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 1.8%, secondary -0.4%)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 (secondary -0.5%)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: 743.192s -> 744.828s (0.22%) |
Successful merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup