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-12-29
std: Second pass stabilization for `comm`
Alex Crichton
-2133
/
+0
2014-12-29
std: Stabilize the prelude module
Alex Crichton
-299
/
+381
2014-12-27
auto merge of #20119 : FlaPer87/rust/oibit-send-and-friends, r=nikomatsakis
bors
-17
/
+43
2014-12-27
Fix fallout
Nick Cameron
-6
/
+3
2014-12-26
Relax `Arc` bounds don't require Sync+Send
Flavio Percoco
-9
/
+4
2014-12-26
Move RacyCell to `std::comm`
Flavio Percoco
-1
/
+28
2014-12-26
Make Send and Sync traits unsafe
Flavio Percoco
-2
/
+2
2014-12-26
Require types to opt-in Sync
Flavio Percoco
-18
/
+22
2014-12-23
Fix some spelling errors.
Huon Wilson
-2
/
+2
2014-12-20
Stabilize clone
Aaron Turon
-2
/
+2
2014-12-19
libstd: use `#[deriving(Copy)]`
Jorge Aparicio
-3
/
+1
2014-12-18
Delete rest of rustrt
Aaron Turon
-1
/
+1
2014-12-18
Revise std::thread API to join by default
Aaron Turon
-21
/
+31
2014-12-18
Fallout from new thread API
Aaron Turon
-90
/
+31
2014-12-18
Add blocking support module for channels
Aaron Turon
-24
/
+13
2014-12-18
libs: merge librustrt into libstd
Aaron Turon
-6
/
+5
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-188
/
+188
2014-12-15
Standardize some usages of "which" in docstrings
Andrew Wagner
-6
/
+6
2014-12-14
Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)
Niko Matsakis
-74
/
+74
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+2
2014-12-05
Fall out of the std::sync rewrite
Alex Crichton
-8
/
+12
2014-11-24
Merge libsync into libstd
Aaron Turon
-0
/
+2085
2014-06-11
sync: Move underneath libstd
Alex Crichton
-2033
/
+0
2014-06-10
Fix more misspelled comments and strings.
Joseph Crail
-1
/
+1
2014-05-30
std: Rename {Eq,Ord} to Partial{Eq,Ord}
Alex Crichton
-2
/
+2
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
[next]