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
/
libcore
/
rt
/
sched
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2013-05-14
Use static string with fail!() and remove fail!(fmt!())
Björn Steinbrink
-1
/
+1
2013-05-12
librustc: Make `self` and `static` into keywords
Patrick Walton
-20
/
+20
2013-05-05
Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze
Niko Matsakis
-4
/
+17
2013-04-30
Merge remote-tracking branch 'brson/io'
Brian Anderson
-4
/
+17
2013-04-30
allover: numerous unused muts etc
Niko Matsakis
-2
/
+0
2013-04-30
new borrow checker (mass squash)
Niko Matsakis
-1
/
+1
2013-04-23
core::rt: Tasks to not require an unwinder
Brian Anderson
-2
/
+8
2013-04-22
core::rt: Add unwinding to newsched tasks
Brian Anderson
-6
/
+1
2013-04-22
core::rt Wire up task-local storage to the new scheduler
Brian Anderson
-0
/
+7
2013-04-21
core::rt: Add LocalServices for thread-local language services
Brian Anderson
-1
/
+5
2013-04-19
core::rt: Simplify some scheduler operations
Brian Anderson
-97
/
+13
2013-04-19
core::rt: Add another context switching operation to the scheduler
Brian Anderson
-28
/
+89
2013-04-19
core: More tweaks to the thread-local scheduler interface
Brian Anderson
-81
/
+61
2013-04-19
core: Add rt::context for figuring out what runtime services are available
Brian Anderson
-0
/
+5
2013-04-16
Merge remote-tracking branch 'brson/sched-cleanup'
Brian Anderson
-0
/
+524
2013-04-15
core::rt: Clean up some more hacks
Brian Anderson
-12
/
+6
2013-04-15
core::rt: Narrow down the unsafety of the thread-local scheduler
Brian Anderson
-23
/
+29
2013-04-15
core::rt: Restructure context switches to take ownership of the Scheduler
Brian Anderson
-45
/
+70
2013-04-15
core::rt: Make Scheduler::unsafe_local return a fabricated region pointer
Brian Anderson
-50
/
+47
2013-04-15
core::rt: Rename Scheduler::local to Scheduler::unsafe_local
Brian Anderson
-11
/
+15
2013-04-15
core::rt: A little bit of cleanup to thread-local scheduler
Brian Anderson
-9
/
+7
2013-04-15
core::rt: Move thread-local scheduler to its own module
Brian Anderson
-0
/
+497