about summary refs log tree commit diff
path: root/src/rustdoc
AgeCommit message (Expand)AuthorLines
2012-01-17rustdoc: Extract boilerplate from gen testsBrian Anderson-25/+15
2012-01-17rustdoc: Write blank lines after brief descriptionsBrian Anderson-2/+23
2012-01-17rustdoc: Remove some debug loggingBrian Anderson-1/+0
2012-01-17rustdoc: Add rustdocsBrian Anderson-3/+39
2012-01-17rustdoc: CleanupBrian Anderson-11/+6
2012-01-17rustdoc: Write a blank line after headersBrian Anderson-0/+11
2012-01-17rustdoc: Convert markdown generation to a passBrian Anderson-9/+33
2012-01-17rustdoc: Remove iface. Causing random crashes in resolve?Brian Anderson-51/+52
2012-01-17libstd => libcoreLenny222-1/+1
2012-01-17spin-off rustdocs tuple code to libstdLenny222-13/+4
2012-01-16rustdoc: Write headers for modulesBrian Anderson-0/+10
2012-01-16rustdoc: Add a pass to prune undocumented itemsBrian Anderson-0/+71
2012-01-16rustdoc: Add gen::subsection for managing header levelsBrian Anderson-4/+12
2012-01-16rustdoc: Don't use by copy in fst/snd to work around segvBrian Anderson-3/+3
2012-01-16rustdoc: Refactor header writing a bitBrian Anderson-7/+19
2012-01-16rustc: Move some attribute accessors from rustdoc to rustcBrian Anderson-52/+5
2012-01-16rustdoc: Move fst and snd into util modBrian Anderson-12/+13
2012-01-16rustdoc: Use attr API in attr_parserBrian Anderson-60/+119
2012-01-16rustdoc: Add a fallthrough path to meta_item search in parse_fnBrian Anderson-0/+1
2012-01-16rustdoc: Begin writting the attribute extracting passBrian Anderson-3/+68
2012-01-16rustdoc: Use the parsing method that supports .rc filesBrian Anderson-1/+1
2012-01-16rustdoc: Convert tystr_pass to use astsrvBrian Anderson-20/+30
2012-01-16rustdoc: Add a pass type and a run_passes functionBrian Anderson-0/+47
2012-01-16rustdoc: Add extract::from_srv to extract a doc from an astsrvBrian Anderson-1/+21
2012-01-16rustdoc: Add module astsrv to provide access to the (non-sendable) ASTBrian Anderson-1/+68
2012-01-16rustdoc: Remove non-attribute related stuff from attr_parserBrian Anderson-76/+60
2012-01-16rustdoc: Add attr_pass for extracting attributesBrian Anderson-0/+11
2012-01-16rustdoc: Remove unused import from extract moduleBrian Anderson-1/+0
2012-01-16rustdoc: Remove attribute parsing from extract moduleBrian Anderson-32/+28
2012-01-16rustdoc: CleanupBrian Anderson-25/+11
2012-01-16rustdoc: Eliminate AST usage in gen moduleBrian Anderson-34/+28
2012-01-16rustdoc: Add tystr_pass module for extracting type stringsBrian Anderson-1/+71
2012-01-16rustdoc: Make fold polymorphic on a context typeBrian Anderson-36/+60
2012-01-16rustdoc: Add fold moduleBrian Anderson-1/+108
2012-01-16rustdoc: Convert fn return type to retdoc recordBrian Anderson-6/+14
2012-01-16rustdoc: Change fndoc's arg list to a vec from mapBrian Anderson-24/+14
2012-01-16rustdoc: Make gen module exports explicitBrian Anderson-0/+2
2012-01-16rustdoc: Push imports down into submodulesBrian Anderson-14/+17
2012-01-16rustdoc: Attach the doc writer to the doc extractorBrian Anderson-30/+5
2012-01-16rustdoc: Write fn docsBrian Anderson-1/+58
2012-01-16rustdoc: Write crate nameBrian Anderson-0/+35
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-13/+36
2012-01-16rustdoc: Rename type rustdoc to gen::ctxtBrian Anderson-24/+19
2012-01-16rustdoc: Move rustdoc type into the gen moduleBrian Anderson-0/+5
2012-01-16rustdoc: Wire up the doc extractor to attribute parserBrian Anderson-8/+2
2012-01-16rustdoc: Add regression tests for existing attr parsing behaviorBrian Anderson-7/+88
2012-01-16rustdoc: Change parse_fn to take a vector of attributesBrian Anderson-34/+40
2012-01-16rustdoc: Rename parse_compound_fndoc to parse_fnBrian Anderson-3/+3
2012-01-16rustdoc: Move parse_compound_fndoc into mod attr_parserBrian Anderson-67/+70