summary refs log tree commit diff
path: root/src/rustdoc/sectionalize_pass.rs
AgeCommit message (Expand)AuthorLines
2012-09-28rustdoc: Fix build errorsBrian Anderson-2/+2
2012-09-23core: Demode optionBrian Anderson-8/+8
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-5/+11
2012-09-19demode the each() method on vec and other iterables.Niko Matsakis-4/+4
2012-09-18rustdoc: Camel caseBrian Anderson-9/+9
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-18/+18
2012-08-08rustdoc: Update for new impl syntaxBrian Anderson-1/+1
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-3/+3
2012-08-05Switch alts to use arrowsBrian Anderson-6/+6
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-21/+21
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-18/+16
2012-07-01Convert to new closure syntaxBrian Anderson-4/+4
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-3/+3
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-5/+5
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-5/+5
2012-05-30avoid modifying variable we are alting overNiko Matsakis-5/+5
2012-04-06Convert old-style for loops to new-styleMarijn Haverbeke-1/+1
2012-03-23Implement new inference algorithm.Niko Matsakis-1/+1
2012-03-22make --enforce-mut-vars always on, add mut annotations to remaining filesNiko Matsakis-3/+3
2012-03-09rustdoc: Add the concept of 'sections'Brian Anderson-0/+237