summary refs log tree commit diff
path: root/src/rustdoc/extract.rs
AgeCommit message (Expand)AuthorLines
2012-01-19rustdoc: Make doc::retdoc non-optionalBrian Anderson-1/+4
2012-01-19rustdoc: Add function signatures to the doc treeBrian Anderson-1/+1
2012-01-19rustdoc: Add function signature field to the doc::fndocBrian Anderson-1/+2
2012-01-19rustdoc: Add path field to doc::moddocBrian Anderson-0/+1
2012-01-18rustdoc: Add fn arg descriptions to the doc treeBrian Anderson-0/+1
2012-01-18rustdoc: Change field order on doc::fndocBrian Anderson-2/+2
2012-01-18rustdoc: Assign AST ids to mod docsBrian Anderson-3/+13
2012-01-18rustdoc: Add brief and desc fields to module docsBrian Anderson-0/+2
2012-01-18rustdoc: Add argument types to the docBrian Anderson-1/+2
2012-01-18rustdoc: Introduce type doc::argdocBrian Anderson-5/+7
2012-01-18rustdoc: Extract function argument names from the ASTBrian Anderson-2/+20
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