about summary refs log tree commit diff
path: root/src/rustdoc/desc_to_brief_pass.rs
AgeCommit message (Collapse)AuthorLines
2012-11-03library-ifying of tools - turning cargo, rustdoc, fuzzer, into libraries, as ↵Daniel Patterson-273/+0
per #3543
2012-09-28rustdoc: Fix build errorsBrian Anderson-2/+2
2012-09-28demode vecNiko Matsakis-3/+3
2012-09-23core: Demode optionBrian Anderson-2/+2
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under ↵Graydon Hoare-0/+1
#[legacy_exports];
2012-09-20rustdoc: Use doc comments for rustdoc's rustdocsBrian Anderson-5/+5
2012-09-18rustdoc: Camel caseBrian Anderson-10/+10
2012-09-05rustdoc: "import" -> "use"Patrick Walton-1/+1
2012-09-04Remove 'with'Brian Anderson-12/+12
2012-08-26Camel case the option typeBrian Anderson-23/+23
2012-08-08rustdoc: Update for new impl syntaxBrian Anderson-1/+1
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-2/+2
2012-08-05Switch alts to use arrowsBrian Anderson-4/+4
2012-08-01Convert ret to returnBrian Anderson-1/+1
2012-07-31Change remaining "iface" occurrences to "trait"; deprecate "iface"Lindsey Kuper-1/+1
2012-07-17rustc: Implement and enforce instance coherencePatrick Walton-0/+2
2012-07-17Get rustdoc working with std::par instead of its own par library. Closes #2885.Zack Corr-2/+2
2012-07-14Move the world over to using the new style string literals and types. Closes ↵Michael Sullivan-31/+31
#2907.
2012-07-05Change 'iface' to 'trait' internally; parse `trait` as `iface` synonymLindsey Kuper-5/+5
2012-07-04convert doc-attributes to doc-comments using ↵Gareth Daniel Smith-8/+6
./src/etc/sugarise-doc-comments.py (and manually tweaking) - for issue #2498
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
Brief is just used for indexes now
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
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_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