rust/src/libcore/unstable
Björn Steinbrink bdc182cc41 Use static string with fail!() and remove fail!(fmt!())
fail!() used to require owned strings but can handle static strings
now. Also, it can pass its arguments to fmt!() on its own, no need for
the caller to call fmt!() itself.
2013-05-14 16:36:23 +02:00
..
at_exit.rs libcore: Remove mutable fields from the task builder API 2013-05-08 17:03:59 -07:00
exchange_alloc.rs Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02:00
extfmt.rs libsyntax: Tighten up expressions in patterns to only allow identifiers or literals (possibly with a minus). 2013-05-12 16:35:19 -07:00
finally.rs Implement Finally for ~fn and @fn types 2013-04-11 21:04:20 +10:00
global.rs Remove re-exports from libcore/core.rc 2013-05-13 18:51:40 -04:00
intrinsics.rs Tidy 2013-05-13 13:33:34 +02:00
lang.rs Remove debug_mem since @graydon said it conflicted with GC changes 2013-05-06 20:14:54 -04:00
mod.rs core: Move locks, atomic rc to unstable::sync 2013-05-13 12:13:56 -07:00
simd.rs Move core::simd to core::unstable::simd 2013-05-08 14:37:18 +09:00
sync.rs Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02:00
weak_task.rs Remove re-exports from libcore/core.rc 2013-05-13 18:51:40 -04:00