summary refs log tree commit diff
path: root/src/rustdoc/doc.rs
AgeCommit message (Expand)AuthorLines
2012-07-05Change 'iface' to 'trait' internally; parse `trait` as `iface` synonymLindsey Kuper-9/+9
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-18/+16
2012-07-01Convert to new closure syntaxBrian Anderson-17/+17
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-18/+18
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-29/+29
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-30/+30
2012-06-24Remove resourcesTim Chevalier-22/+0
2012-06-21Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.Graydon Hoare-3/+3
2012-06-14Comments only: annotate FIXMEs in rustdocTim Chevalier-1/+1
2012-03-11rustdoc: Add indexes to native mods. Closes #1963Brian Anderson-1/+2
2012-03-09rustdoc: Vastly simplify the document modelBrian Anderson-47/+12
2012-03-09rustdoc: Add the concept of 'sections'Brian Anderson-0/+15
2012-03-08rustdoc: Don't bother reporting the type of return valuesBrian Anderson-2/+1
2012-03-08rustdoc: Don't bother reporting the type of argumentsBrian Anderson-2/+1
2012-03-06rustdoc: Put brief descriptions in the indexesBrian Anderson-0/+2
2012-03-06rustdoc: Add a pass to split the document into pagesBrian Anderson-0/+84
2012-03-03rustdoc: Introduce the concept of a 'page'Brian Anderson-0/+24
2012-03-02rustdoc: Begin constructing indexesBrian Anderson-2/+0
2012-03-02Revert "rust: xfail-fast run-pass/cci_no_inline_exe"Brian Anderson-0/+2
2012-03-02rust: xfail-fast run-pass/cci_no_inline_exeBrian Anderson-2/+0
2012-03-01rustdoc: Add index records to the doc treeBrian Anderson-1/+25
2012-02-24rustdoc: Don't prune reexportsBrian Anderson-0/+2
2012-02-24rustdoc: Remove a pointer that's no longer neededBrian Anderson-11/+10
2012-02-24rustdoc: Extract doc nodes for native modsBrian Anderson-1/+10
2012-02-24rustdoc: Add doc node for native modsBrian Anderson-0/+11
2012-02-23rustdoc: Make reexports work in the crate moduleBrian Anderson-0/+3
2012-02-17rustdoc: Extract common item fields into itemdocBrian Anderson-47/+80
2012-02-17rustdoc: Add path field to all item docsBrian Anderson-0/+7
2012-02-01rustdoc: Add support for type itemsBrian Anderson-1/+20
2012-01-31rustdoc: Rename impldoc.for_ty to self_tyBrian Anderson-1/+1
2012-01-31rustdoc: Prune unexported implsBrian Anderson-1/+1
2012-01-31rustdoc: Add impl doc nodeBrian Anderson-1/+22
2012-01-30rustdoc: Add some rustdocsBrian Anderson-0/+2
2012-01-30rustdoc: Add definition of iface docsBrian Anderson-1/+30
2012-01-30rustdoc: Use fewer unique pointersBrian Anderson-19/+20
2012-01-29rustdoc: Extract method to get item namesBrian Anderson-1/+13
2012-01-29rustdoc: Move mod docs into the item tagBrian Anderson-5/+10
2012-01-29rustdoc: Move fn docs into the item tagBrian Anderson-3/+10
2012-01-29rustdoc: Move const docs into the item tagBrian Anderson-3/+10
2012-01-29rustdoc: Move enum docs into the item tagBrian Anderson-3/+11
2012-01-29rustdoc: Move resource docs into the item tagBrian Anderson-3/+12
2012-01-29rustdoc: Create an item tag to hold doc for all item typesBrian Anderson-0/+9
2012-01-26rustdoc: Extract resources from the ASTBrian Anderson-3/+3
2012-01-26rustdoc: Add a resource node to the doc treeBrian Anderson-2/+13
2012-01-24rustdoc: Add enums to the doc treeBrian Anderson-1/+17
2012-01-24rustdoc: Add fn failure conditions to the doc treeBrian Anderson-0/+1
2012-01-24rustdoc: Add brief and desc fields to constdocBrian Anderson-0/+2
2012-01-24rustdoc: Add consts to the doc treeBrian Anderson-1/+9
2012-01-19rustdoc: Make doc::retdoc non-optionalBrian Anderson-1/+1
2012-01-19rustdoc: Add function signatures to the doc treeBrian Anderson-1/+1