rust/src/librustrt
Alex Crichton 2823be08b7 Register new snapshots
This change starts denying `*T` in the parser. All code using `*T` should ensure
that the FFI call does indeed take `const T*` on the other side before renaming
the type to `*const T`.

Otherwise, all code can rename `*T` to `*const T`.

[breaking-change]
2014-06-25 12:47:56 -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 Add more description to c_str::unwrap(). 2014-06-24 17:19:17 -07:00
exclusive.rs std: Extract librustrt out of libstd 2014-06-06 22:19:41 -07:00
lib.rs Register new snapshots 2014-06-25 12:47:56 -07:00
libunwind.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07: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 Added Mipsel architecture support 2014-06-24 11:12:10 +02:00
rtio.rs Register new snapshots 2014-06-15 23:30:24 -07:00
stack.rs auto merge of #14963 : w3ln4/rust/master, r=alexcrichton 2014-06-24 13:46:54 +00:00
task.rs Register new snapshots 2014-06-15 23:30:24 -07:00
thread.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07: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