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
/
rt
/
rust_scheduler.h
Age
Commit message (
Expand
)
Author
Lines
2013-08-09
Remove the C++ runtime. Sayonara
Brian Anderson
-91
/
+0
2012-12-15
Whitespace
Brian Anderson
-1
/
+1
2012-12-15
Made a bunch more classes non-copyable
Jesse Jones
-0
/
+5
2012-12-10
Add license boilerplate to more files.
Graydon Hoare
-0
/
+10
2012-09-19
core: Allocate threads on demand, not on scheduler startup
Philipp Brüschweiler
-7
/
+6
2012-07-20
[3/4 for #2365, #2671] Fix exit/kill race with scheds during rust_kernel::fail
Ben Blum
-1
/
+5
2012-07-20
[1/4 for #2365, #2671] Fix create/kill race with schedulers and tasks during ...
Ben Blum
-3
/
+5
2012-06-21
Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.
Graydon Hoare
-1
/
+1
2012-06-02
rt: Improve docs for main, kernel, scheduler, and task
Brian Anderson
-0
/
+7
2012-04-03
Merge remote-tracking branch 'brson/mainthread'
Brian Anderson
-5
/
+13
2012-04-03
rt: Fix bugs in the osmain scheduler
Brian Anderson
-0
/
+1
2012-04-03
Refactor includes structure, getting rid of rust_internal.h
Jon Morton
-1
/
+3
2012-04-02
rt: Run a single-threaded scheduler on the main thread
Brian Anderson
-1
/
+2
2012-04-01
remove rust_srv
Jon Morton
-3
/
+1
2012-04-01
rt: Introduce rust_sched_launcher_factory. Sorry, I need one
Brian Anderson
-2
/
+4
2012-04-01
rt: Allow some schedulers to stay alive even without tasks to execute
Brian Anderson
-3
/
+7
2012-04-01
Merge remote-tracking branch 'brson/mainthread'
Brian Anderson
-3
/
+5
2012-03-31
rt: Fix whitespace
Brian Anderson
-1
/
+1
2012-03-31
rt: Extract rust_sched_launcher from rust_task_thread
Brian Anderson
-3
/
+5
2012-03-31
Choose task thread in rust_scheduler by round robin
Jon Morton
-2
/
+2
2012-03-21
rt: Stop using large stacks for the main task
Brian Anderson
-3
/
+0
2012-03-15
rt: Remove remaining uses of rust_kernel::get_task_by_id
Brian Anderson
-4
/
+4
2012-02-27
rt: Change the way the kernel exits to avoid pthread leaks
Brian Anderson
-0
/
+1
2012-02-08
rt: Export a scheduler API
Brian Anderson
-0
/
+2
2012-02-08
rt: Change the lifecycle of tasks and schedulers for various reasons
Brian Anderson
-1
/
+6
2012-02-08
rt: Introduce scheduler ids
Brian Anderson
-1
/
+4
2012-02-08
rt: Change the scheme used for terminating the kernel
Brian Anderson
-1
/
+9
2012-02-08
rt: Remove rust_scheduler::rval. Unused
Brian Anderson
-1
/
+0
2012-02-03
rt: Extract rust_scheduler from rust_task_thread
Brian Anderson
-0
/
+39
2012-02-03
rt: Rename rust_scheduler to rust_task_thread
Brian Anderson
-150
/
+0
2012-02-02
rt: Remove unused arguments in rust_scheduler
Brian Anderson
-2
/
+2
2012-02-02
rt: Remove rust_scheduler::interrupt_flag. Unused
Brian Anderson
-3
/
+0
2012-02-02
rt: Only wake up all schedulers when no tasks are left
Brian Anderson
-0
/
+5
2012-01-29
rt: Make the initial segment of the main task's stack 1MB
Brian Anderson
-1
/
+2
2012-01-08
Fix some bad code in the dict interner
Marijn Haverbeke
-1
/
+0
2012-01-06
Make binding of fns with bounded type parameters work
Marijn Haverbeke
-0
/
+8
2011-12-28
Tidy up some drift in runtime logging, close #1380.
Graydon Hoare
-0
/
+8
2011-09-28
rt: Expose the C stack inside the Rust scheduler so that C calls can switch t...
Patrick Walton
-0
/
+3
2011-09-27
rt: Store the task in TLS
Patrick Walton
-0
/
+16
2011-08-25
rustc: Add an extra flag to object tydescs so that shapes know how to find th...
Patrick Walton
-4
/
+3
2011-08-18
Remove rc_base. Closes #603.
Michael Sullivan
-1
/
+2
2011-08-10
rt: Shutdown gracefully on failure
Brian Anderson
-0
/
+2
2011-08-08
Introduced task handles.
unknown
-3
/
+0
2011-07-29
Removing proxies and message queues.
Eric Holk
-10
/
+3
2011-07-28
Do all runtime calls to getenv at initialization
Brian Anderson
-0
/
+3
2011-07-28
Updating to work on Windows.
Eric Holk
-0
/
+6
2011-07-28
Per-thread scheduling. Closes #682.
Eric Holk
-5
/
+11
2011-07-28
Made root_task no longer special.
Eric Holk
-2
/
+0
2011-07-13
Fix compile-command lines in rt.
Graydon Hoare
-1
/
+1
2011-06-29
Adding support for pinning tasks to the currently running thread. Closes #598.
Eric Holk
-2
/
+2
[next]