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
2011-07-08
stdlib: Add an offset function for simple pointer arithmetic on unsafe pointers
Patrick Walton
-23
/
+39
2011-07-08
Added an environment variable to override the minimum stack size. Closes #637.
Eric Holk
-1
/
+10
2011-07-07
Some cleanup
Eric Holk
-8
/
+1
2011-07-07
Fixed two races.
Eric Holk
-0
/
+10
2011-07-07
Made TRACK_ALLOCATIONS add only constant time overhead. This makes it
Eric Holk
-5
/
+48
2011-07-07
Tightened up the scoping for our various new operators, which should
Eric Holk
-11
/
+34
2011-07-07
Work on debugging race conditions.
Eric Holk
-35
/
+90
2011-07-07
Removing the synchronized memory region from tasks.
Eric Holk
-98
/
+21
2011-07-07
Removing most of the locks in rust_upcall.cpp and elsewhere.
Eric Holk
-75
/
+46
2011-07-06
Allocate rust_ivec buffers out of the kernel pool
Rob Arnold
-0
/
+138
2011-07-06
Add realloc method to rust_kernel
Rob Arnold
-0
/
+6
2011-07-06
rt: Double stack size
Patrick Walton
-1
/
+1
2011-07-06
rt: Add a stack check to upcall_get_type_desc
Patrick Walton
-0
/
+29
2011-07-06
Removed what seems to be the last of the calls to rand(). Closes #582.
Eric Holk
-7
/
+2
2011-07-06
Added a task wakeup callback. Closes #599.
Eric Holk
-2
/
+22
2011-07-05
rt: Add missing CDECL to routines in rust_builtin
Patrick Walton
-6
/
+6
2011-07-01
Sync rust_chan's deref() method with rustc's code.
Rob Arnold
-2
/
+3
2011-07-01
Add macro for refcounting runtime structures.
Rob Arnold
-11
/
+10
2011-07-01
Move the channel destroy code into rust_chan.
Rob Arnold
-29
/
+39
2011-07-01
Move channel cloning logic into a method on rust_chan.
Rob Arnold
-15
/
+22
2011-06-30
rt: Add room for the new fill slot when resizing interior vectors
Patrick Walton
-1
/
+1
2011-06-30
Added a nanosecond timer to time.rs, support for some floating point casts, a...
Eric Holk
-6
/
+19
2011-06-29
Added inheritance for task pinning. Closes #598 for real.
Eric Holk
-0
/
+9
2011-06-29
Adding support for pinning tasks to the currently running thread. Closes #598.
Eric Holk
-17
/
+42
2011-06-29
Re-enable tidy (it was broken) and fix various non-tidy things.
Graydon Hoare
-11
/
+19
2011-06-29
Add a runtime flag to enable/disable claims en masse
Tim Chevalier
-0
/
+11
2011-06-29
Don't enable ssp everywhere.
Rafael Ávila de Espíndola
-2
/
+2
2011-06-29
rt: Remove the lock around upcall_vec_append. Add a test case. Closes #156.
Patrick Walton
-1
/
+0
2011-06-28
rustc: Move duplicate_heap_parts to copy glue; add a test case
Patrick Walton
-3
/
+2
2011-06-28
rustc: Rename take glue to copy glue
Patrick Walton
-4
/
+5
2011-06-28
Re-enabling some tests.
Eric Holk
-2
/
+2
2011-06-28
Resurrecting the runtime unit tests, and modifying them so they compile under...
Eric Holk
-2
/
+305
2011-06-28
Renamed what's left of rust_dom to rust_scheduler
Eric Holk
-319
/
+301
2011-06-28
Moved win32_require to the kernel.
Eric Holk
-33
/
+34
2011-06-28
Fixed Win32 compile errors.
Eric Holk
-7
/
+7
2011-06-28
Removed dom_owned, splitting things between task_owned and kernel_owned. Had ...
Eric Holk
-226
/
+211
2011-06-28
Moved thread management to rust_kernel.
Eric Holk
-86
/
+91
2011-06-28
There is only one domain per kernel now.
Eric Holk
-127
/
+21
2011-06-28
Removing runtime tests. The runtime is tested well enough by the standard lib...
Eric Holk
-309
/
+0
2011-06-27
Properly handle the case where src==dst but we have to allocate a new vector.
Michael Sullivan
-1
/
+1
2011-06-27
Properly handle the case where src==dst in upcall_vec_append.
Michael Sullivan
-0
/
+6
2011-06-27
A little tidying in rt.
Graydon Hoare
-31
/
+24
2011-06-27
Implementation mising features in lock_and_signal for Win32. Also lowered th...
Eric Holk
-10
/
+11
2011-06-27
Conservatively serialize nearly all upcalls. Successfuly ran make check with ...
Eric Holk
-40
/
+78
2011-06-27
Fixed a few concurrency bugs. Still not perfect, but overall it seems much mo...
Eric Holk
-7
/
+16
2011-06-27
Added some locking to ports to prevent the case where two threads simultaneou...
Eric Holk
-13
/
+9
2011-06-27
Added an environment variable to control how many threads to use.
Eric Holk
-1
/
+18
2011-06-27
Basic multithreading support. The infinite loops test successfully maxes out ...
Eric Holk
-30
/
+149
2011-06-23
Combined set_registers and get_registers into swap_registers.
Eric Holk
-57
/
+20
2011-06-23
Wrote swap_context in assembly. Closes #548. This also allows us to re-enable...
Eric Holk
-29
/
+36
[prev]
[next]