rust/src/librustrt
Alex Crichton f4a775639c rollup merge of #19298: nikomatsakis/unboxed-closure-parse-the-plus
Implements RFC 438.

Fixes #19092.

This is a [breaking-change]: change types like `&Foo+Send` or `&'a mut Foo+'a` to `&(Foo+Send)` and `&'a mut (Foo+'a)`, respectively.

r? @brson
2014-11-26 16:49:46 -08:00
..
args.rs std: Align raw modules with unsafe conventions 2014-11-22 09:36:56 -08:00
at_exit_imp.rs collections: Remove all collections traits 2014-11-01 11:37:04 -07:00
bookkeeping.rs
c_str.rs Rename unwrap functions to into_inner 2014-11-23 15:26:53 -08:00
exclusive.rs
lib.rs std: Add a new top-level thread_local module 2014-11-23 23:37:16 -08:00
libunwind.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
local_ptr.rs
local.rs Fallout from new termination semantics 2014-11-20 17:19:24 -08:00
macros.rs
mutex.rs Fallout from new termination semantics 2014-11-20 17:19:24 -08:00
stack_overflow.rs Fallout from libgreen and libnative removal 2014-11-20 17:19:24 -08:00
stack.rs
task.rs Fallout from stabilization 2014-11-25 17:41:54 -08:00
thread_local_storage.rs
thread.rs
unwind.rs Fixup various places that were doing &T+'a and do &(T+'a) 2014-11-26 11:42:06 -05:00
util.rs Fix fallout from coercion removal 2014-11-17 22:41:33 +13:00