summary refs log tree commit diff
path: root/src/rustdoc/desc_to_brief_pass.rs
AgeCommit message (Expand)AuthorLines
2012-07-05Change 'iface' to 'trait' internally; parse `trait` as `iface` synonymLindsey Kuper-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-13/+9
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-7/+7
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-6/+6
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-6/+6
2012-03-22make --enforce-mut-vars always on, add mut annotations to remaining filesNiko Matsakis-4/+4
2012-03-16rustdoc: Allow elipses to appear in brief descriptions. Closes #2003Brian Anderson-5/+62
2012-03-09rustdoc: Accept the first sentence as the brief descriptionBrian Anderson-8/+35
2012-03-09rustdoc: Simplify the relation between the brief and long descriptionBrian Anderson-111/+18
2012-03-03rustdoc: Introduce the concept of a 'page'Brian Anderson-24/+24
2012-02-27rustdoc: Time passesBrian Anderson-2/+5
2012-02-26rustdoc: Rename util mod to parBrian Anderson-2/+2
2012-02-26rustdoc: Do all maps as util::anymapBrian Anderson-2/+2
2012-02-23(core::str) remove len_bytes aliasKevin Cantu-1/+1
2012-02-23(core::str) mostly rename len -> len_charsKevin Cantu-1/+1
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
2012-02-21rustdoc: Rename mk_srv_from_str/file to just from_str/fileBrian Anderson-1/+1
2012-02-17rustdoc: Simplify desc_to_brief passBrian Anderson-97/+7
2012-02-17rustdoc: Extract common item fields into itemdocBrian Anderson-40/+64
2012-02-12(core::str) rename byte_len -> len_bytes and rename char_len -> lenKevin Cantu-1/+1
2012-02-01rustdoc: Add support for type itemsBrian Anderson-1/+20
2012-01-31rustdoc: Promote impl descriptions to brief descriptionsBrian Anderson-1/+38
2012-01-31rustdoc: Refactor testsBrian Anderson-35/+18
2012-01-30rustdoc: Promote iface descriptions to brief descriptionsBrian Anderson-1/+44
2012-01-30rustdoc: Use fewer unique pointersBrian Anderson-10/+10
2012-01-29rustdoc: Move mod docs into the item tagBrian Anderson-2/+2
2012-01-29rustdoc: Move fn docs into the item tagBrian Anderson-2/+2
2012-01-29rustdoc: Move const docs into the item tagBrian Anderson-2/+2
2012-01-29rustdoc: Move enum docs into the item tagBrian Anderson-2/+2
2012-01-29rustdoc: Move resource docs into the item tagBrian Anderson-2/+2
2012-01-26rustdoc: Promote resource long descriptions to brief descriptionsBrian Anderson-1/+24
2012-01-25rustdoc: Extract brief enum descs from long descsBrian Anderson-1/+24
2012-01-24rustdoc: Add a pass that extracts brief docs from long docsBrian Anderson-0/+219