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
/
sched.rs
Age
Commit message (
Expand
)
Author
Lines
2013-08-01
minor tweaks - unboxed the coroutine so that it is no longer a ~ pointer insi...
toddaaro
-3
/
+31
2013-08-01
Fixed a race where a scheduler configured to only run tasks pinned to it woul...
toddaaro
-7
/
+34
2013-08-01
A major refactoring that changes the way the runtime uses TLS. In the
toddaaro
-573
/
+454
2013-08-01
std: Change `Times` trait to use `do` instead of `for`
blake2-ppc
-1
/
+1
2013-07-30
std::rt: Change Thread interface to require an explicit join
Brian Anderson
-6
/
+7
2013-07-26
Consolidate raw representations of rust values
Alex Crichton
-2
/
+2
2013-07-20
Change the HOF context switchers to pass a BlockedTask instead of a ~Task.
Ben Blum
-23
/
+60
2013-07-20
Do a task-killed check at the start of task 'timeslices'.
Ben Blum
-0
/
+11
2013-07-16
Rename Option swap_unwrap to take_unwrap. Fixes Issue#7764
Austin King
-5
/
+5
2013-07-03
Merge remote-tracking branch 'mozilla/master'
Brian Anderson
-2
/
+3
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
-337
/
+69
2013-06-26
std::rt: Some cleanup
Brian Anderson
-18
/
+17
2013-06-20
std::rt: Whitespace
Brian Anderson
-2
/
+2
2013-06-19
Modified a match in resume_task_from_queue that was returning an int that was...
toddaaro
-17
/
+17
2013-06-17
std: Rename `abort!` to `rtabort!` to match other macros
Brian Anderson
-7
/
+7
2013-06-16
Merge remote-tracking branch 'brson/io'
Brian Anderson
-100
/
+958
2013-06-15
Merge remote-tracking branch 'brson/io-wip' into io
Brian Anderson
-18
/
+20
2013-06-14
redesigned the pinning to pin deal with things on dequeue, not on enqueue
toddaaro
-181
/
+360
2013-06-13
std::rt: Change the Task constructors to reflect a tree
Brian Anderson
-11
/
+11
2013-06-13
std::rt: Add JoinLatch
Brian Anderson
-1
/
+4
2013-06-12
added functionality to tell schedulers to refuse to run tasks that are not pi...
toddaaro
-13
/
+35
2013-06-12
A basic implementation of pinning tasks to schedulers. No IO interactions hav...
toddaaro
-42
/
+372
2013-06-10
debugged a compiler ICE when merging local::borrow changes into the main io b...
toddaaro
-1
/
+1
2013-06-07
std::rt: Reduce task stack size to 1MB
Brian Anderson
-1
/
+1
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-04
std::cell: Modernize constructors
Philipp Brüschweiler
-6
/
+6
2013-06-01
Remove all uses of `pub impl`. rs=style
Patrick Walton
-25
/
+26
2013-05-30
core::rt: deny(unused_imports, unused_mut, unused_variable)
Brian Anderson
-8
/
+3
2013-05-30
core::rt: Fix two multithreading bugs and add a threadring test
Brian Anderson
-1
/
+65
2013-05-30
core::rt: Begin recording scheduler metrics
Brian Anderson
-2
/
+16
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
-63
/
+266
2013-05-23
cleanup warnings from libstd
Erick Tryzelaar
-1
/
+0
2013-05-22
libstd: Fix merge fallout.
Patrick Walton
-0
/
+554
[prev]