summary refs log tree commit diff
path: root/src/rustdoc/extract.rs
AgeCommit message (Expand)AuthorLines
2012-07-05Change 'iface' to 'trait' internally; parse `trait` as `iface` synonymLindsey Kuper-12/+12
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-2/+2
2012-07-03Switch 'native' to 'extern' (or 'foreign' in some descriptions)Graydon Hoare-2/+2
2012-07-01Convert to new closure syntaxBrian Anderson-6/+6
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-11/+11
2012-06-26Change 'native' and 'crust' to 'extern'.Graydon Hoare-5/+5
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-11/+11
2012-06-24Remove resourcesTim Chevalier-19/+0
2012-06-13Box AST identsBrian Anderson-5/+5
2012-05-13rustc: Eliminate some indirection to the syntax crateBrian Anderson-1/+1
2012-04-30Revert "Eliminate a copy in syntax::parse::new_parser_from_file"Tim Chevalier-2/+2
2012-04-30Eliminate a copy in syntax::parse::new_parser_from_fileTim Chevalier-2/+2
2012-04-25lots of work to make iface/impls parameterized by regionsNiko Matsakis-2/+2
2012-04-19make nominal types optionally parameterized by a self region.Niko Matsakis-3/+3
2012-03-11rustdoc: Add indexes to native mods. Closes #1963Brian Anderson-1/+2
2012-03-09rustdoc: Vastly simplify the document modelBrian Anderson-70/+9
2012-03-09rustdoc: Add the concept of 'sections'Brian Anderson-0/+3
2012-03-08rustdoc: Don't bother reporting the type of return valuesBrian Anderson-6/+3
2012-03-08rustdoc: Don't bother reporting the type of argumentsBrian Anderson-2/+1
2012-03-03rustdoc: Introduce the concept of a 'page'Brian Anderson-35/+39
2012-03-01rustdoc: Add index records to the doc treeBrian Anderson-1/+2
2012-02-26rustdoc: Rename util mod to parBrian Anderson-5/+5
2012-02-26rustdoc: Do all maps as util::anymapBrian Anderson-5/+5
2012-02-24rustdoc: Don't prune reexportsBrian Anderson-0/+1
2012-02-24rustdoc: Remove a pointer that's no longer neededBrian Anderson-1/+1
2012-02-24rustdoc: Extract doc nodes for native modsBrian Anderson-0/+34
2012-02-21rustdoc: Convert the astsrv constructor to a higher order fnBrian Anderson-3/+4
2012-02-21rustdoc: Rename mk_srv_from_str/file to just from_str/fileBrian Anderson-1/+1
2012-02-17rustdoc: Refactor itemdoc creation in extract passBrian Anderson-40/+32
2012-02-17rustdoc: Extract itemdoc creationBrian Anderson-56/+18
2012-02-17rustdoc: Extract common item fields into itemdocBrian Anderson-60/+76
2012-02-17rustdoc: Add path field to all item docsBrian Anderson-0/+7
2012-02-01rustdoc: Add support for type itemsBrian Anderson-0/+24
2012-01-31rustdoc: Refactor testsBrian Anderson-56/+25
2012-01-31rustdoc: Rename impldoc.for_ty to self_tyBrian Anderson-1/+1
2012-01-31rustdoc: Extract impl doc nodes from ASTBrian Anderson-0/+66
2012-01-30rustdoc: Extract iface doc nodes from the ASTBrian Anderson-0/+56
2012-01-30rustdoc: Use fewer unique pointersBrian Anderson-9/+9
2012-01-29rustdoc: Move mod docs into the item tagBrian Anderson-20/+13
2012-01-29rustdoc: Move fn docs into the item tagBrian Anderson-17/+10
2012-01-29rustdoc: Move const docs into the item tagBrian Anderson-13/+7
2012-01-29rustdoc: Move enum docs into the item tagBrian Anderson-14/+8
2012-01-29rustdoc: Move resource docs into the item tagBrian Anderson-15/+15
2012-01-29rustdoc: Create an item tag to hold doc for all item typesBrian Anderson-0/+1
2012-01-26rustdoc: Build resource arguments as wellBrian Anderson-3/+12
2012-01-26rustdoc: Extract resources from the ASTBrian Anderson-1/+34
2012-01-26rustdoc: Add a resource node to the doc treeBrian Anderson-1/+2
2012-01-25rustdoc: Extract enum doc nodes from AST nodesBrian Anderson-1/+56
2012-01-24rustdoc: Add enums to the doc treeBrian Anderson-1/+2