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
/
comm
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2014-02-19
Fix sending/try_recv on channels off the runtime
Alex Crichton
-10
/
+49
2014-02-14
Fix all code examples
Alex Crichton
-1
/
+1
2014-02-11
Test fixes and rebase conflicts
Alex Crichton
-13
/
+13
2014-02-11
Rewrite channels yet again for upgradeability
Alex Crichton
-498
/
+307
2014-02-11
Shuffle around ownership in concurrent queues
Alex Crichton
-67
/
+65
2014-02-11
Move replace and swap to std::mem. Get rid of std::util
Edward Wang
-1
/
+0
2014-02-03
std: Remove try_send_deferred plus all fallout
Alex Crichton
-13
/
+7
2014-02-03
std: Fix tests with io_error usage
Alex Crichton
-1
/
+1
2014-01-31
Introduce marker types for indicating variance and for opting out
Niko Matsakis
-7
/
+17
2014-01-30
Remove Times trait
Brendan Zabarauskas
-16
/
+16
2014-01-29
Removing do keyword from libstd and librustc
Scott Lawrence
-67
/
+67
2014-01-25
auto merge of #11808 : huonw/rust/std-visible-types, r=brson
bors
-1
/
+1
2014-01-26
std,extra: Make some types public and other private.
Huon Wilson
-1
/
+1
2014-01-25
Uppercase numeric constants
Chris Wong
-2
/
+2
2014-01-18
Rename iterators for consistency
Palmer Cox
-4
/
+4
2014-01-16
Fix test to account for new temporary lifetime rules, which cause the channel...
Niko Matsakis
-1
/
+1
2014-01-15
Allow more "error" values in try_recv()
Alex Crichton
-16
/
+88
2014-01-07
std: Fill in all missing imports
Alex Crichton
-1
/
+1
2013-12-29
Actually block in a windows cvar
Alex Crichton
-3
/
+0
2013-12-29
auto merge of #11134 : lucab/rust/lucab/libstd-doc, r=cmr
bors
-1
/
+1
2013-12-28
Guard a maybe_yield in Chan with can_resched
Alex Crichton
-1
/
+1
2013-12-27
std: uniform modules titles for doc
Luca Bruno
-1
/
+1
2013-12-24
std: Remove must deferred sending functions
Alex Crichton
-34
/
+5
2013-12-24
native: Protect against spurious wakeups on cvars
Alex Crichton
-1
/
+1
2013-12-24
std: Implement yields on receives for channels
Alex Crichton
-5
/
+20
2013-12-24
std: Get stdtest all passing again
Alex Crichton
-230
/
+182
2013-12-24
std: Reimplement std::comm without the scheduler
Alex Crichton
-14
/
+23
2013-12-23
std: Fix all code examples
Alex Crichton
-2
/
+2
2013-12-21
Guarantee comm primitives are not Freeze
Alex Crichton
-0
/
+4
2013-12-16
Test fallout from std::comm rewrite
Alex Crichton
-1
/
+6
2013-12-16
Rewrite std::comm
Alex Crichton
-0
/
+1371