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
/
select.rs
Age
Commit message (
Expand
)
Author
Lines
2014-03-13
std: Rename Chan/Port types and constructor
Alex Crichton
-214
/
+215
2014-03-12
std: Relax an assertion in oneshot selection
Alex Crichton
-0
/
+52
2014-02-27
std: Export the select! macro
Alex Crichton
-16
/
+0
2014-02-18
Spellcheck library docs.
Huon Wilson
-1
/
+1
2014-02-13
Rebase conflicts from this giant stack of patches
Alex Crichton
-3
/
+3
2014-02-13
Relax an assertion in start_selection()
Alex Crichton
-2
/
+94
2014-02-13
std::comm: replace Handle.id with a method.
Huon Wilson
-12
/
+12
2014-02-11
Rewrite channels yet again for upgradeability
Alex Crichton
-120
/
+192
2014-02-11
Shuffle around ownership in concurrent queues
Alex Crichton
-6
/
+6
2014-01-31
Introduce marker types for indicating variance and for opting out
Niko Matsakis
-2
/
+5
2014-01-30
Remove Times trait
Brendan Zabarauskas
-3
/
+3
2014-01-29
Removing do keyword from libstd and librustc
Scott Lawrence
-6
/
+6
2014-01-26
Fix privacy fallout from previous change
Alex Crichton
-1
/
+1
2014-01-25
auto merge of #11808 : huonw/rust/std-visible-types, r=brson
bors
-0
/
+1
2014-01-26
std,extra: Make some types public and other private.
Huon Wilson
-0
/
+1
2014-01-25
auto merge of #11790 : lfairy/rust/rename-num-consts, r=alexcrichton
bors
-3
/
+3
2014-01-25
Uppercase numeric constants
Chris Wong
-3
/
+3
2014-01-24
Fix a spuriously tripped assert in select()
Alex Crichton
-1
/
+4
2014-01-18
Rename iterators for consistency
Palmer Cox
-3
/
+3
2014-01-15
Allow more "error" values in try_recv()
Alex Crichton
-3
/
+6
2013-12-24
std: Get stdtest all passing again
Alex Crichton
-81
/
+13
2013-12-24
std: Reimplement std::comm without the scheduler
Alex Crichton
-11
/
+17
2013-12-23
Fixing more doc tests
Alex Crichton
-1
/
+1
2013-12-23
std: Fix all code examples
Alex Crichton
-1
/
+2
2013-12-16
Test fallout from std::comm rewrite
Alex Crichton
-5
/
+8
2013-12-16
Fallout of rewriting std::comm
Alex Crichton
-0
/
+2
2013-12-16
Rewrite std::comm
Alex Crichton
-0
/
+498