index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustdoc
/
passes
/
propagate_doc_cfg.rs
Age
Commit message (
Expand
)
Author
Lines
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-2
/
+3
2023-03-21
rustdoc: Cleanup parent module tracking for doc links
Vadim Petrochenkov
-1
/
+2
2023-03-02
rustc_middle: Remove trait `DefIdTree`
Vadim Petrochenkov
-1
/
+0
2023-01-26
rustdoc: Stop using `HirId`s
Vadim Petrochenkov
-9
/
+8
2022-09-24
separate definitions and `HIR` owners
Takayuki Maeda
-1
/
+1
2022-09-01
Correctly merge impl block cfg attributes with its parents
Guillaume Gomez
-20
/
+40
2022-08-28
extend attrs if local_def_id exists
Takayuki Maeda
-2
/
+3
2022-08-25
Fix missing cfg propagation for reexports
Guillaume Gomez
-4
/
+35
2022-05-21
Remove `crate` visibility modifier in libs, tests
Jacob Pratt
-2
/
+2
2021-12-15
Add module documentation for rustdoc passes
Jacob Hoffman-Andrews
-0
/
+1
2021-04-27
cfg taken out of Attributes, put in Item
Timothée Delabrouille
-2
/
+2
2021-02-16
Take `&mut DocContext` in passes
Joshua Nelson
-1
/
+1
2020-11-22
Make `fold_item_recur` non-nullable
Joshua Nelson
-1
/
+1
2020-11-15
Make all rustdoc functions and structs crate-private
Joshua Nelson
-2
/
+2
2020-01-04
Distinguish between private items and hidden items in rustdoc
David Tolnay
-1
/
+1
2019-12-22
Format the world
Mark Rousskov
-1
/
+1
2019-03-10
Make the rustc driver and interface demand driven
John Kåre Alsaker
-1
/
+1
2019-02-23
merge early and late passes into single struct
Andy Russell
-4
/
+7
2019-02-23
Transition librustdoc to 2018 edition
Hirokazu Hata
-4
/
+4
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-08-04
strongly-typed passes
QuietMisdreavus
-0
/
+5
2018-07-24
remove pluginmanager
steveklabnik
-2
/
+1
2018-05-13
Add a Rayon thread pool
John Kåre Alsaker
-4
/
+4
2017-08-10
Implemented #[doc(cfg(...))].
kennytm
-0
/
+47