about summary refs log tree commit diff
path: root/src/rustdoc/desc_pass.rs
AgeCommit message (Collapse)AuthorLines
2012-03-08rustdoc: Rename desc_pass to text_passBrian Anderson-294/+0
2012-03-03rustdoc: Introduce the concept of a 'page'Brian Anderson-27/+27
2012-02-27rustdoc: Fix bustageBrian Anderson-1/+1
2012-02-27rustdoc: Clean up pass namesBrian Anderson-2/+2
2012-02-27rustdoc: Time passesBrian Anderson-4/+7
2012-02-26rustdoc: Optimize some closures to avoid copyingBrian Anderson-3/+6
2012-02-26rustdoc: Rename util mod to parBrian Anderson-5/+5
2012-02-26rustdoc: Do all maps as util::anymapBrian Anderson-5/+5
2012-02-23Finish cleanup of core::strMarijn Haverbeke-1/+1
Closes #1849
2012-02-21rustdoc: Make it easy to switch between parallel and sequential foldsBrian Anderson-1/+1
2012-02-21rustdoc: Convert most passes to parallel foldsBrian Anderson-1/+1
2012-02-21rustdoc: Convert the astsrv constructor to a higher order fnBrian Anderson-4/+5
This will allow it to manage the destruction of the astsrv after I convert it to a task
2012-02-21rustdoc: Rename mk_srv_from_str/file to just from_str/fileBrian Anderson-1/+1
2012-02-17rustdoc: Simplify desc passBrian Anderson-60/+14
2012-02-17rustdoc: Extract common item fields into itemdocBrian Anderson-26/+50
2012-02-01rustdoc: Add support for type itemsBrian Anderson-1/+25
2012-01-31rustdoc: Apply string ops to impl docsBrian Anderson-18/+81
2012-01-31rustdoc: Refactor testsBrian Anderson-65/+30
2012-01-30rustdoc: Apply generic string ops to ifacesBrian Anderson-2/+99
2012-01-30rustdoc: Use fewer unique pointersBrian Anderson-16/+16
2012-01-29rustdoc: Move enum docs into the item tagBrian Anderson-3/+3
2012-01-29rustdoc: Move resource docs into the item tagBrian Anderson-3/+3
2012-01-26rustdoc: Apply generic string-op passes to resourcesBrian Anderson-1/+46
2012-01-25rustdoc: Apply general string ops to enum docsBrian Anderson-1/+46
2012-01-24rustdoc: Extract a general apply-function-to-strings pass from trim_passBrian Anderson-0/+70