summary refs log tree commit diff
path: root/src/rustdoc/page_pass.rs
AgeCommit message (Expand)AuthorLines
2012-09-28demode vecNiko Matsakis-1/+1
2012-09-23core: Demode optionBrian Anderson-1/+1
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-0/+1
2012-09-20rustdoc: Use doc comments for rustdoc's rustdocsBrian Anderson-5/+5
2012-09-18rustdoc: Camel caseBrian Anderson-35/+35
2012-09-05rustdoc: "import" -> "use"Patrick Walton-2/+2
2012-09-04Remove 'with'Brian Anderson-6/+6
2012-08-26Camel case the option typeBrian Anderson-6/+6
2012-08-15Convert more core types to camel caseBrian Anderson-2/+2
2012-08-08Add spawn_conversationJesse Ruderman-3/+2
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-1/+1
2012-08-05Switch alts to use arrowsBrian Anderson-3/+3
2012-08-01Convert ret to returnBrian Anderson-2/+2
2012-07-17rustc: Implement and enforce instance coherencePatrick Walton-5/+6
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-11/+11
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-8/+6
2012-07-03Switch 'native' to 'extern' (or 'foreign' in some descriptions)Graydon Hoare-2/+2
2012-07-01Convert to new closure syntaxBrian Anderson-3/+3
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-2/+2
2012-06-26Change 'native' and 'crust' to 'extern'.Graydon Hoare-2/+2
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-3/+3
2012-05-13rustc: Eliminate some indirection to the syntax crateBrian Anderson-1/+3
2012-03-10rustdoc: Put native mods on their own pages. Closes #1959Brian Anderson-1/+25
2012-03-09Add an infinite loop constructTim Chevalier-1/+1
2012-03-06rustdoc: Add a pass to split the document into pagesBrian Anderson-0/+152