about summary refs log tree commit diff
path: root/src/rustdoc/demo.rs
AgeCommit message (Expand)AuthorLines
2012-11-03library-ifying of tools - turning cargo, rustdoc, fuzzer, into libraries, as ...Daniel Patterson-187/+0
2012-10-11Update FIXME numbersTim Chevalier-1/+1
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-0/+2
2012-09-18rustdoc: Camel caseBrian Anderson-9/+9
2012-09-07Remove 'let' syntax for struct fieldsBrian Anderson-1/+1
2012-09-06Remove struct ctorsBrian Anderson-1/+0
2012-08-17Remove the class keywordBrian Anderson-1/+1
2012-08-08Convert impls to new syntaxBrian Anderson-1/+1
2012-07-31Change remaining "iface" occurrences to "trait"; deprecate "iface"Lindsey Kuper-1/+1
2012-07-30Make rustdoc/demo.rs less genderedBen Blum-4/+4
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-1/+1
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-142/+137
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-2/+4
2012-06-21Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.Graydon Hoare-1/+1
2012-03-09rustdoc: Update the demo moduleBrian Anderson-95/+73
2012-03-08rustdoc: Add some more demo docsBrian Anderson-0/+30
2012-01-31rustdoc: Add impl docs to demo modBrian Anderson-0/+11
2012-01-30rustdoc: Add ifaces to demo moduleBrian Anderson-0/+69
2012-01-26rustdoc: Add resource arg tys to doc treeBrian Anderson-0/+29
2012-01-25rustdoc: Add some test enums to demo moduleBrian Anderson-0/+3
2012-01-24rustdoc: Add a demo module with some test docsBrian Anderson-0/+69