about summary refs log tree commit diff
path: root/src/rustdoc/text_pass.rs
AgeCommit message (Collapse)AuthorLines
2012-11-03library-ifying of tools - turning cargo, rustdoc, fuzzer, into libraries, as ↵Daniel Patterson-265/+0
per #3543
2012-10-12Make moves explicit in rustdocTim Chevalier-1/+1
2012-09-28rustdoc: Fix build errorsBrian Anderson-2/+2
2012-09-26core: Replace map/map_default with map_ref/map_default_refBrian Anderson-1/+1
2012-09-23core: Demode optionBrian Anderson-1/+1
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under ↵Graydon Hoare-0/+1
#[legacy_exports];
2012-09-18rustdoc: Camel caseBrian Anderson-17/+17
2012-09-05rustdoc: "import" -> "use"Patrick Walton-1/+1
2012-09-04Remove 'with'Brian Anderson-14/+14
2012-08-26Camel case the option typeBrian Anderson-14/+14
2012-08-08rustdoc: Update for new impl syntaxBrian Anderson-6/+6
2012-08-01Clean out transitional lint.Graydon Hoare-1/+1
2012-07-31Change remaining "iface" occurrences to "trait"; deprecate "iface"Lindsey Kuper-6/+6
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-3/+3
2012-07-14Move the world over to using the new style string literals and types. Closes ↵Michael Sullivan-44/+44
#2907.
2012-07-05Change 'iface' to 'trait' internally; parse `trait` as `iface` synonymLindsey Kuper-15/+15
2012-07-04convert doc-attributes to doc-comments using ↵Gareth Daniel Smith-1/+1
./src/etc/sugarise-doc-comments.py (and manually tweaking) - for issue #2498
2012-07-01Convert to new closure syntaxBrian Anderson-10/+8
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-6/+6
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-2/+2
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-2/+2
2012-06-24Remove resourcesTim Chevalier-12/+0
Also fixed shapes for classes with dtors, as well as handling offsets for classes with dtors correctly in take glue. Closes #2485
2012-06-04Get rid of warnings from instantiating typarams with non-implicitly copyable ↵Michael Sullivan-0/+1
types.
2012-05-25Get rid of many implicit copies as a preliminary to Issue #2448.Michael Sullivan-7/+6
2012-03-09rustdoc: Simplify attribute parsingBrian Anderson-14/+15
2012-03-09rustdoc: Vastly simplify the document modelBrian Anderson-98/+1
Don't attempt to impose any structure for documenting arguments, return values, etc.
2012-03-09rustdoc: Add the concept of 'sections'Brian Anderson-1/+79
2012-03-08rustdoc: Rename desc_pass to text_passBrian Anderson-0/+294