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
/
collapse_docs.rs
Age
Commit message (
Expand
)
Author
Lines
2021-01-02
Remove unused collapse pass
Guillaume Gomez
-14
/
+0
2021-01-02
End of rework of Attributes struct
Guillaume Gomez
-60
/
+2
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
-3
/
+3
2020-10-11
Show summary lines on cross-crate re-exports
Joshua Nelson
-1
/
+4
2020-10-03
Change DocFragments from enum variant fields to structs with a nested enum
Joshua Nelson
-37
/
+12
2020-01-04
Distinguish between private items and hidden items in rustdoc
David Tolnay
-1
/
+1
2019-12-22
Format the world
Mark Rousskov
-10
/
+10
2019-08-11
Store typed Passes
Mark Rousskov
-1
/
+3
2019-07-01
Fix import of take in collapse_docs.rs
Chris Gregory
-1
/
+1
2019-07-01
Convert more usages over
Chris Gregory
-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
-3
/
+5
2019-02-23
move collapse and unindent docs passes earlier
Andy Russell
-2
/
+3
2019-02-23
Transition librustdoc to 2018 edition
Hirokazu Hata
-4
/
+5
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
2017-11-21
allow loading external files in documentation
QuietMisdreavus
-9
/
+63
2016-11-24
rustdoc: use libsyntax ast::Attribute instead of "cleaning" them.
Eduard-Mihai Burtescu
-22
/
+15
2016-09-25
Move in-pass-function structs and impls outside functions.
Corey Farwell
-22
/
+24
2016-09-25
Separate rustdoc passes into separate modules.
Corey Farwell
-0
/
+45