about summary refs log tree commit diff
path: root/src/rustdoc/trim_pass.rs
AgeCommit message (Expand)AuthorLines
2012-11-03library-ifying of tools - turning cargo, rustdoc, fuzzer, into libraries, as ...Daniel Patterson-34/+0
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-1/+3
2012-09-20rustdoc: Use doc comments for rustdoc's rustdocsBrian Anderson-5/+5
2012-09-18rustdoc: Camel caseBrian Anderson-3/+3
2012-09-05rustdoc: "import" -> "use"Patrick Walton-1/+1
2012-08-26Camel case the option typeBrian Anderson-1/+1
2012-07-17rustc: Implement and enforce instance coherencePatrick Walton-0/+2
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-5/+5
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-8/+6
2012-07-01Convert to new closure syntaxBrian Anderson-2/+2
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-1/+1
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-1/+1
2012-03-09rustdoc: Simplify attribute parsingBrian Anderson-22/+2
2012-03-09rustdoc: Vastly simplify the document modelBrian Anderson-18/+0
2012-03-08rustdoc: Rename desc_pass to text_passBrian Anderson-1/+1
2012-03-03rustdoc: Introduce the concept of a 'page'Brian Anderson-10/+10
2012-02-27rustdoc: Clean up pass namesBrian Anderson-1/+1
2012-02-27rustdoc: Time passesBrian Anderson-2/+2
2012-02-23Finish cleanup of core::strMarijn Haverbeke-1/+1
2012-02-21rustdoc: Convert the astsrv constructor to a higher order fnBrian Anderson-4/+5
2012-02-21rustdoc: Rename mk_srv_from_str/file to just from_str/fileBrian Anderson-1/+1
2012-02-17rustdoc: Extract common item fields into itemdocBrian Anderson-6/+6
2012-01-31rustdoc: Refactor testsBrian Anderson-36/+22
2012-01-30rustdoc: Apply generic string ops to ifacesBrian Anderson-1/+1
2012-01-29rustdoc: Move mod docs into the item tagBrian Anderson-2/+2
2012-01-29rustdoc: Move fn docs into the item tagBrian Anderson-5/+5
2012-01-29rustdoc: Move const docs into the item tagBrian Anderson-2/+2
2012-01-24rustdoc: Extract a general apply-function-to-strings pass from trim_passBrian Anderson-65/+7
2012-01-24rustdoc: Trim whitespace from failure conditionsBrian Anderson-1/+12
2012-01-24rustdoc: Add a pass to trim whitespace from docsBrian Anderson-0/+130