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
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-09-22
disable starvation test completely for now
Daniel Micay
-13
/
+10
2013-09-22
disable scheduler starvation test on valgrind
Daniel Micay
-9
/
+13
2013-09-23
std: merge rand::{Rng,RngUtil} with default methods.
Huon Wilson
-2
/
+2
2013-09-19
std::rt: Try stealing from all schedulers
Brian Anderson
-10
/
+27
2013-09-16
switch Drop to `&mut self`
Daniel Micay
-3
/
+3
2013-09-09
rename `std::iterator` to `std::iter`
Daniel Micay
-1
/
+1
2013-08-29
Remove the iter module.
Jason Fager
-1
/
+1
2013-08-27
librustc: Fix merge fallout
Patrick Walton
-2
/
+2
2013-08-27
libstd: Fix merge fallout.
Patrick Walton
-1
/
+1
2013-08-27
librustc: Stop calling `each_path` in coherence.
Patrick Walton
-1
/
+1
2013-08-27
librustc: Ensure that type parameters are in the right positions in paths.
Patrick Walton
-9
/
+9
2013-08-27
librustc: Remove `&const` and `*const` from the language.
Patrick Walton
-0
/
+1
2013-08-24
std::rt: Remove metrics for perf
Brian Anderson
-5
/
+0
2013-08-24
std::rt: Reduce MessageQueue contention
Brian Anderson
-4
/
+27
2013-08-24
std::rt: Reduce SleeperList contention
Brian Anderson
-4
/
+1
2013-08-24
std::rt: Optimize TLS use in change_task_context
Brian Anderson
-1
/
+3
2013-08-23
std: Convert some assert!s to rtassert!
Brian Anderson
-1
/
+1
2013-08-23
std: Reduce TLS access
Brian Anderson
-3
/
+2
2013-08-20
auto merge of #8656 : toddaaro/rust/idle-opt+cleaning, r=brson
bors
-13
/
+16
2013-08-20
Fixed a memory leak caused by the singleton idle callback failing to close co...
toddaaro
-13
/
+16
2013-08-20
auto merge of #8566 : toddaaro/rust/idle-opt+cleaning, r=catamorphism,brson
bors
-287
/
+280
2013-08-19
Try to fix mac valgrind bot by disabling thread-heavy activities.
Graydon Hoare
-0
/
+2
2013-08-19
clean whitespace :/
toddaaro
-3
/
+3
2013-08-16
A round of code cleaning for the primary scheduler code. Comments have been u...
toddaaro
-272
/
+199
2013-08-16
Moved the logic for a pausible idle callback into a new type - PausibleIdleCa...
toddaaro
-73
/
+23
2013-08-16
std::rt: Fix a race in UvRemoteCallback's dtor that misses callbacks
Brian Anderson
-0
/
+46
2013-08-16
std::rt: Touch up idle logic
Brian Anderson
-16
/
+36
2013-08-16
an attempt at a singleton pausible idle callback for each scheduler. suffers ...
toddaaro
-19
/
+69
2013-08-08
Enabled workstealing in the scheduler. Previously we had one global work queu...
toddaaro
-45
/
+114
2013-08-07
std: Allow spawners to specify stack size
Brian Anderson
-7
/
+7
2013-08-07
core: option.map_consume -> option.map_move
Erick Tryzelaar
-2
/
+2
2013-08-04
std::rt: Schedule more scheduler callbacks to avoid dropping messages
Brian Anderson
-1
/
+3
2013-08-04
std::rt: Don't allow schedulers to exit before handling all messages
Brian Anderson
-0
/
+10
2013-08-03
remove obsolete `foreach` keyword
Daniel Micay
-2
/
+2
2013-08-02
Add an assert_may_sleep() check on every context switch.
Ben Blum
-0
/
+4
2013-08-02
Don't fail from kill signals if already unwinding.
Ben Blum
-1
/
+1
2013-08-02
auto merge of #8221 : brson/rust/single-threaded, r=graydon
bors
-3
/
+9
2013-08-02
std: Implement SingleThreaded spawn mode for newsched
Brian Anderson
-3
/
+9
2013-08-02
replace `range` with an external iterator
Daniel Micay
-4
/
+3
2013-08-01
fixed incorrect handling of returned scheduler option and restructed schedule...
toddaaro
-63
/
+46
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
[next]