about summary refs log tree commit diff
path: root/src/librustdoc/passes/propagate_doc_cfg.rs
AgeCommit message (Expand)AuthorLines
2023-07-12Re-format let-else per rustfmt updateMark Rousskov-2/+3
2023-03-21rustdoc: Cleanup parent module tracking for doc linksVadim Petrochenkov-1/+2
2023-03-02rustc_middle: Remove trait `DefIdTree`Vadim Petrochenkov-1/+0
2023-01-26rustdoc: Stop using `HirId`sVadim Petrochenkov-9/+8
2022-09-24separate definitions and `HIR` ownersTakayuki Maeda-1/+1
2022-09-01Correctly merge impl block cfg attributes with its parentsGuillaume Gomez-20/+40
2022-08-28extend attrs if local_def_id existsTakayuki Maeda-2/+3
2022-08-25Fix missing cfg propagation for reexportsGuillaume Gomez-4/+35
2022-05-21Remove `crate` visibility modifier in libs, testsJacob Pratt-2/+2
2021-12-15Add module documentation for rustdoc passesJacob Hoffman-Andrews-0/+1
2021-04-27cfg taken out of Attributes, put in ItemTimothée Delabrouille-2/+2
2021-02-16Take `&mut DocContext` in passesJoshua Nelson-1/+1
2020-11-22Make `fold_item_recur` non-nullableJoshua Nelson-1/+1
2020-11-15Make all rustdoc functions and structs crate-privateJoshua Nelson-2/+2
2020-01-04Distinguish between private items and hidden items in rustdocDavid Tolnay-1/+1
2019-12-22Format the worldMark Rousskov-1/+1
2019-03-10Make the rustc driver and interface demand drivenJohn Kåre Alsaker-1/+1
2019-02-23merge early and late passes into single structAndy Russell-4/+7
2019-02-23Transition librustdoc to 2018 editionHirokazu Hata-4/+4
2018-12-25Remove licensesMark Rousskov-10/+0
2018-08-04strongly-typed passesQuietMisdreavus-0/+5
2018-07-24remove pluginmanagersteveklabnik-2/+1
2018-05-13Add a Rayon thread poolJohn Kåre Alsaker-4/+4
2017-08-10Implemented #[doc(cfg(...))].kennytm-0/+47