summary refs log tree commit diff
path: root/src/rustdoc/text_pass.rs
AgeCommit message (Expand)AuthorLines
2012-07-05Change 'iface' to 'trait' internally; parse `trait` as `iface` synonymLindsey Kuper-15/+15
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-1/+1
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
2012-06-04Get rid of warnings from instantiating typarams with non-implicitly copyable ...Michael Sullivan-0/+1
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
2012-03-09rustdoc: Add the concept of 'sections'Brian Anderson-1/+79
2012-03-08rustdoc: Rename desc_pass to text_passBrian Anderson-0/+294