about summary refs log tree commit diff
path: root/src/rustdoc/doc.rs
AgeCommit message (Expand)AuthorLines
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-0/+1
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-1/+5
2012-01-17rustdoc: Add rustdocsBrian Anderson-0/+2
2012-01-16rustdoc: Remove attribute parsing from extract moduleBrian Anderson-1/+1
2012-01-16rustdoc: CleanupBrian Anderson-1/+1
2012-01-16rustdoc: Convert fn return type to retdoc recordBrian Anderson-1/+6
2012-01-16rustdoc: Change fndoc's arg list to a vec from mapBrian Anderson-3/+1
2012-01-16rustdoc: Push imports down into submodulesBrian Anderson-0/+2
2012-01-16rustdoc: Attach the AST node id to fndocsBrian Anderson-0/+3
2012-01-16rustdoc: Build mod and fn nodes from the ASTBrian Anderson-5/+12
2012-01-16rustdoc: Move document model into doc moduleBrian Anderson-0/+14