rust/src/libcore
Brian Anderson 678814aafa core: Add #[inline(never)] to failure functions
For consistency, just because `fail_` has it.
2014-07-31 07:30:17 -07:00
..
fmt std: Stabilize unit, bool, ty, tuple, arc, any 2014-07-26 13:12:20 -07:00
num Improve documentation of rounding functions 2014-07-29 15:43:59 -07:00
tuple std: Stabilize unit, bool, ty, tuple, arc, any 2014-07-26 13:12:20 -07:00
any.rs std: Stabilize unit, bool, ty, tuple, arc, any 2014-07-26 13:12:20 -07:00
atomics.rs std: Stabilize unit, bool, ty, tuple, arc, any 2014-07-26 13:12:20 -07:00
bool.rs std: Stabilize unit, bool, ty, tuple, arc, any 2014-07-26 13:12:20 -07:00
cell.rs std: Stabilize unit, bool, ty, tuple, arc, any 2014-07-26 13:12:20 -07:00
char.rs librustc: Stop desugaring for expressions and translate them directly. 2014-07-24 18:58:12 -07:00
clone.rs Extract tests from libcore to a separate crate 2014-06-29 15:57:21 -07:00
cmp.rs core: Stabliize core::cmp 2014-07-18 15:59:54 -07:00
collections.rs Document some trait methods. 2014-07-19 12:26:18 +02:00
default.rs auto merge of #15806 : treeman/rust/std-doc, r=alexcrichton 2014-07-20 17:46:32 +00:00
failure.rs core: Add #[inline(never)] to failure functions 2014-07-31 07:30:17 -07:00
finally.rs Extract tests from libcore to a separate crate 2014-06-29 15:57:21 -07:00
intrinsics.rs libcore: Reexport a couple of widely-used low-level intrinsics to reduce 2014-07-09 22:28:23 -07:00
iter.rs librustc: Stop desugaring for expressions and translate them directly. 2014-07-24 18:58:12 -07:00
kinds.rs std: Stabilize unit, bool, ty, tuple, arc, any 2014-07-26 13:12:20 -07:00
lib.rs std: Stabilize unit, bool, ty, tuple, arc, any 2014-07-26 13:12:20 -07:00
macros.rs Use correct conventions for static 2014-07-28 13:40:55 -07:00
mem.rs Extract tests from libcore to a separate crate 2014-06-29 15:57:21 -07:00
ops.rs librustc: Make bare functions implement the FnMut trait. 2014-07-24 07:26:22 -07:00
option.rs librustc: Stop desugaring for expressions and translate them directly. 2014-07-24 18:58:12 -07:00
prelude.rs librustc: Implement unboxed closures with mutable receivers 2014-07-18 09:01:37 -07:00
ptr.rs librustc: Stop desugaring for expressions and translate them directly. 2014-07-24 18:58:12 -07:00
raw.rs Extract tests from libcore to a separate crate 2014-06-29 15:57:21 -07:00
result.rs Document that Result.unwrap prints the Err's value 2014-07-14 10:20:29 +02:00
simd.rs Fix spelling errors in comments. 2014-06-08 13:39:42 -04:00
slice.rs libcore: Fix Items iterator for zero sized types. 2014-07-05 02:49:03 -07:00
str.rs librustc: Stop desugaring for expressions and translate them directly. 2014-07-24 18:58:12 -07:00
ty.rs std: Stabilize unit, bool, ty, tuple, arc, any 2014-07-26 13:12:20 -07:00