about summary refs log tree commit diff
path: root/src/rustdoc
AgeCommit message (Expand)AuthorLines
2012-01-31rustdoc: Apply string ops to impl docsBrian Anderson-18/+81
2012-01-31rustdoc: Promote impl descriptions to brief descriptionsBrian Anderson-1/+38
2012-01-31rustdoc: Prune undocumented implsBrian Anderson-18/+88
2012-01-31rustdoc: Refactor testsBrian Anderson-530/+246
2012-01-31rustdoc: Pull impl docs out of attributesBrian Anderson-5/+67
2012-01-31rustdoc: Gather types of implsBrian Anderson-25/+161
2012-01-31rustdoc: Rename impldoc.for_ty to self_tyBrian Anderson-2/+2
2012-01-31rustdoc: Prune unexported implsBrian Anderson-1/+10
2012-01-31rustdoc: Extract impl doc nodes from ASTBrian Anderson-0/+66
2012-01-31rustdoc: Add impl doc nodeBrian Anderson-5/+43
2012-01-31Rename str::loop_chars to str::all,Kevin Cantu-2/+2
2012-01-31Require alts to be exhaustiveTim Chevalier-4/+32
2012-01-30rustdoc: Reenable a working testBrian Anderson-4/+2
2012-01-30rustdoc: Add some rustdocsBrian Anderson-0/+2
2012-01-30rustdoc: Add ifaces to demo moduleBrian Anderson-0/+69
2012-01-30rustdoc: Write markdown for ifacesBrian Anderson-6/+120
2012-01-30rustdoc: Apply generic string ops to ifacesBrian Anderson-3/+100
2012-01-30rustdoc: Promote iface descriptions to brief descriptionsBrian Anderson-1/+44
2012-01-30rustdoc: Prune undocumented ifacesBrian Anderson-19/+124
2012-01-30rustdoc: Add iface attribute docs to the doc treeBrian Anderson-24/+106
2012-01-30rustdoc: Add attribute parsing for ifaces and methodsBrian Anderson-3/+20
2012-01-30rustdoc: Add iface method type info to the doc treeBrian Anderson-11/+185
2012-01-30rustdoc: Add a test that unexported ifaces are prunedBrian Anderson-0/+9
2012-01-30rustdoc: Extract iface doc nodes from the ASTBrian Anderson-0/+56
2012-01-30rustdoc: Add definition of iface docsBrian Anderson-5/+50
2012-01-30rustdoc: Use fewer unique pointersBrian Anderson-123/+124
2012-01-29rustdoc: Sort the items so modules are printed lastBrian Anderson-9/+81
2012-01-29rustdoc: Add a sorting passBrian Anderson-0/+70
2012-01-29rustdoc: Extract method to get item namesBrian Anderson-9/+14
2012-01-29rustdoc: Fix typo in attr_passBrian Anderson-1/+1
2012-01-29rustdoc: Move mod docs into the item tagBrian Anderson-126/+63
2012-01-29rustdoc: Move fn docs into the item tagBrian Anderson-131/+70
2012-01-29rustdoc: Move const docs into the item tagBrian Anderson-108/+48
2012-01-29rustdoc: Add test that unexported resources are prunedBrian Anderson-1/+19
2012-01-29rustdoc: Move enum docs into the item tagBrian Anderson-116/+103
2012-01-29rustdoc: Move resource docs into the item tagBrian Anderson-75/+77
2012-01-29rustdoc: Create an item tag to hold doc for all item typesBrian Anderson-0/+12
2012-01-26rustdoc: Write both crates and mods as header level 1Brian Anderson-11/+11
2012-01-26rustdoc: Write markdown for resourcesBrian Anderson-27/+57
2012-01-26rustdoc: Add resource arg tys to doc treeBrian Anderson-1/+42
2012-01-26rustdoc: Apply generic string-op passes to resourcesBrian Anderson-1/+46
2012-01-26rustdoc: Promote resource long descriptions to brief descriptionsBrian Anderson-1/+24
2012-01-26rustdoc: Build resource arguments as wellBrian Anderson-8/+23
2012-01-26rustdoc: Prune undocumented resourcesBrian Anderson-1/+67
2012-01-26rustdoc: Add resource attribute docs to the doc treeBrian Anderson-1/+48
2012-01-26rustdoc: Parse resource doc attributesBrian Anderson-11/+76
2012-01-26rustdoc: Add resource signatures to doc treeBrian Anderson-2/+34
2012-01-26rustdoc: Add resources to the doc foldBrian Anderson-4/+31
2012-01-26rustdoc: Extract resources from the ASTBrian Anderson-6/+39
2012-01-26rustdoc: Add a resource node to the doc treeBrian Anderson-5/+19