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
/
rt
/
rust_sched_loop.cpp
Age
Commit message (
Expand
)
Author
Lines
2012-06-28
Remove obsolete FIXME
Tim Chevalier
-2
/
+0
2012-06-21
Comments only: annotate FIXMEs
Tim Chevalier
-1
/
+1
2012-06-04
Moved log method into logger class better than scheduler fixes #2495
Arkaitz Jimenez
-21
/
+5
2012-06-03
rt: Add a FIXME about #2495
Brian Anderson
-0
/
+1
2012-06-03
Show ellipsis sign when log line is truncated
Arkaitz Jimenez
-1
/
+7
2012-05-21
add a seeded random number generator so that sequences of random numbers can ...
Gareth Daniel Smith
-1
/
+1
2012-04-03
Refactor includes structure, getting rid of rust_internal.h
Jon Morton
-5
/
+1
2012-04-02
rt: cleanup passing around of rust_env
Jon Morton
-4
/
+3
2012-04-01
remove rust_srv
Jon Morton
-5
/
+3
2012-04-01
replace assertion macros with plain asserts
Jon Morton
-16
/
+15
2012-04-01
Merge remote-tracking branch 'brson/mainthread'
Brian Anderson
-0
/
+413
2012-03-31
rt: Add some more locking asserts to rust_sched_loop
Brian Anderson
-0
/
+2
2012-03-31
Revert "rt: Remove lock_held_by_current_thread"
Brian Anderson
-0
/
+2
2012-03-31
rt: Extract start_main_loop from rust_sched_loop to rust_sched_driver
Brian Anderson
-22
/
+15
2012-03-31
rt: Refactor the scheduler loop so that it can be driven from without
Brian Anderson
-20
/
+41
2012-03-31
rt: Rename rust_task_thread to rust_sched_loop
Brian Anderson
-0
/
+395