summary refs log tree commit diff
path: root/src/librustdoc/passes/collapse_docs.rs
AgeCommit message (Expand)AuthorLines
2020-01-04Distinguish between private items and hidden items in rustdocDavid Tolnay-1/+1
2019-12-22Format the worldMark Rousskov-10/+10
2019-08-11Store typed PassesMark Rousskov-1/+3
2019-07-01Fix import of take in collapse_docs.rsChris Gregory-1/+1
2019-07-01Convert more usages overChris Gregory-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-3/+5
2019-02-23move collapse and unindent docs passes earlierAndy Russell-2/+3
2019-02-23Transition librustdoc to 2018 editionHirokazu Hata-4/+5
2018-12-25Remove licensesMark Rousskov-10/+0
2018-08-04strongly-typed passesQuietMisdreavus-0/+5
2018-07-24remove pluginmanagersteveklabnik-2/+1
2017-11-21allow loading external files in documentationQuietMisdreavus-9/+63
2016-11-24rustdoc: use libsyntax ast::Attribute instead of "cleaning" them.Eduard-Mihai Burtescu-22/+15
2016-09-25Move in-pass-function structs and impls outside functions.Corey Farwell-22/+24
2016-09-25Separate rustdoc passes into separate modules.Corey Farwell-0/+45