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
/
rust_upcall.cpp
Age
Commit message (
Expand
)
Author
Lines
2011-11-30
rt: Reorganize stack growth code
Brian Anderson
-0
/
+20
2011-11-30
rt: Remove upcall_alloc_c_stack/call_c_stack, et. al.
Brian Anderson
-10
/
+0
2011-11-18
get pure wrappers approach running
Niko Matsakis
-0
/
+10
2011-11-02
hack around on makefiles trying to get a 64 bit build
Niko Matsakis
-1
/
+5
2011-10-20
Get rid of taskpointer-passing throughout the compiler
Marijn Haverbeke
-3
/
+2
2011-10-20
Do not pass taskpointers to "rust" native functions
Marijn Haverbeke
-2
/
+2
2011-10-20
Remove taskptr argument from upcalls
Marijn Haverbeke
-17
/
+21
2011-09-28
rt: Add an upcall to allocate space on the C stack. This will be used for nat...
Patrick Walton
-0
/
+10
2011-09-27
rt: Store the task in TLS
Patrick Walton
-1
/
+3
2011-09-26
rt: Remove obsolete comment
Patrick Walton
-2
/
+0
2011-09-23
rt: Add a RUST_TRACK_ORIGINS debug flag to help track down memory corruption
Patrick Walton
-0
/
+5
2011-09-20
rt: Zero out allocations so that the CC won't die if it happens to run while ...
Patrick Walton
-0
/
+2
2011-09-20
rt: Stub code for the cycle collector
Patrick Walton
-0
/
+2
2011-09-20
rt: Add an on-the-side GC chain
Patrick Walton
-0
/
+4
2011-09-20
rt: Remove the GC alloc chain
Patrick Walton
-7
/
+4
2011-09-20
rt: Remove #include "rust_box.h"
Patrick Walton
-1
/
+0
2011-09-20
rt: Remove upcall_malloc_box and upcall_free_box; I don't think they'll be ne...
Patrick Walton
-37
/
+0
2011-09-19
rt: Introduce a self-describing box representation and functions to create an...
Patrick Walton
-0
/
+38
2011-09-15
rt: Add libunwind.h support on Mac OS X
Patrick Walton
-1
/
+1
2011-09-11
Add upcall_rust_personality
Brian Anderson
-0
/
+22
2011-09-09
Get rid of some unused upcalls
Marijn Haverbeke
-45
/
+0
2011-09-09
Remove unused logging upcalls from runtime
Marijn Haverbeke
-22
/
+0
2011-09-07
Refactor task failure a bit
Brian Anderson
-3
/
+0
2011-09-03
Remove unused runtime functions. Issue #855
Brian Anderson
-4
/
+0
2011-09-02
Remove estrs and evecs from runtime. Issue #855
Brian Anderson
-154
/
+22
2011-08-31
rt: Make the dynamic stack self-describing
Patrick Walton
-3
/
+16
2011-08-29
Make std::istr::push_byte efficient
Marijn Haverbeke
-2
/
+1
2011-08-29
Factor vector reserve code in runtime into its own function
Marijn Haverbeke
-14
/
+3
2011-08-29
Implement non-internal ivecs
Marijn Haverbeke
-65
/
+19
2011-08-25
rustc: Add an extra flag to object tydescs so that shapes know how to find th...
Patrick Walton
-2
/
+4
2011-08-24
Optimize += [x] into a simple push operation
Marijn Haverbeke
-0
/
+24
2011-08-22
Rename copy_glue back to take_glue
Marijn Haverbeke
-3
/
+3
2011-08-19
rt: Remove rustboot's GC infrastructure
Patrick Walton
-15
/
+0
2011-08-19
rt: Call maybe_gc on mallocs
Patrick Walton
-0
/
+3
2011-08-18
Rename rust_vec to rust_evec
Brian Anderson
-14
/
+14
2011-08-18
Rename some vec upcalls and trans functions from vec* to evec*
Brian Anderson
-2
/
+8
2011-08-18
Remove upcall_new_vec
Brian Anderson
-18
/
+0
2011-08-17
rustc: Use obstacks in lieu of dynamically-allocated frames only when the fra...
Patrick Walton
-1
/
+1
2011-08-17
Revert "rt: Use obstacks in lieu of dynamically-sized frames"
Patrick Walton
-1
/
+1
2011-08-17
rt: Use obstacks in lieu of dynamically-sized frames
Patrick Walton
-1
/
+1
2011-08-16
rt: Implement obstacks, untested as of yet
Patrick Walton
-0
/
+22
2011-08-16
Removing task, chan and port upcalls.
Eric Holk
-175
/
+0
2011-08-15
Properly ref counting to fix valgrind issues on linux.
Eric Holk
-12
/
+16
2011-08-10
rustc: Remove unused "trace" upcalls
Patrick Walton
-12
/
+0
2011-08-10
rt: Shutdown gracefully on failure
Brian Anderson
-1
/
+1
2011-08-08
Introduced task handles.
unknown
-11
/
+17
2011-08-05
Atomic ref counting for chans.
Eric Holk
-0
/
+16
2011-08-05
Basic async IO module using libuv
Rob Arnold
-14
/
+1
2011-08-01
Adding an intrinsic for recv.
Eric Holk
-2
/
+0
2011-08-01
Added send and receive to comm library.
Eric Holk
-21
/
+3
[prev]
[next]