-
Couldn't load subscription status.
- Fork 13.9k
Rollup of 10 pull requests #99203
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 10 pull requests #99203
Conversation
Closes rust-lang#96189 Closes rust-lang#96189 Everything is `Clone, Debug, PartialEq, Eq, Hash, Serialize, Deserialize` except `Crate` and `Item` which arn't `Hash`, as they have `HashMap`'s. See linked issue for reasoning.
rustdoc-json-types: Clean up derives. Closes rust-lang#96189 Everything is `Clone, Debug, PartialEq, Eq, Hash, Serialize, Deserialize` except `Crate` and `Item` which arn't `Hash`, as they have `HashMap`'s. See linked issue for reasoning. ``@rustbot`` modify labels: +T-rustdoc +A-rustdoc-json
Build the Clippy book as part of x.py doc r? ``@ehuss`` since you said you would be interested in helping moving this forward. cc ``@jyn514`` as part of the bootstrap team.
…non_exhaustive, r=oli-obk check non_exhaustive attr and private fields for transparent types Fixes rust-lang#78586.
Add some autolabels for A-bootstrap and T-infra
Clarify that [iu]size bounds were only defined for the target arch
Use CSS variables to handle theming (part 2) Follow-up of rust-lang#98460. As usual, there shouldn't be any UI change. You can test it [here](https://rustdoc.crud.net/imperio/css-theme-var/bar/index.html). r? `@jsha`
…13, r=Dylan-DPC Add regression test for rust-lang#74713 closes rust-lang#74713
…=lnicola ⬆️ rust-analyzer r? ``@ghost``
…r-a, r=jyn514 Mention rust-analyzer maintainers when `proc_macro` bridge is changed rust-analyzer vendors a modified copy of the `proc_macro` crate in order to expand procedural macros built by Cargo. Since the ABI used by proc macros can change, we need to follow along with those changes. Getting notified when the proc macro bridge changes should make that easier, since that's what defines the ABI. cc ```@rust-lang/wg-rls-2```
…r=nikic llvm-wrapper: adapt for LLVM API change This adapts RustWrapper's ` LLVMRustInlineAsmVerify` for LLVM commit llvm/llvm-project@00797b8.
|
@bors r+ p=10 rollup=never |
|
☀️ Test successful - checks-actions |
|
Finished benchmarking commit (ca4e394): comparison url. Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)Results
CyclesResults
If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression Footnotes |
Successful merges:
assertion failed: !value.has_escaping_bound_vars()#74713)proc_macrobridge is changed #99183 (Mention rust-analyzer maintainers whenproc_macrobridge is changed)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup