-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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 11 pull requests #98632
Rollup of 11 pull requests #98632
Conversation
These used to be used by codegen-units tests, but were switched from manually specifying directories to just using `// incremental` in rust-lang#89101. Remove the old references.
This adapts llvm-wrapper for llvm/llvm-project@dacfa24, which removed ASanGlobalsMetadataAnalysis.
…doc-json, r=GuillaumeGomez rustdoc-json: Allow Typedef to be different in sanity assert Closes rust-lang#98547 This fix is a natural extension of rust-lang#98053. r? `@notriddle` (Since you reviewed the other PR.) CC `@GuillaumeGomez` `@rustbot` labels +A-rustdoc-json +T-rustdoc
…07, r=Mark-Simulacrum Add regression test for rust-lang#85907 closes rust-lang#85907
…acrum Remove references to `./tmp` in-tree These used to be used by codegen-units tests, but were switched from manually specifying directories to just using `// incremental` in rust-lang#89101. Remove the old references. Fixes rust-lang#34586.
…ue-80074, r=Mark-Simulacrum Add regression test for rust-lang#80074 closes rust-lang#80074
…=lnicola ⬆️ rust-analyzer r? ``@ghost``
…tant-generics, r=lcnr Fix ICE for associated constant generics Fixes rust-lang#98432
…e, r=notriddle Fix glob import ICE in rustdoc JSON format Fixes rust-lang#98003. r? `@notriddle`
…mulacrum Remove feature `const_option` from std This is part of the effort to reduce the number of unstable features used by std. This one is easy as it's only used in one place.
…lan-DPC Fix mir-opt wg name r? ``@ehuss``
llvm-wrapper: adapt for removal of the ASanGlobalsMetadataAnalysis LLVM API No functional changes intended. This adapts llvm-wrapper for llvm/llvm-project@dacfa24, which removed `ASanGlobalsMetadataAnalysis`. Found via our experimental rust + HEAD llvm bot: https://buildkite.com/llvm-project/rust-llvm-integrate-prototype/builds/11565#0181a72f-75bb-4378-88f0-4c0bca7d03fa/231-505.
fix typo in comment
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
Some changes occurred in src/librustdoc/clean/types.rs cc @camelid |
@bors r+ rollup=never p=11 |
📌 Commit 164c98e has been approved by |
☀️ Test successful - checks-actions |
Finished benchmarking commit (8308806): 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:
./tmp
in-tree #98564 (Remove references to./tmp
in-tree)const_option
from std #98617 (Remove featureconst_option
from std)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup