rust/src/test
Brian Anderson 9a738fd61d rt: Various tweaks to make __morestack unwinding work on linux
When unwinding through __morestack the stack limit in the TLS is invalidated
and must be reset. Instead of actually landing at __morestack we're
just going to make all our Rust landing pads call upcall_reset_stack_limit,
which will find the stack segment that corresponds to the current stack
pointer and put the limit in the TLS.

Also massively expand the stack segment red zone to make more room for the
dynamic linker. Will fix in the future.
2011-12-06 16:32:41 -08:00
..
bench
compile-fail typeck: Fix for #932 2011-12-05 01:23:10 +01:00
pretty
run-fail rt: Various tweaks to make __morestack unwinding work on linux 2011-12-06 16:32:41 -08:00
run-pass test: Test hitting the dynamic linker in the red zone 2011-12-05 17:20:59 -08:00
stdtest stdlib: Implement some preliminary libuv bindings 2011-12-01 10:24:21 -08:00