rust/src/librustrt
Patrick Walton 5466d13d43 librustc: Feature gate lang items and intrinsics.
If you define lang items in your crate, add `#[feature(lang_items)]`.

If you define intrinsics (`extern "rust-intrinsic"`), add
`#[feature(intrinsics)]`.

Closes #12858.

[breaking-change]
2014-06-23 23:28:28 -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: Feature gate lang items and intrinsics. 2014-06-23 23:28:28 -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