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
Age
Commit message (
Expand
)
Author
Lines
2012-02-08
rt: Export a scheduler API
Brian Anderson
-3
/
+36
2012-02-08
rt: Hold schedulers in a map
Brian Anderson
-10
/
+58
2012-02-08
rt: Change the lifecycle of tasks and schedulers for various reasons
Brian Anderson
-23
/
+66
2012-02-08
rt: Start schedulers immediately upon creation
Brian Anderson
-8
/
+6
2012-02-08
rt: Refactor the rust_kernel interface a bit
Brian Anderson
-26
/
+36
2012-02-08
rt: Introduce scheduler ids
Brian Anderson
-4
/
+10
2012-02-08
rt: Delete schedulers immediately upon release
Brian Anderson
-5
/
+6
2012-02-08
rt: Change the scheme used for terminating the kernel
Brian Anderson
-11
/
+58
2012-02-08
rt: Remove is_running flag from rust_thread. Unused
Brian Anderson
-12
/
+1
2012-02-08
rt: Remove rust_scheduler::rval. Unused
Brian Anderson
-1
/
+0
2012-02-08
deprecate old style box shape strings
Niko Matsakis
-1
/
+11
2012-02-08
fix bug that causes premature pops from obstack
Niko Matsakis
-9
/
+21
2012-02-08
make shape code use the tydesc found in the box, not the shape str
Niko Matsakis
-46
/
+88
2012-02-07
rt: Don't ignore result of chdir. Fail hard for now with a FIXME
Brian Anderson
-1
/
+5
2012-02-07
Make process-spawning take environments and working directories, remove procs...
Graydon Hoare
-14
/
+89
2012-02-07
made leak an intrinsic to avoid a c-call. added memmove and memcpy intrinsics
Magnus Auvinen
-0
/
+73
2012-02-07
Stop storing cmp glue in tydescs
Marijn Haverbeke
-5
/
+2
2012-02-07
Reuse monomorphized functions for different box types
Marijn Haverbeke
-0
/
+1
2012-02-06
Revert "log to stderr instead of stdout"
Brian Anderson
-1
/
+5
2012-02-05
Adding str::reserve
Kevin Cantu
-0
/
+8
2012-02-05
Making vec::reserve reserve precisely the size given (untested)
Kevin Cantu
-6
/
+8
2012-02-04
rt: Expand rust_kernel::live_tasks to a uintptr_t
Brian Anderson
-3
/
+3
2012-02-04
rt: Stop using atomic ops on rust_kernel::live_tasks
Brian Anderson
-5
/
+8
2012-02-03
rt: Make isaac_init not a template
Brian Anderson
-19
/
+12
2012-02-03
rt: Remove some silly locks in rust_scheduler
Brian Anderson
-4
/
+0
2012-02-03
rt: Add sanity checks when we hit the max task/port id
Brian Anderson
-0
/
+2
2012-02-03
rt: Clean up the way the kernel tracks tasks
Brian Anderson
-42
/
+49
2012-02-03
rt: Do all task creation through a scheduler
Brian Anderson
-15
/
+10
2012-02-03
rt: Create new tasks through the current thread's scheduler
Brian Anderson
-1
/
+1
2012-02-03
rt: Add a field to rust_task to hold its scheduler
Brian Anderson
-2
/
+3
2012-02-03
rt: Extract rust_scheduler from rust_task_thread
Brian Anderson
-112
/
+180
2012-02-03
rt: Rename rust_scheduler to rust_task_thread
Brian Anderson
-272
/
+271
2012-02-03
log to stderr instead of stdout
Ted Horst
-5
/
+1
2012-02-03
Remove experimental GC code
Marijn Haverbeke
-191
/
+7
2012-02-02
rt: Change the win32 event object to an auto-reset event
Brian Anderson
-1
/
+1
2012-02-02
rt: Remove lock_and_signal::signal_all
Brian Anderson
-18
/
+1
2012-02-02
rt: Remove lock_and_signal::timed_wait
Brian Anderson
-36
/
+2
2012-02-02
rt: Stop waking up the scheduler on a timer
Brian Anderson
-1
/
+1
2012-02-02
rt: Remove unused arguments in rust_scheduler
Brian Anderson
-7
/
+7
2012-02-02
rt: Simplify reap_dead_tasks
Brian Anderson
-28
/
+4
2012-02-02
rt: Remove rust_scheduler::interrupt_flag. Unused
Brian Anderson
-6
/
+0
2012-02-02
rt: Only wake up all schedulers when no tasks are left
Brian Anderson
-9
/
+25
2012-02-02
rt: Do all signalling while holding a lock
Brian Anderson
-9
/
+5
2012-02-02
rt: Remove bogus task reaping from the scheduler
Brian Anderson
-14
/
+4
2012-02-02
rt: Remove rust_task::can_schedule. Does nothing
Brian Anderson
-20
/
+5
2012-02-02
rt: Remove running_on flag. Does nothing
Brian Anderson
-9
/
+1
2012-02-02
rt: Remove task pinning. Does nothing
Brian Anderson
-39
/
+1
2012-02-02
rt: Rename task_sleep intrinsic to task_yield. Remove usec param
Brian Anderson
-20
/
+17
2012-02-02
rt: Remove yield timers
Brian Anderson
-12
/
+4
2012-02-02
rt: Remove bitrotted tests
Brian Anderson
-303
/
+0
[prev]
[next]