about summary refs log tree commit diff
path: root/src/rt/rust_abi.cpp
AgeCommit message (Collapse)AuthorLines
2012-07-12Comments only: TODOs to FIXME in the runtimeTim Chevalier-1/+1
2012-01-01freebsd supportUser Jyyou-1/+1
2011-09-23rt: Add missing const on the Windows pathPatrick Walton-1/+1
2011-09-23rt: Get RUST_TRACK_ORIGINS working. You can now call 'debug::dump_origin' in ↵Patrick Walton-0/+44
gdb and get a backtrace saying where a box came from.
2011-09-23rt: Factor out stack walking into rust_abi.cppPatrick Walton-0/+25
2011-08-20rustc: Introduce ABI versioning so we can change value representations ↵Patrick Walton-0/+10
without breaking the compiler