summary refs log tree commit diff
path: root/src/rustdoc/fold.rs
AgeCommit message (Expand)AuthorLines
2012-07-05Change 'iface' to 'trait' internally; parse `trait` as `iface` synonymLindsey Kuper-13/+13
2012-07-01Convert to new closure syntaxBrian Anderson-40/+40
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-13/+13
2012-06-24Remove resourcesTim Chevalier-21/+0
2012-05-25Get rid of many implicit copies as a preliminary to Issue #2448.Michael Sullivan-16/+16
2012-05-23Prevent capturing non-copyable things in closures.Eric Holk-4/+4
2012-05-22Send is no longer a subkind of copy. This allows for sendable, but non-copyab...Eric Holk-2/+2
2012-04-30Revert "Eliminate a copy in syntax::parse::new_parser_from_file"Tim Chevalier-4/+4
2012-04-30Eliminate a copy in syntax::parse::new_parser_from_fileTim Chevalier-4/+4
2012-03-03rustdoc: Introduce the concept of a 'page'Brian Anderson-4/+28
2012-02-26rustdoc: Rename util mod to parBrian Anderson-6/+6
2012-02-26rustdoc: Remove some unused exportsBrian Anderson-1/+0
2012-02-26rustdoc: Add parallel folds for native modsBrian Anderson-3/+31
2012-02-26rustdoc: Refactor some of the map codeBrian Anderson-17/+34
2012-02-24rustdoc: Remove a pointer that's no longer neededBrian Anderson-2/+2
2012-02-24rustdoc: Extract doc nodes for native modsBrian Anderson-1/+1
2012-02-24rustdoc: Add doc node for native modsBrian Anderson-0/+23
2012-02-21rustdoc: Turn off parallel folding until I figure out what's wrong on OS XBrian Anderson-2/+2
2012-02-21rustdoc: Make it easy to switch between parallel and sequential foldsBrian Anderson-0/+15
2012-02-21rustdoc: Implement a parallel foldBrian Anderson-27/+72
2012-02-17rustdoc: Add an item foldBrian Anderson-14/+49
2012-02-05rustdoc: Resolve some FIXMEsBrian Anderson-3/+0
2012-02-01rustdoc: Add support for type itemsBrian Anderson-4/+20
2012-01-31rustdoc: Add impl doc nodeBrian Anderson-4/+20
2012-01-30rustdoc: Add definition of iface docsBrian Anderson-4/+20
2012-01-30rustdoc: Use fewer unique pointersBrian Anderson-4/+4
2012-01-29rustdoc: Move mod docs into the item tagBrian Anderson-21/+9
2012-01-29rustdoc: Move fn docs into the item tagBrian Anderson-22/+9
2012-01-29rustdoc: Move const docs into the item tagBrian Anderson-21/+8
2012-01-29rustdoc: Move enum docs into the item tagBrian Anderson-21/+8
2012-01-29rustdoc: Move resource docs into the item tagBrian Anderson-20/+11
2012-01-26rustdoc: Prune undocumented resourcesBrian Anderson-0/+1
2012-01-26rustdoc: Add resource signatures to doc treeBrian Anderson-1/+2
2012-01-26rustdoc: Add resources to the doc foldBrian Anderson-4/+31
2012-01-25rustdoc: Prune undocumented enumsBrian Anderson-0/+1
2012-01-25rustdoc: Extract variant signaturesBrian Anderson-1/+2
2012-01-25rustdoc: Add enum foldingBrian Anderson-7/+42
2012-01-24rustdoc: Prune undocumented constsBrian Anderson-0/+1
2012-01-24rustdoc: Add const types to the doc treeBrian Anderson-1/+2
2012-01-24rustdoc: Add fold_const and fold_constlist to foldBrian Anderson-17/+56
2012-01-19misc: "tag" -> "enum" for cargo, compiletest, fuzzer, rustdocPatrick Walton-1/+1
2012-01-19rustdoc: CleanupBrian Anderson-24/+5
2012-01-18rustdoc: Add mod docs attrs to the doc treeBrian Anderson-0/+1
2012-01-18rustdoc: Add brief and desc fields to module docsBrian Anderson-1/+1
2012-01-18rustdoc: Merge the crate's name attribute into the doc treeBrian Anderson-0/+1
2012-01-16rustdoc: Add a pass to prune undocumented itemsBrian Anderson-0/+1
2012-01-16rustdoc: Make fold polymorphic on a context typeBrian Anderson-36/+60
2012-01-16rustdoc: Add fold moduleBrian Anderson-0/+106