rust/src/librustc_trans
Björn Steinbrink 3ef75d5774 Mark all extern functions as nounwind
Unwinding across an FFI boundary is undefined behaviour, so we can mark
all external function as nounwind. The obvious exception are those
functions that actually perform the unwinding.
2015-09-14 11:36:09 +02:00
..
back Use null()/null_mut() instead of 0 as *const T/0 as *mut T 2015-09-03 09:49:50 +03:00
save fixup 2015-09-05 09:45:35 +12:00
trans Mark all extern functions as nounwind 2015-09-14 11:36:09 +02:00
lib.rs Add an intital HIR and lowering step 2015-09-03 10:02:36 +12:00
README.txt Make librustc's markdown README.txt claim to be markdown. 2015-03-20 13:29:13 +01:00

See the README.md in ../librustc.