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-02-19
Fix sending/try_recv on channels off the runtime
Alex Crichton
-10
/
+49
2014-02-18
auto merge of #12345 : huonw/rust/speeling, r=cmr
bors
-1
/
+1
2014-02-17
Fix a deadlock in channels, again.
Alex Crichton
-4
/
+4
2014-02-18
Spellcheck library docs.
Huon Wilson
-1
/
+1
2014-02-15
auto merge of #12302 : alexcrichton/rust/issue-12295, r=brson
bors
-7
/
+28
2014-02-15
auto merge of #12298 : alexcrichton/rust/rustdoc-testing, r=sfackler
bors
-1
/
+1
2014-02-15
Correctly reset steals when hitting MAX_STEALS
Alex Crichton
-7
/
+28
2014-02-16
Convert some unnecessary StaticNativeMutexes to NativeMutexes.
Huon Wilson
-4
/
+3
2014-02-16
std: Rename unstable::mutex::Mutex to StaticNativeMutex.
Huon Wilson
-3
/
+3
2014-02-16
std: add an RAII unlocker to Mutex.
Huon Wilson
-4
/
+3
2014-02-14
Fix all code examples
Alex Crichton
-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
-10
/
+122
2014-02-13
std::comm: replace Handle.id with a method.
Huon Wilson
-12
/
+12
2014-02-11
Test fixes and rebase conflicts
Alex Crichton
-40
/
+27
2014-02-11
Rewrite channels yet again for upgradeability
Alex Crichton
-618
/
+1824
2014-02-11
Shuffle around ownership in concurrent queues
Alex Crichton
-73
/
+71
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
-9
/
+22
2014-01-30
Remove Times trait
Brendan Zabarauskas
-19
/
+19
2014-01-29
Removing do keyword from libstd and librustc
Scott Lawrence
-73
/
+73
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