about summary refs log tree commit diff
path: root/src/libstd/par.rs
AgeCommit message (Expand)AuthorLines
2012-10-04Remove by-copy mode from std, mostlyTim Chevalier-4/+6
2012-10-01Demode ebml, ebml2, json, parTim Chevalier-4/+4
2012-09-28std: More demodingBrian Anderson-9/+9
2012-09-28demode vecNiko Matsakis-4/+4
2012-09-27De-export std::{base64,cmp,par}. Part of #3583.Graydon Hoare-6/+5
2012-09-26Demode vec::push (and convert to method)Niko Matsakis-1/+1
2012-09-21De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachiNiko Matsakis-3/+3
2012-09-18core: Rename 'unsafe' mod to 'cast'Brian Anderson-1/+1
2012-09-13s/vec::as_buf/vec::as_imm_buf/, fix comment, remove set.rsNiko Matsakis-1/+1
2012-09-10Make remaining moves explicit in libstdTim Chevalier-2/+2
2012-09-07Convert all kind bounds to camel case. Remove send, owned keywords.Brian Anderson-6/+6
2012-09-06Refactor trans to replace lvalue and friends with Datum.Niko Matsakis-2/+2
2012-09-04libstd: "import" -> "use"Patrick Walton-1/+1
2012-09-01Demode reinterpret_castBrian Anderson-1/+1
2012-08-31Remove type annotation that is no longer necessaryTim Chevalier-2/+1
2012-08-31Make utility funs in core::int, core::uint, etc. not by-referenceTim Chevalier-2/+2
2012-08-29core: Demode int/uint modsBrian Anderson-2/+2
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