about summary refs log tree commit diff
path: root/src/libstd/par.rs
AgeCommit message (Expand)AuthorLines
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-4/+4
2012-08-16Add std::comm with DuplexStreamEric Holk-4/+0
2012-08-13rustc: Mostly implement region-bounded stack closuresPatrick Walton-2/+2
2012-08-08Convert impls to new syntaxBrian Anderson-2/+0
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-4/+4
2012-07-24Update some str functions to slices, merge as_buf and unpack_slice.Graydon Hoare-1/+1
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-3/+3
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-16/+22
2012-07-03core: Eliminate some overloading of the name "future" in future.rsPatrick Walton-1/+1
2012-07-02rustc: Implement a new resolve pass behind a compile flagPatrick Walton-0/+1
2012-07-01Convert to new closure syntaxBrian Anderson-13/+13
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-19/+19
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-17/+17
2012-06-26libstd: Work around some metadata infelicities that are causing problems in r...Patrick Walton-1/+2
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-12/+13
2012-06-25Improved graph500 performance (Issue #2719)Eric Holk-2/+3
2012-06-20Comments only: typosTim Chevalier-1/+1
2012-06-14Comments only: annotate FIXMEsTim Chevalier-1/+1
2012-06-02make vec fns/methods take imm slices.Niko Matsakis-7/+7
2012-05-30Add xorshift to core::rand, which gave a 3x speedup for graph generation in t...Eric Holk-1/+1
2012-05-30Remove warnings in std::par.Eric Holk-10/+14
2012-05-30Added a factory version of par::mapi, which avoids the need for share_arc, an...Eric Holk-15/+40
2012-05-30Move par into libstd. Closes #2441.Eric Holk-0/+108
2012-05-22Removing par.rs, since it's not usable now anyway.Eric Holk-103/+0
2012-05-22Adding a module with parallel vector operations.Eric Holk-0/+103