rust/src/librustrt
Patrick Walton dcbf4ec2a1 librustc: Put #[unsafe_destructor] behind a feature gate.
Closes #8142.

This is not the semantics we want long-term. You can continue to use
`#[unsafe_destructor]`, but you'll need to add
`#![feature(unsafe_destructor)]` to the crate attributes.

[breaking-change]
2014-06-20 14:24:31 -07:00
..
args.rs Deprecate the bytes!() macro. 2014-06-18 17:02:22 -07:00
at_exit_imp.rs rustrt: Fix invalid reads caught by valgrind 2014-06-09 20:57:55 -07:00
bookkeeping.rs std: Extract librustrt out of libstd 2014-06-06 22:19:41 -07:00
c_str.rs Deprecate the bytes!() macro. 2014-06-18 17:02:22 -07:00
exclusive.rs std: Extract librustrt out of libstd 2014-06-06 22:19:41 -07:00
lib.rs librustc: Put #[unsafe_destructor] behind a feature gate. 2014-06-20 14:24:31 -07:00
libunwind.rs Cosmetic fixes & comments 2014-06-13 10:18:12 +03:00
local.rs std: Extract librustrt out of libstd 2014-06-06 22:19:41 -07:00
local_data.rs Register new snapshots 2014-06-15 23:30:24 -07:00
local_heap.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
local_ptr.rs Basic iOS support 2014-06-12 21:15:14 +03:00
macros.rs std: Extract librustrt out of libstd 2014-06-06 22:19:41 -07:00
mutex.rs auto merge of #14715 : vhbit/rust/ios-pr2, r=alexcrichton 2014-06-16 06:32:03 +00:00
rtio.rs Register new snapshots 2014-06-15 23:30:24 -07:00
stack.rs Update repo location 2014-06-16 18:16:36 -07:00
task.rs Register new snapshots 2014-06-15 23:30:24 -07:00
thread.rs Basic iOS support 2014-06-12 21:15:14 +03:00
thread_local_storage.rs Basic iOS support 2014-06-12 21:15:14 +03:00
unwind.rs auto merge of #14900 : alexcrichton/rust/snapshots, r=huonw 2014-06-16 08:16:49 +00:00
util.rs libs: Fix miscellaneous fallout of librustrt 2014-06-06 23:00:01 -07:00