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-07-02
A missing ! made it so that the testcase schedule_home_states was throwing sp...
toddaaro
-1
/
+1
2013-07-01
removed unnecessary import that slipped in during merge
toddaaro
-1
/
+0
2013-07-01
merging task/coroutine refactoring back into upstream
toddaaro
-19
/
+18
2013-07-01
Refactored the runtime to view coroutines as a component of tasks, instead of...
toddaaro
-542
/
+362
2013-06-26
std::rt: Some cleanup
Brian Anderson
-20
/
+18
2013-06-24
extra: Make test runner compatible with newsched
Brian Anderson
-7
/
+14
2013-06-24
std::rt: deny(unused_unsafe)
Brian Anderson
-4
/
+5
2013-06-24
std: Make unlinking and task notification work with newsched
Brian Anderson
-0
/
+25
2013-06-24
std: Make box annihilator work with newsched
Brian Anderson
-14
/
+71
2013-06-24
std: Move dynamic borrowck code from unstable::lang to rt::borrowck
Brian Anderson
-0
/
+286
2013-06-24
std: Rewrite vec_reserve_shared_actual in Rust
Brian Anderson
-0
/
+9
2013-06-21
std: Make console log off/on controls work with newsched
Brian Anderson
-4
/
+16
2013-06-21
std::rt: Support os::args
Brian Anderson
-7
/
+144
2013-06-20
std: Port SharedChan to newsched
Brian Anderson
-0
/
+12
2013-06-20
Merge remote-tracking branch 'brson/io' into io-upstream
Brian Anderson
-788
/
+3024
2013-06-20
std::rt: Whitespace
Brian Anderson
-2
/
+2
2013-06-20
Merge remote-tracking branch 'brson/io-wip' into io
Brian Anderson
-21
/
+55
2013-06-19
std::rt: Update GC metadata in init
Brian Anderson
-0
/
+5
2013-06-19
Modified a match in resume_task_from_queue that was returning an int that was...
toddaaro
-17
/
+17
2013-06-19
std::rt: Document and cleanup the run function
Brian Anderson
-10
/
+30
2013-06-19
std::rt: Correct the numbers of default cores
Brian Anderson
-6
/
+1
2013-06-19
std::rt: Set the process exit code
Brian Anderson
-5
/
+19
2013-06-18
std::rt: Work around a dynamic borrowck bug
Brian Anderson
-3
/
+2
2013-06-18
std::rt: Improve the rtabort! macro
Brian Anderson
-4
/
+64
2013-06-18
replace #[inline(always)] with #[inline]. r=burningtree.
Graydon Hoare
-1
/
+1
2013-06-18
std::rt: Turn on multithreaded scheduling
Brian Anderson
-16
/
+76
2013-06-17
std: Rename `abort!` to `rtabort!` to match other macros
Brian Anderson
-21
/
+21
2013-06-17
std::rt: move abort function to util module
Brian Anderson
-0
/
+4
2013-06-17
std::rt: Check exchange count on exit
Brian Anderson
-6
/
+37
2013-06-17
std::rt: Add util mod and num_cpus function
Brian Anderson
-5
/
+27
2013-06-16
std::rt: Reduce the delay on a timer test. Slow
Brian Anderson
-2
/
+2
2013-06-16
Merge remote-tracking branch 'brson/io'
Brian Anderson
-764
/
+2788
2013-06-15
Merge remote-tracking branch 'brson/io-wip' into io
Brian Anderson
-86
/
+778
2013-06-15
rm vec::uniq_len
Daniel Micay
-1
/
+2
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-13
automated whitespace fixes
Daniel Micay
-4
/
+0
2013-06-13
Remove unused imports
Steven Stewart-Gallus
-2
/
+0
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-12
std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_...
Huon Wilson
-2
/
+2
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-10
Tag a bunch of destructors that need mutable self with FIXME for #4330. Close...
Ben Blum
-1
/
+1
2013-06-10
Replace str::raw::buf_as_slice with c_str_to_static_slice. Close #3843.
Ben Blum
-15
/
+1
[next]