summary refs log tree commit diff
path: root/src/rustdoc/page_pass.rs
AgeCommit message (Expand)AuthorLines
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