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-09-16
Yield after send
Brian Anderson
-0
/
+1
2011-09-16
rt: Add a new rust_box structure to the runtime that describes a self-describ...
Patrick Walton
-0
/
+0
2011-09-16
rt: Rename rust_box to rust_box_legacy, as they're about to become self-descr...
Patrick Walton
-6
/
+7
2011-09-16
Handle the case where a child task tries to kill a parent while it is dying
Brian Anderson
-1
/
+1
2011-09-15
rt: Add libunwind.h support on Mac OS X
Patrick Walton
-1
/
+22
2011-09-14
Unsupervise tasks before the scheduler kills them. Unblock before yield->fail
Brian Anderson
-0
/
+7
2011-09-14
Make failure propagation to dead parents work
Brian Anderson
-3
/
+10
2011-09-14
Make linked task failure work again
Brian Anderson
-3
/
+14
2011-09-11
Remove hack_allow_leaks
Brian Anderson
-21
/
+3
2011-09-11
Use a unique exit status when the runtime fails normally
Brian Anderson
-2
/
+5
2011-09-11
Remove unused task_exit function
Brian Anderson
-12
/
+0
2011-09-11
Add upcall_rust_personality
Brian Anderson
-0
/
+23
2011-09-09
Get rid of some unused upcalls
Marijn Haverbeke
-53
/
+1
2011-09-09
Remove unused logging upcalls from runtime
Marijn Haverbeke
-25
/
+0
2011-09-08
rt: Don't double-print commas when logging e.g. a vec of boxes
Patrick Walton
-0
/
+4
2011-09-07
Unwind the stack on task failure
Brian Anderson
-8
/
+41
2011-09-07
Child tasks take a ref to their parents
Brian Anderson
-0
/
+10
2011-09-07
Rewrite spawn yet again
Brian Anderson
-30
/
+70
2011-09-07
Refactor task failure a bit
Brian Anderson
-3
/
+3
2011-09-06
rt: Implement poison-on-free, for debugging memory issues
Patrick Walton
-1
/
+23
2011-09-03
Remove unused runtime functions. Issue #855
Brian Anderson
-12
/
+0
2011-09-02
Add a rust_str typedef to the runtime. Issue #855
Brian Anderson
-12
/
+14
2011-09-02
Rename istr-stuff to str in the runtime. Issue #855
Brian Anderson
-10
/
+10
2011-09-02
Eliminate const_refcount. Issue #855
Brian Anderson
-13
/
+1
2011-09-02
Remove estrs and evecs from runtime. Issue #855
Brian Anderson
-306
/
+31
2011-09-02
rt: Remove evecs from the shape code
Patrick Walton
-55
/
+0
2011-09-01
Remove lots of estr code from rustc. Issue #855
Brian Anderson
-8
/
+1
2011-09-01
Convert rust_list_files to istrs. Issue #855
Brian Anderson
-20
/
+21
2011-09-01
Convert rust_getcwd to istrs. Issue #855
Brian Anderson
-13
/
+2
2011-09-01
Factor out make_istr utility function in runtime. Issue #855
Brian Anderson
-8
/
+16
2011-09-01
Reduce the amount of locking in the kernel's memory region
Brian Anderson
-4
/
+4
2011-09-01
Back out copy-glue
Marijn Haverbeke
-3
/
+1
2011-09-01
Convert rust_file_is_dir from estrs to cstrs. Issue #855
Brian Anderson
-2
/
+2
2011-09-01
Check error code in rust_file_is_dir. Prevent comparison of uninitialized mem
Brian Anderson
-1
/
+3
2011-09-01
Remove a bunch of string builtins. Issue #855
Brian Anderson
-88
/
+0
2011-09-01
rt: Allow iteration over the dynastack
Patrick Walton
-17
/
+109
2011-09-01
rt: Make logging more resilient to null vector pointers (useful when debuggin...
Patrick Walton
-2
/
+8
2011-09-01
rt: Make debug string in rust_obstack slightly prettier
Patrick Walton
-1
/
+1
2011-09-01
rt: Zero out dynamic allocas for now
Patrick Walton
-0
/
+1
2011-09-01
rt: Include rust_shape.h in rust_obstack.cpp and remove the duplicate DPRINT(...
Patrick Walton
-3
/
+2
2011-09-01
rt: Add a missing FIXME to rust_obstack.cpp for segmented stacks
Patrick Walton
-1
/
+1
2011-09-01
rt: Remove duplicate DPRINT() macro from rust_gc.cpp
Patrick Walton
-2
/
+0
2011-09-01
rt: Disable debug spew in rust_shape
Patrick Walton
-4
/
+4
2011-08-31
Expose STDERR to rust.
Erick Tryzelaar
-0
/
+2
2011-08-31
rt: Make the dynamic stack self-describing
Patrick Walton
-19
/
+60
2011-08-31
rt: Set n_params appropriately in upcall_get_type_desc
Patrick Walton
-0
/
+1
2011-08-31
rt: Prevent trailing commas from showing up when logging oddly aligned arrays
Patrick Walton
-16
/
+24
2011-08-31
rt: Introduce "end_dp" bailouts in order to avoid marching past the end of od...
Patrick Walton
-19
/
+32
2011-08-31
rt: Make |align| a member of the shape glue class instead of threading it thr...
Patrick Walton
-231
/
+240
2011-08-30
Allow main to take istrs. Issue #855
Brian Anderson
-3
/
+48
[prev]
[next]