summary refs log tree commit diff
path: root/src/rustdoc/attr_parser.rs
AgeCommit message (Expand)AuthorLines
2012-01-16rustdoc: Remove non-attribute related stuff from attr_parserBrian Anderson-76/+60
2012-01-16rustdoc: Remove attribute parsing from extract moduleBrian Anderson-19/+6
2012-01-16rustdoc: Convert fn return type to retdoc recordBrian Anderson-2/+5
2012-01-16rustdoc: Change fndoc's arg list to a vec from mapBrian Anderson-12/+10
2012-01-16rustdoc: Push imports down into submodulesBrian Anderson-0/+3
2012-01-16rustdoc: Attach the AST node id to fndocsBrian Anderson-10/+21
2012-01-16rustdoc: Add regression tests for existing attr parsing behaviorBrian Anderson-6/+87
2012-01-16rustdoc: Change parse_fn to take a vector of attributesBrian Anderson-1/+39
2012-01-16rustdoc: Rename parse_compound_fndoc to parse_fnBrian Anderson-2/+2
2012-01-16rustdoc: Move parse_compound_fndoc into mod attr_parserBrian Anderson-0/+67