about summary refs log tree commit diff
path: root/src/rustdoc/extract.rs
AgeCommit message (Collapse)AuthorLines
2012-01-16rustdoc: Remove attribute parsing from extract moduleBrian Anderson-11/+15
2012-01-16rustdoc: CleanupBrian Anderson-1/+0
2012-01-16rustdoc: Set the crate name in the top moduleBrian Anderson-9/+19
2012-01-16rustdoc: Attach the AST node id to fndocsBrian Anderson-2/+11
2012-01-16rustdoc: Wire up the doc extractor to attribute parserBrian Anderson-8/+2
2012-01-16rustdoc: Build mod and fn nodes from the ASTBrian Anderson-6/+95
2012-01-16rustdoc: Add extract module for building doc model from ASTBrian Anderson-0/+22