rustbot
added
A-run-make
labels
Jul 9, 2026
Operating system: Wasi, Webassembly System Interface
Target: WASM (WebAssembly), http://webassembly.org/
Operating system: Windows
labels
Jul 9, 2026rust-bors Bot pushed a commit that referenced this pull request
Aug 4, 2026rust-bors Bot pushed a commit that referenced this pull request
Aug 5, 2026
rust-bors
Bot
added
S-waiting-on-bors
and removed S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.labels
Aug 5, 2026Merged
rust-bors Bot pushed a commit that referenced this pull request
Aug 5, 2026…uwer Rollup of 12 pull requests Successful merges: - #159014 ([rustdoc] Do not take `doc(cfg())` into account when filtering doctests) - #159029 (rustc_llvm: Emit module summaries when using -Clto=fat) - #160574 (Update rustc-perf submodule) - #154585 (treat no_mangle_generic_items as hard error instead of lint warning) - #159473 (Fix, simplify, and document doc meta finalize mode) - #157489 (Add CoerceShared field-wise reborrow WF checks) - #160532 (Add Enzyme bugfix to support rust+llvm23) - #160545 (Reorder the methods in `#[rustc_must_implement_one_of]`) - #160558 (Revert "codegen_ssa: no dbginfo for scalable vec local w/ `-O0`") - #160566 (Re-enable bool indexing assembly test for LLVM 23) - #160569 (Remove `OnDuplicate::Custom`) - #160576 ([rustdoc] Create output file after we checked that the standalone markdown file is valid)
rust-timer added a commit that referenced this pull request
Aug 6, 2026Rollup merge of #159014 - GuillaumeGomez:doc-cfg-filter-doctest, r=Urgau [rustdoc] Do not take `doc(cfg())` into account when filtering doctests Part of #147033. Because it was using the `extract_cfg_from_attrs` common function, it was taking into account the `doc(cfg())` attributes the same as if they were a `cfg`. I didn't mark this PR as "fix" because I didn't handle the case of the doctest not being marked as ignored because I'm not sure if we should revisit the fact that we ignore these doctests or if we should just mark them as ignored (because of `target_feature(enable = "...")`). Setting @fmease as reviewer as they are likely the only one with context about this issue. 😆 r? @fmease
github-actions Bot pushed a commit to rust-lang/stdarch that referenced this pull request
Aug 6, 2026