-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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 8 pull requests #104902
Rollup of 8 pull requests #104902
Conversation
It's misleading unless it gets changed to respond to being clicked.
text #fff on background #fdffd3 fails the [WCAG color contrast checker], and seems like a mistake in 16b5590. [WCAG color contrast checker]: https://accessibleweb.com/color-contrast-checker/
move 2 candidates into builtin candidate having separate candidates for these isn't too helpful i think r? types
…rochenkov Clarify `SyntaxExtensionKind::LegacyDerive`. It's always treated the same as `SyntaxExtensionKind::Derive`.
…h726 rustc_codegen_ssa: write `.dwp` in a streaming fashion When writing a `.dwp` file, rustc writes to a Vec first then to a BufWriter-wrapped file. It seems very likely that we can write in a streaming fashion to avoid double buffering in an intermediate Vec. On my Linux machine, `.dwp` from the latest rust-lang/cargo is 113MiB. It may worth a stream writer, though I didn't do any benchmark 🙇🏾♂️.
…_associated_types_in, r=lcnr Use infcx.partially_normalize_associated_types_in r? ``@lcnr``
Fix typo in miri sysroot r? ``@RalfJung``
… r=GuillaumeGomez jsondoclint: Recognise Typedef as valid kind for Type::ResolvedPath Closes rust-lang#104851 r? ``@GuillaumeGomez`` ``@rustbot`` modify labels: +A-testsuite
…hared-assets, r=jyn514 rustbuild: Don't build doc::SharedAssets when building JSON docs. Previously, running `./x doc library/core/ --json` on a plain build would panic bootstrap. ``` $ ./x doc library/core/ --json Building rustbuild Blocking waiting for file lock on package cache Compiling bootstrap v0.0.0 (/home/nixon/dev/rust/rust/src/bootstrap) Finished dev [unoptimized] target(s) in 4.47s thread 'main' panicked at 'fs::write(&version_info, &info) failed with No such file or directory (os error 2) ("/home/nixon/dev/rust/rust/build/x86_64-unknown-linux-gnu/doc/version_info.html")', doc.rs:410:13 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace Build completed unsuccessfully in 0:00:04 ``` Becuase the `SharedAssets` step assumes that the HTML out dir has been created. This isn't true for JSON. The fix is to not build shared assets when doing a JSON doc build, as it doesn't need them. r? ``@jyn514`` ``@rustbot`` modify labels: +A-rustdoc-json
…llaumeGomez rustdoc: fix broken tooltip CSS text `#ffffff` on background `#fdffd3` fails the [WCAG color contrast checker], and seems like a mistake in rust-lang@16b5590. Making the cursor a pointer is misleading, since clicking it doesn't do anything. [WCAG color contrast checker]: https://accessibleweb.com/color-contrast-checker/
@bors r+ rollup=never p=8 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR: previous master: 051cab2b84 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (8681d4c): 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.
CyclesThis benchmark run did not return any relevant results for this metric. |
Successful merges:
SyntaxExtensionKind::LegacyDerive
. #104760 (ClarifySyntaxExtensionKind::LegacyDerive
.).dwp
in a streaming fashion #104797 (rustc_codegen_ssa: write.dwp
in a streaming fashion)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup