summary refs log tree commit diff
path: root/src/rustdoc/extract.rs
AgeCommit message (Expand)AuthorLines
2012-01-18rustdoc: Put fn docs inside fn bodiesBrian Anderson-1/+3
2012-01-17rustdoc: Add rustdocsBrian Anderson-2/+3
2012-01-17rustdoc: Remove iface. Causing random crashes in resolve?Brian Anderson-5/+3
2012-01-16rustdoc: Add extract::from_srv to extract a doc from an astsrvBrian Anderson-1/+21
2012-01-16rustdoc: Remove unused import from extract moduleBrian Anderson-1/+0
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