about summary refs log tree commit diff
path: root/src/rustdoc/rustdoc.rc
AgeCommit message (Expand)AuthorLines
2012-02-03rustdoc: Add various sorting passesBrian Anderson-1/+3
2012-01-31rustdoc: Split the pruning of undocumented branches into two passesBrian Anderson-1/+2
2012-01-29rustdoc: Add a sorting passBrian Anderson-0/+1
2012-01-24rustdoc: Add a pass to normalize indentation levels in doc commentsBrian Anderson-0/+1
2012-01-24rustdoc: Extract a general apply-function-to-strings pass from trim_passBrian Anderson-0/+1
2012-01-24rustdoc: Add a demo module with some test docsBrian Anderson-0/+1
2012-01-24rustdoc: Rename gen module to markdown_passBrian Anderson-1/+1
2012-01-24rustdoc: Add a pass to trim whitespace from docsBrian Anderson-0/+1
2012-01-24rustdoc: Add a pass that extracts brief docs from long docsBrian Anderson-0/+1
2012-01-23rustdoc: Prune unexported items from the doc treeBrian Anderson-0/+1
2012-01-23Change rustc and rustdoc's #[desc] attribute to #[comment]Brian Anderson-1/+1
2012-01-23Revert "rustdoc: Get the crate brief description from the 'desc' attr"Brian Anderson-0/+2
2012-01-23rustdoc: Get the crate brief description from the 'desc' attrBrian Anderson-2/+0
2012-01-19rustdoc: Add path_pass for recording full paths to modsBrian Anderson-0/+1
2012-01-17rustdoc: CleanupBrian Anderson-1/+5
2012-01-16rustdoc: Add a pass to prune undocumented itemsBrian Anderson-0/+1
2012-01-16rustdoc: Move fst and snd into util modBrian Anderson-0/+1
2012-01-16rustdoc: Add module astsrv to provide access to the (non-sendable) ASTBrian Anderson-1/+2
2012-01-16rustdoc: Add attr_pass for extracting attributesBrian Anderson-0/+1
2012-01-16rustdoc: Add tystr_pass module for extracting type stringsBrian Anderson-1/+2
2012-01-16rustdoc: Add fold moduleBrian Anderson-1/+2
2012-01-16rustdoc: Move parse_compound_fndoc into mod attr_parserBrian Anderson-0/+1
2012-01-16rustdoc: Add extract module for building doc model from ASTBrian Anderson-0/+1
2012-01-16rustdoc: Move markdown-writing functions into gen moduleBrian Anderson-1/+2
2012-01-16rustdoc: Move document model into doc moduleBrian Anderson-1/+2
2012-01-16rustdoc: Move parse module to its own fileBrian Anderson-0/+2
2012-01-15rustdoc: Add a crate fileBrian Anderson-0/+8