rustbot · GitHub

@rustbot rustbot added A-run-make

Area: port run-make Makefiles to rmake.rs

S-waiting-on-review

Status: Awaiting review from the assignee but also interested parties.

T-compiler

Relevant to the compiler team, which will review and decide on the PR/issue.

T-rustdoc

Relevant to the rustdoc team, which will review and decide on the PR/issue.

labels

Jul 9, 2026

@rustbot rustbot added O-wasi

Operating system: Wasi, Webassembly System Interface

O-wasm

Target: WASM (WebAssembly), http://webassembly.org/

O-windows

Operating system: Windows

labels

Jul 9, 2026

@GuillaumeGomez

@GuillaumeGomez

fmease

@GuillaumeGomez

@GuillaumeGomez

@GuillaumeGomez

@GuillaumeGomez

rust-bors Bot pushed a commit that referenced this pull request

Aug 4, 2026
[rustdoc] Do not take `doc(cfg())` into account when filtering doctests
try-job: x86_64-msvc-1
try-job: pr-check-2
try-job: aarch64-apple

@GuillaumeGomez

rust-bors Bot pushed a commit that referenced this pull request

Aug 5, 2026
[rustdoc] Do not take `doc(cfg())` into account when filtering doctests
try-job: x86_64-msvc-1
try-job: pr-check-2
try-job: aarch64-apple

@rust-bors rust-bors Bot added S-waiting-on-bors

Status: Waiting on bors to run and complete tests. Bors will change the label on completion.

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, 2026

Merged

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-bors

rust-timer added a commit that referenced this pull request

Aug 6, 2026
Rollup 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

pull Bot pushed a commit to LeeeeeeM/miri that referenced this pull request

Aug 6, 2026

@GuillaumeGomez

Open

Read the original on github.com ↗