summary refs log tree commit diff
path: root/src/rustdoc
AgeCommit message (Expand)AuthorLines
2012-01-24rustdoc: Trim whitespace from failure conditionsBrian Anderson-1/+12
2012-01-24rustdoc: Don't prune functions with documented failure conditionsBrian Anderson-1/+12
2012-01-24rustdoc: Add fn failure conditions to the doc treeBrian Anderson-1/+14
2012-01-24rustdoc: Parse fn failure conditionsBrian Anderson-4/+15
2012-01-24rustdoc: Add a pass to trim whitespace from docsBrian Anderson-0/+132
2012-01-24rustdoc: Add a pass that extracts brief docs from long docsBrian Anderson-0/+221
2012-01-24rustdoc: Update one of the markdown fn testsBrian Anderson-1/+1
2012-01-24rustdoc: Write markdown for constsBrian Anderson-0/+28
2012-01-24rustdoc: Prune undocumented constsBrian Anderson-3/+40
2012-01-24rustdoc: Some refactoring in attr_passBrian Anderson-18/+15
2012-01-24rustdoc: Add const attr docs to doc treeBrian Anderson-2/+34
2012-01-24rustdoc: Add parsing of const attribute docsBrian Anderson-2/+48
2012-01-24rustdoc: Add const types to the doc treeBrian Anderson-2/+33
2012-01-24rustdoc: Add brief and desc fields to constdocBrian Anderson-0/+4
2012-01-24rustdoc: Add fold_const and fold_constlist to foldBrian Anderson-17/+56
2012-01-24rustdoc: Prune unexported constsBrian Anderson-7/+64
2012-01-24rustdoc: Build const docs from AST constsBrian Anderson-1/+31
2012-01-24rustdoc: Add consts to the doc treeBrian Anderson-4/+15
2012-01-23rustdoc: Prune unexported items from the doc treeBrian Anderson-0/+178
2012-01-23rustdoc: Correctly indent multiline fn signaturesBrian Anderson-4/+32
2012-01-23rustdoc: Use the standard markdown syntax for code blocksBrian Anderson-6/+4
2012-01-23Don't reset the chpos/byte_pos to 0 in new_parser_from_source_str.Kevin Atkinson-2/+6
2012-01-23Change rustc and rustdoc's #[desc] attribute to #[comment]Brian Anderson-1/+1
2012-01-23Revert "rustdoc: Get the crate brief description from the 'desc' attr"Brian Anderson-35/+5
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