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-03-05
rt: Protect rust_task::state with a lock
Brian Anderson
-5
/
+15
2012-03-05
rt: Protect rust_task::killed with a lock
Brian Anderson
-4
/
+13
2012-03-05
Extra removal, missed by last commit.
Graydon Hoare
-6
/
+0
2012-03-05
Remove dead code from rt (debug_obj, rust_obj, rust_closure, rust_box_obj, ru...
Graydon Hoare
-42
/
+0
2012-03-05
rt: Remove virtual methods from memory_region, rust_srv
Brian Anderson
-11
/
+8
2012-03-02
rt: Move RUST_POISON_ON_FREE into rust_env
Brian Anderson
-7
/
+4
2012-03-02
rt: Checking port_table.is_empty() requires a lock
Brian Anderson
-1
/
+6
2012-03-02
rt: Protect rust_task::supervisor with a lock
Brian Anderson
-5
/
+13
2012-03-02
rt: Port ref counts are protected by the task lock. Ick.
Brian Anderson
-1
/
+1
2012-03-02
rt: Always delete task stacks on the task thread
Brian Anderson
-7
/
+12
2012-03-02
retool inline encoding to handle methods, fix tests
Niko Matsakis
-360
/
+351
2012-03-01
rt: Make fields of rust_task_thread private where possible
Brian Anderson
-39
/
+36
2012-03-01
rt: rust_task_thread isn't ref counted
Brian Anderson
-2
/
+0
2012-03-01
rt: Remove vec_append.ll
Brian Anderson
-138
/
+0
2012-03-01
rt: Remove rust_kernel::live_tasks. Unused
Brian Anderson
-8
/
+3
2012-02-29
add the ability to snag the frame so we can verify that we are inlining
Niko Matsakis
-1
/
+25
2012-02-28
rt: strings should escape chars like '\n' as '\n'
Erick Tryzelaar
-4
/
+13
2012-02-28
rt: Reset the stack boundary after returning from crust functions
Brian Anderson
-0
/
+3
2012-02-28
add rust_uv_loop_delete to rustrt.def.in
Jeff Olson
-0
/
+1
2012-02-28
add uv::loop_delete()
Jeff Olson
-2
/
+8
2012-02-28
correcting for libuv behavior that differs between linux & windows
Jeff Olson
-16
/
+2
2012-02-28
moving new uv stuff into uv.rs and rust_uv.cpp
Jeff Olson
-669
/
+170
2012-02-28
fzzzy's patch for rustrt.def.in
Jeff Olson
-0
/
+13
2012-02-28
finishing up simple uv_timer impl
Jeff Olson
-8
/
+51
2012-02-28
cleaning up uv_async stuff and stubbing uv_timer
Jeff Olson
-36
/
+91
2012-02-28
removed hello world and added uv_async_*
Jeff Olson
-3
/
+37
2012-02-28
everything is laid out and working through a basic hw
Jeff Olson
-0
/
+52
2012-02-28
remove temp sanity check
Niko Matsakis
-3
/
+0
2012-02-27
rt: Don't zero new stacks
Brian Anderson
-33
/
+28
2012-02-27
rt: Change the way the kernel exits to avoid pthread leaks
Brian Anderson
-28
/
+44
2012-02-27
Revert "rt: Reconfigure the C stack for valgrind each time it's used"
Brian Anderson
-1
/
+1
2012-02-26
rt: Remove unused forward declaration of rust_realloc_shared
Brian Anderson
-2
/
+0
2012-02-26
rt: Remove ptr_vec. Unused
Brian Anderson
-119
/
+0
2012-02-26
rt: Remove smart_ptr. Unused
Brian Anderson
-34
/
+0
2012-02-24
add an option to the final cc so that it prints out/logs unreclaimed ptrs
Niko Matsakis
-1
/
+27
2012-02-24
Revert "rt: Cut the red zone to 10K on mac"
Brian Anderson
-2
/
+2
2012-02-23
rt: Cut the red zone to 10K on mac
Brian Anderson
-2
/
+2
2012-02-23
rt: Cut the red zone to 2K on linux
Brian Anderson
-2
/
+2
2012-02-22
rt: Cut the red zone to 4K on linux
Brian Anderson
-2
/
+2
2012-02-22
rt: Switch to the C stack in reset_stack_limit
Brian Anderson
-5
/
+24
2012-02-22
rt: Stop logging on the Rust stack. Closes #1478
Brian Anderson
-1
/
+9
2012-02-21
Remove unused tydesc argument to upcall_shared_malloc
Marijn Haverbeke
-10
/
+5
2012-02-20
core: New task API
Brian Anderson
-0
/
+9
2012-02-19
rt: Add some lock_and_signal assertions
Chris Peterson
-0
/
+5
2012-02-19
rt: Initialize Windows CRITICAL_SECTION with non-zero spin count
Chris Peterson
-1
/
+12
2012-02-19
rt: Delete Windows CRITICAL_SECTION in dtor
Chris Peterson
-0
/
+1
2012-02-18
rt: rename nano_time() builtin to match time::precise_time_ns()
Chris Peterson
-2
/
+2
2012-02-18
std: Fix Windows system time conversion for get_time()
Chris Peterson
-11
/
+14
2012-02-17
rt: Make upcall_vec_push an intrinsic
Brian Anderson
-88
/
+308
2012-02-17
rt: Don't take the lock when reallocing in the kernel memory region
Brian Anderson
-2
/
+2
[prev]
[next]