rust/src/librustrt
Brian Anderson 53982b64f3 rollup merge of #19787: akiss77/fix-i8-c_char
On AArch64, libc::c_char is u8. There are some places in the code where i8 is assumed, which causes compilation errors.

(AArch64 is not officially supported yet, but this change does not hurt any other targets and makes the code future-proof.)
2014-12-15 06:45:35 -08:00
..
args.rs librustrt: use unboxed closures 2014-12-13 17:03:47 -05:00
at_exit_imp.rs Rewrite threading infrastructure, introducing Thunk to represent 2014-12-14 04:21:56 -05:00
bookkeeping.rs librustc: Make Copy opt-in. 2014-12-08 13:47:44 -05:00
c_str.rs rollup merge of #19787: akiss77/fix-i8-c_char 2014-12-15 06:45:35 -08:00
exclusive.rs Mostly rote conversion of proc() to move|| (and occasionally Thunk::new) 2014-12-14 04:21:56 -05:00
lib.rs Rewrite threading infrastructure, introducing Thunk to represent 2014-12-14 04:21:56 -05:00
libunwind.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
local_ptr.rs Fix librustrt 2014-09-30 12:52:46 -07:00
local.rs Mostly rote conversion of proc() to move|| (and occasionally Thunk::new) 2014-12-14 04:21:56 -05:00
macros.rs
mutex.rs Mostly rote conversion of proc() to move|| (and occasionally Thunk::new) 2014-12-14 04:21:56 -05:00
stack_overflow.rs librustrt: stack_overflow support mipsel linux 2014-11-28 09:15:12 +08:00
stack.rs Print stack overflow messages for Windows, Linux and OS X 2014-10-24 14:36:29 +02:00
task.rs Rewrite threading infrastructure, introducing Thunk to represent 2014-12-14 04:21:56 -05:00
thread_local_storage.rs Fix librustrt 2014-09-30 12:52:46 -07:00
thread.rs Rewrite threading infrastructure, introducing Thunk to represent 2014-12-14 04:21:56 -05:00
thunk.rs Rewrite threading infrastructure, introducing Thunk to represent 2014-12-14 04:21:56 -05:00
unwind.rs Add some missing Copy implementations 2014-12-08 21:44:04 -08:00
util.rs Register new snapshots 2014-12-11 11:30:38 -08:00