summary refs log tree commit diff
path: root/src/rustdoc/fold.rs
AgeCommit message (Expand)AuthorLines
2012-09-28rustdoc: Fix build errorsBrian Anderson-4/+4
2012-09-21De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachiNiko Matsakis-3/+3
2012-09-19rustdoc: Begin support for structsBrian Anderson-6/+28
2012-09-18rustdoc: Camel caseBrian Anderson-121/+121
2012-09-07Convert all kind bounds to camel case. Remove send, owned keywords.Brian Anderson-8/+8
2012-09-04Remove 'with'Brian Anderson-26/+26
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-2/+2
2012-08-05Switch alts to use arrowsBrian Anderson-10/+10
2012-07-17rustc: Implement and enforce instance coherencePatrick Walton-12/+12
2012-07-17Get rustdoc working with std::par instead of its own par library. Closes #2885.Zack Corr-7/+7
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-8/+8
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