index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
par.rs
Age
Commit message (
Expand
)
Author
Lines
2012-07-04
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....
Gareth Daniel Smith
-16
/
+22
2012-07-03
core: Eliminate some overloading of the name "future" in future.rs
Patrick Walton
-1
/
+1
2012-07-02
rustc: Implement a new resolve pass behind a compile flag
Patrick Walton
-0
/
+1
2012-07-01
Convert to new closure syntax
Brian Anderson
-13
/
+13
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-19
/
+19
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-17
/
+17
2012-06-26
libstd: Work around some metadata infelicities that are causing problems in r...
Patrick Walton
-1
/
+2
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-12
/
+13
2012-06-25
Improved graph500 performance (Issue #2719)
Eric Holk
-2
/
+3
2012-06-20
Comments only: typos
Tim Chevalier
-1
/
+1
2012-06-14
Comments only: annotate FIXMEs
Tim Chevalier
-1
/
+1
2012-06-02
make vec fns/methods take imm slices.
Niko Matsakis
-7
/
+7
2012-05-30
Add xorshift to core::rand, which gave a 3x speedup for graph generation in t...
Eric Holk
-1
/
+1
2012-05-30
Remove warnings in std::par.
Eric Holk
-10
/
+14
2012-05-30
Added a factory version of par::mapi, which avoids the need for share_arc, an...
Eric Holk
-15
/
+40
2012-05-30
Move par into libstd. Closes #2441.
Eric Holk
-0
/
+108
2012-05-22
Removing par.rs, since it's not usable now anyway.
Eric Holk
-103
/
+0
2012-05-22
Adding a module with parallel vector operations.
Eric Holk
-0
/
+103