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
/
rt
Age
Commit message (
Expand
)
Author
Lines
2013-06-15
Merge remote-tracking branch 'brson/io-wip' into io
Brian Anderson
-86
/
+778
2013-06-15
std::rt: Tasks contain a JoinLatch
Brian Anderson
-32
/
+56
2013-06-15
Merge remote-tracking branch 'toddaaro/io' into io
Brian Anderson
-81
/
+793
2013-06-14
redesigned the pinning to pin deal with things on dequeue, not on enqueue
toddaaro
-201
/
+392
2013-06-13
std::rt: Tasks must have an unwinder. Simpler
Brian Anderson
-41
/
+10
2013-06-13
std::rt: Change the Task constructors to reflect a tree
Brian Anderson
-25
/
+73
2013-06-13
std::rt: Add JoinLatch
Brian Anderson
-4
/
+665
2013-06-12
added functionality to tell schedulers to refuse to run tasks that are not pi...
toddaaro
-18
/
+60
2013-06-12
std::rt: Remove old files
Brian Anderson
-902
/
+0
2013-06-12
A basic implementation of pinning tasks to schedulers. No IO interactions hav...
toddaaro
-42
/
+496
2013-06-10
std::rt: Work around a dynamic borrowck bug
Brian Anderson
-3
/
+2
2013-06-10
debugged a compiler ICE when merging local::borrow changes into the main io b...
toddaaro
-13
/
+38
2013-06-07
std::rt: Reduce task stack size to 1MB
Brian Anderson
-1
/
+1
2013-06-06
std::rt: Fix a race in the UvRemoteCallback dtor
Brian Anderson
-11
/
+15
2013-06-06
std::rt: Fix stream test to be parallel
Brian Anderson
-4
/
+4
2013-06-06
std::rt: Configure test threads with RUST_TEST_THREADS. Default is ncores x2
Brian Anderson
-2
/
+17
2013-06-06
std: Fix stage0 build
Brian Anderson
-0
/
+12
2013-06-05
core::rt: Add `MegaPipe`, an unbounded, multiple producer/consumer, lock-free...
Brian Anderson
-0
/
+71
2013-06-05
core::rt: Add SharedPort
Brian Anderson
-0
/
+132
2013-06-05
core::rt: Implement SharedChan
Brian Anderson
-3
/
+64
2013-06-05
std::rt: Remove in incorrect assert
Brian Anderson
-1
/
+3
2013-06-05
std::rt: Destroy the task start closure while in task context
Brian Anderson
-1
/
+36
2013-06-05
std::rt: Use AtomicUint instead of intrinsics in comm
Brian Anderson
-9
/
+9
2013-05-30
core::rt: deny(unused_imports, unused_mut, unused_variable)
Brian Anderson
-22
/
+11
2013-05-30
core::rt: Fix two multithreading bugs and add a threadring test
Brian Anderson
-2
/
+66
2013-05-30
core::rt: Begin recording scheduler metrics
Brian Anderson
-8
/
+123
2013-05-29
core::rt: Add some notes about optimizations
Brian Anderson
-0
/
+14
2013-05-29
Merge remote-tracking branch 'brson/io' into incoming
Brian Anderson
-200
/
+747
2013-05-23
cleanup warnings from libstd
Erick Tryzelaar
-11
/
+7
2013-05-22
libstd: Fix merge fallout.
Patrick Walton
-0
/
+3238
2013-05-22
libstd: Rename libcore to libstd and libstd to libextra; update makefiles.
Patrick Walton
-0
/
+5846