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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
sync
Age
Commit message (
Expand
)
Author
Lines
2015-01-02
rollup merge of #20410: japaric/assoc-types
Alex Crichton
-5
/
+11
2015-01-02
Rollup test fixes and rebase conflicts
Alex Crichton
-4
/
+3
2015-01-02
core: use assoc types in `Deref[Mut]`
Jorge Aparicio
-5
/
+11
2015-01-02
rollup merge of #20315: alexcrichton/std-sync
Alex Crichton
-36
/
+81
2015-01-02
rollup merge of #20273: alexcrichton/second-pass-comm
Alex Crichton
-57
/
+5348
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-45
/
+59
2015-01-01
std: Second pass stabilization of sync
Alex Crichton
-35
/
+80
2014-12-30
Remove core::atomic::Ordering::* public reexport
Corey Farwell
-1
/
+1
2014-12-29
Test fixes and rebase conflicts
Alex Crichton
-8
/
+12
2014-12-29
rollup merge of #20289: nick29581/shadowing
Alex Crichton
-1
/
+1
2014-12-29
rollup merge of #20264: nagisa/threadrng
Alex Crichton
-1
/
+1
2014-12-29
rollup merge of #20248: steveklabnik/gh20038
Alex Crichton
-16
/
+16
2014-12-29
std: Stabilization pass for mutex/rwlock/condvar
Alex Crichton
-227
/
+149
2014-12-29
std: Second pass stabilization for `comm`
Alex Crichton
-57
/
+5348
2014-12-29
std: Return Result from RWLock/Mutex methods
Alex Crichton
-282
/
+508
2014-12-29
std: Stabilize the prelude module
Alex Crichton
-44
/
+59
2014-12-29
Fallout from globs/re-export/shadowing change
Nick Cameron
-1
/
+1
2014-12-28
Rename TaskRng to ThreadRng
Simonas Kazlauskas
-1
/
+1
2014-12-26
s/task/thread/g
Steve Klabnik
-16
/
+16
2014-12-26
Make Barrier and Condvar Sync/Send
Flavio Percoco
-8
/
+32
2014-12-26
Relax `Arc` bounds don't require Sync+Send
Flavio Percoco
-5
/
+4
2014-12-26
Move RacyCell to `std::comm`
Flavio Percoco
-2
/
+3
2014-12-26
Make Send and Sync traits unsafe
Flavio Percoco
-5
/
+8
2014-12-26
Require types to opt-in Sync
Flavio Percoco
-5
/
+11
2014-12-23
Fix some spelling errors.
Huon Wilson
-1
/
+1
2014-12-20
Fix fallout of removing import_shadowing in tests.
Eduard Burtescu
-4
/
+1
2014-12-18
Revise std::thread API to join by default
Aaron Turon
-26
/
+26
2014-12-18
Fallout from new thread API
Aaron Turon
-42
/
+35
2014-12-14
Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)
Niko Matsakis
-39
/
+40
2014-12-14
Rewrite threading infrastructure, introducing `Thunk` to represent
Niko Matsakis
-20
/
+27
2014-12-13
libstd: use unboxed closures
Jorge Aparicio
-1
/
+2
2014-12-08
Remove Result and Option reexports
Corey Farwell
-1
/
+1
2014-12-06
libstd: remove unnecessary `to_string()` calls
Jorge Aparicio
-6
/
+6
2014-12-05
Fall out of the std::sync rewrite
Alex Crichton
-5
/
+12
2014-12-05
std: Rewrite the `sync` module
Alex Crichton
-3528
/
+1544
2014-11-26
rollup merge of #19329: steveklabnik/doc_style_cleanup2
Alex Crichton
-15
/
+13
2014-11-26
/*! -> //!
Steve Klabnik
-15
/
+13
2014-11-25
/** -> ///
Steve Klabnik
-54
/
+34
2014-11-25
auto merge of #19255 : aturon/rust/merge-sync, r=alexcrichton,alexcrichton
bors
-7
/
+4076
2014-11-25
auto merge of #19149 : alexcrichton/rust/issue-19091, r=aturon
bors
-1
/
+5
2014-11-24
Merge libsync into libstd
Aaron Turon
-7
/
+4076
2014-11-23
std: Add a new top-level thread_local module
Alex Crichton
-24
/
+0
2014-11-23
Rename unwrap functions to into_inner
Alex Crichton
-1
/
+5
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+1
2014-11-16
Fix doctests
Jakub Bukaj
-2
/
+2
2014-11-13
Rewrite std::sync::TaskPool to be load balancing and panic-resistant
Jonathan Reem
-63
/
+167
2014-10-30
rollup merge of #18398 : aturon/lint-conventions-2
Alex Crichton
-1
/
+1
2014-10-29
Rename fail! to panic!
Steve Klabnik
-12
/
+12
2014-10-28
Update code with new lint names
Aaron Turon
-1
/
+1
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-3
/
+0
[next]