about summary refs log tree commit diff
path: root/src/rt/rust_abi.h
AgeCommit message (Collapse)AuthorLines
2011-09-23rt: Add missing <stdint.h> in rust_abi.hPatrick Walton-0/+1
2011-09-23rt: Get RUST_TRACK_ORIGINS working. You can now call 'debug::dump_origin' in ↵Patrick Walton-0/+4
gdb and get a backtrace saying where a box came from.
2011-09-23rt: Factor out stack walking into rust_abi.cppPatrick Walton-0/+22
2011-08-20rustc: Introduce ABI versioning so we can change value representations ↵Patrick Walton-0/+4
without breaking the compiler
2011-08-20rt: Move the GetProcAddress/dlsym stuff out of rust_gc.cpp into rust_abi.hPatrick Walton-0/+38