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-05-24
Fixes problems on systems with opaque mutex
Valerii Hiora
-10
/
+12
2014-05-22
libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.
Patrick Walton
-2
/
+2
2014-05-19
std: Move comm primitives away from UnsafeArc
Alex Crichton
-22
/
+27
2014-05-07
Test fixes and rebase conflicts
Alex Crichton
-2
/
+0
2014-05-06
librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except
Patrick Walton
-14
/
+18
2014-05-05
std::comm: use Unsafe to avoid U.B. & -> &mut transmutes.
Huon Wilson
-34
/
+49
2014-05-05
std: deprecate cast::transmute_mut.
Huon Wilson
-7
/
+12
2014-05-02
Replace most ~exprs with 'box'. #11779
Brian Anderson
-23
/
+23
2014-04-19
Rewrite paragraph describing difference between try_send and send_opt
James Sanders
-4
/
+4
2014-04-18
Fix a couple places in docs where try_send wasn't changed to send_opt
James Sanders
-2
/
+2
2014-04-16
auto merge of #13465 : alexcrichton/rust/fix-comm-dox, r=brson
bors
-23
/
+77
2014-04-15
std: Update documentation on the `comm` module
Alex Crichton
-23
/
+77
2014-04-13
Make Result::{unwrap, unwrap_err} require Show
Steven Fackler
-1
/
+1
2014-04-10
std: Make std::comm return types consistent
Alex Crichton
-114
/
+125
2014-04-06
std: Ignore a flaky std::comm test
Alex Crichton
-1
/
+1
2014-04-02
Fix fallout of requiring uint indices
Alex Crichton
-1
/
+1
2014-03-31
std: Switch field privacy as necessary
Alex Crichton
-9
/
+9
2014-03-28
syntax: Accept meta matchers in macros
Alex Crichton
-3
/
+3
2014-03-24
comm: Implement synchronous channels
Alex Crichton
-2
/
+696
2014-03-22
std::comm: Remove Freeze / NoFreeze
Flavio Percoco
-4
/
+4
2014-03-13
std: Rename Chan/Port types and constructor
Alex Crichton
-306
/
+306
2014-02-28
std: Change assert_eq!() to use {} instead of {:?}
Alex Crichton
-1
/
+1
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
[next]