summary refs log tree commit diff
path: root/src/rustdoc/text_pass.rs
AgeCommit message (Collapse)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 ↵Gareth Daniel Smith-1/+1
./src/etc/sugarise-doc-comments.py (and manually tweaking) - for issue #2498
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
Also fixed shapes for classes with dtors, as well as handling offsets for classes with dtors correctly in take glue. Closes #2485
2012-06-04Get rid of warnings from instantiating typarams with non-implicitly copyable ↵Michael Sullivan-0/+1
types.
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
Don't attempt to impose any structure for documenting arguments, return values, etc.
2012-03-09rustdoc: Add the concept of 'sections'Brian Anderson-1/+79
2012-03-08rustdoc: Rename desc_pass to text_passBrian Anderson-0/+294