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
Age
Commit message (
Expand
)
Author
Lines
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
2012-02-02
rt: Generate intrinsics
Brian Anderson
-71
/
+85
2012-02-02
rt: Fix intrinsics bustage
Brian Anderson
-0
/
+1
2012-02-01
make boxes self-describing (fixes #1493)" (take 2)
Niko Matsakis
-313
/
+286
2012-02-01
Revert "make boxes self-describing (fixes #1493)" until a new
Niko Matsakis
-286
/
+313
2012-02-01
make boxes self-describing (fixes #1493)
Niko Matsakis
-313
/
+286
2012-02-01
rt: Don't access fields on null supervisor task
Brian Anderson
-2
/
+2
2012-02-01
rt: Fix lock_held_by_current_thread
Brian Anderson
-8
/
+12
2012-02-01
rt: Remove unused variable from lock_and_signal
Brian Anderson
-5
/
+1
2012-02-01
rt: Remove calls to signal the kernel lock
Brian Anderson
-3
/
+0
2012-02-01
rt: Remove rust_timer. Unused
Brian Anderson
-118
/
+0
2012-01-29
rt: Remove set_min_stack
Brian Anderson
-21
/
+1
2012-01-29
rt: Make the initial segment of the main task's stack 1MB
Brian Anderson
-10
/
+24
2012-01-27
rt: Remove unused variable
Brian Anderson
-2
/
+2
2012-01-27
Implement timers.
Donovan Preston
-2
/
+65
2012-01-26
Shuffle around to work with rust-spidermonkey
Donovan Preston
-37
/
+59
2012-01-25
Merge pull request #1627 from graydon/win32-quoting
Brian Anderson
-4
/
+62
2012-01-24
freebsd clang support
Jyun-Yan You
-0
/
+4
2012-01-23
Fix win32 command-line quoting on rust_run_program.
Graydon Hoare
-4
/
+62
2012-01-22
std: Add some hacks to use libuv
Brian Anderson
-0
/
+356
2012-01-20
revert accidental commits
Niko Matsakis
-2
/
+2
[prev]
[next]