summary refs log tree commit diff
path: root/src/librustdoc/passes/collapse_docs.rs
AgeCommit message (Collapse)AuthorLines
2017-11-21allow loading external files in documentationQuietMisdreavus-9/+63
Partial implementation of https://github.com/rust-lang/rfcs/pull/1990 (needs error reporting work) cc #44732
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
Now that each pass has its own module, there's not much of a reason to keep these structs within the functions.
2016-09-25Separate rustdoc passes into separate modules.Corey Farwell-0/+45