rust/src/librustrt
Alex Crichton ade807c6dc rustc: Obsolete the @ syntax entirely
This removes all remnants of `@` pointers from rustc. Additionally, this removes
the `GC` structure from the prelude as it seems odd exporting an experimental
type in the prelude by default.

Closes #14193
[breaking-change]
2014-06-14 10:45:37 -07:00
..
args.rs
at_exit_imp.rs rustrt: Fix invalid reads caught by valgrind 2014-06-09 20:57:55 -07:00
bookkeeping.rs
c_str.rs core: Rename container mod to collections. Closes #12543 2014-06-08 21:29:57 -07:00
exclusive.rs
lib.rs Register new snapshots 2014-06-14 10:28:09 -07:00
libunwind.rs
local_data.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
local_heap.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
local_ptr.rs
local.rs
macros.rs
mutex.rs Audit usage of NativeMutex 2014-06-13 13:53:34 -07:00
rtio.rs
stack.rs
task.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
thread_local_storage.rs
thread.rs sync: Move underneath libstd 2014-06-11 10:00:43 -07:00
unwind.rs Audit usage of NativeMutex 2014-06-13 13:53:34 -07:00
util.rs