about summary refs log tree commit diff
path: root/src/rustdoc
AgeCommit message (Expand)AuthorLines
2012-01-23rustdoc: Print return value descriptions on same line as typeBrian Anderson-4/+14
2012-01-23rustdoc: Prune undocumented return valuesBrian Anderson-0/+19
2012-01-23rustdoc: Don't prune functions with documented argumentsBrian Anderson-0/+13
2012-01-23rustdoc: Prune undocumented fn argsBrian Anderson-40/+58
2012-01-23rustdoc: Prune undocumented modulesBrian Anderson-0/+58
2012-01-23rustdoc: Get the crate brief description from the 'desc' attrBrian Anderson-5/+35
2012-01-21issue #1352: change param order on vec::init_elt, putting block in final posi...Graham Fawcett-1/+1
2012-01-19Additional ; to , changes, disable "tag" and ";" in parser. Close #1430. Clos...Graydon Hoare-3/+3
2012-01-19rustdoc: Make doc::retdoc non-optionalBrian Anderson-48/+31
2012-01-19rustdoc: Write markdown for function signaturesBrian Anderson-6/+44
2012-01-19rustdoc: Remove debug loggingBrian Anderson-1/+0
2012-01-19rustdoc: Add function signatures to the doc treeBrian Anderson-6/+30
2012-01-19rustdoc: Add function signature field to the doc::fndocBrian Anderson-3/+6
2012-01-19misc: "tag" -> "enum" for cargo, compiletest, fuzzer, rustdocPatrick Walton-4/+4
2012-01-19rustdoc: Add a blank line after the return value descriptionBrian Anderson-0/+9
2012-01-19rustdoc: Attach return value descriptions to the doc treeBrian Anderson-3/+24
2012-01-19rustdoc: Run tystr pass before attr passBrian Anderson-3/+3
2012-01-19Remove support for the '.' after a nullary tag in a patternTim Chevalier-1/+1
2012-01-19rustdoc: CleanupBrian Anderson-60/+11
2012-01-19rustdoc: Remove nullary-tag dotsBrian Anderson-4/+4
2012-01-19rustdoc: Write the full path to each modBrian Anderson-1/+9
2012-01-19rustdoc: Change the header scheme so that all mods are h2, fns h3Brian Anderson-21/+15
2012-01-19rustdoc: Add path_pass for recording full paths to modsBrian Anderson-0/+51
2012-01-19rustdoc: Add path field to doc::moddocBrian Anderson-0/+4
2012-01-18Remove '.' after nullary tags in patternsTim Chevalier-9/+9
2012-01-18rustdoc: Add more rustdocsBrian Anderson-1/+15
2012-01-18rustdoc: Write fn arg descriptions to markdownBrian Anderson-1/+15
2012-01-18rustdoc: Add fn arg descriptions to the doc treeBrian Anderson-4/+28
2012-01-18rustdoc: Change field order on doc::fndocBrian Anderson-6/+6
2012-01-18rustdoc: Ignore nil-typed return valuesBrian Anderson-21/+46
2012-01-18rustdoc: Write markdown for mod descriptionBrian Anderson-3/+18
2012-01-18rustdoc: Add mod docs attrs to the doc treeBrian Anderson-1/+58
2012-01-18rustdoc: Assign AST ids to mod docsBrian Anderson-4/+17
2012-01-18rustdoc: Add brief and desc fields to module docsBrian Anderson-4/+11
2012-01-18rustdoc: Parse module docsBrian Anderson-79/+154
2012-01-18rustdoc: Write argument names as code spansBrian Anderson-3/+3
2012-01-18rustdoc: Write markdown for argument typesBrian Anderson-3/+8
2012-01-18rustdoc: Add argument types to the docBrian Anderson-19/+63
2012-01-18rustdoc: Extract functions from tystr_pass::fold_fnBrian Anderson-32/+32
2012-01-18rustdoc: Prune unconfigured items from ASTBrian Anderson-0/+14
2012-01-18rustdoc: Write markdown for fn argumentsBrian Anderson-4/+34
2012-01-18rustdoc: Introduce type doc::argdocBrian Anderson-12/+17
2012-01-18rustdoc: Extract function argument names from the ASTBrian Anderson-2/+20
2012-01-18rustdoc: Merge the crate's name attribute into the doc treeBrian Anderson-0/+39
2012-01-18rustdoc: Parse crate name from #[link] attrBrian Anderson-3/+39
2012-01-18rustdoc: Put fn docs inside fn bodiesBrian Anderson-5/+11
2012-01-18rustdoc: Document attr_parser::doc_metaBrian Anderson-0/+3
2012-01-17rustdoc: Improve formatting of return typeBrian Anderson-3/+20
2012-01-17rustdoc: Write a single line between brief and descBrian Anderson-3/+10
2012-01-17rustdoc: Extract various gen functionsBrian Anderson-4/+32