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
Age
Commit message (
Expand
)
Author
Lines
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
-1
/
+2
2014-01-26
std,extra: Make some types public and other private.
Huon Wilson
-1
/
+2
2014-01-25
auto merge of #11790 : lfairy/rust/rename-num-consts, r=alexcrichton
bors
-5
/
+5
2014-01-25
Uppercase numeric constants
Chris Wong
-5
/
+5
2014-01-24
Fix a spuriously tripped assert in select()
Alex Crichton
-1
/
+4
2014-01-18
Rename iterators for consistency
Palmer Cox
-7
/
+7
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
-19
/
+94
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
-311
/
+195
2013-12-24
std: Reimplement std::comm without the scheduler
Alex Crichton
-362
/
+40
2013-12-23
Fixing more doc tests
Alex Crichton
-1
/
+1
2013-12-23
std: Fix all code examples
Alex Crichton
-3
/
+4
2013-12-21
Guarantee comm primitives are not Freeze
Alex Crichton
-0
/
+4
2013-12-16
Test fallout from std::comm rewrite
Alex Crichton
-6
/
+14
2013-12-16
Fallout of rewriting std::comm
Alex Crichton
-0
/
+2
2013-12-16
Rewrite std::comm
Alex Crichton
-0
/
+2206