summary refs log tree commit diff
path: root/src/rustdoc/par.rs
AgeCommit message (Expand)AuthorLines
2012-07-01Convert to new closure syntaxBrian Anderson-4/+4
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-4/+4
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-5/+5
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-5/+5
2012-05-25Get rid of many implicit copies as a preliminary to Issue #2448.Michael Sullivan-2/+2
2012-04-08rustdoc: Use parallel map by defaultBrian Anderson-1/+1
2012-02-26rustdoc: Optimize some closures to avoid copyingBrian Anderson-1/+1
2012-02-26rustdoc: Rename util mod to parBrian Anderson-0/+31