rust/src/libcore
bors e9c5c4c9bd auto merge of #16316 : forticulous/rust/char-Fix, r=alexcrichton
Signature for `from_digit` in `Char` wasn't using `Self` so there was no way to use this method
2014-08-07 04:21:04 +00:00
..
fmt Use byte literals in libcore 2014-08-06 02:30:17 -04:00
num num: Fix the documentation of abs_sub. 2014-08-04 14:04:28 +09: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
atomic.rs stabilize atomics (now atomic) 2014-08-04 16:03:21 -07:00
bool.rs std: Stabilize unit, bool, ty, tuple, arc, any 2014-07-26 13:12:20 -07:00
cell.rs Fix misspelled comments. 2014-08-01 19:42:52 -04:00
char.rs Char::from_digit signature fix 2014-08-06 18:46:54 -07:00
clone.rs Extract tests from libcore to a separate crate 2014-06-29 15:57:21 -07:00
cmp.rs auto merge of #16155 : huonw/rust/Ordering-reverse, r=alexcrichton 2014-08-03 06:31:09 +00: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: Fix failure doc comment 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 core: Refactor iterators 2014-08-06 11:20:37 +01:00
kinds.rs Remove references to ~[] in core::kinds::marker docs. 2014-08-05 15:23:23 -04:00
lib.rs stabilize atomics (now atomic) 2014-08-04 16:03:21 -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 Implement slice::Vector for Option<T> and CVec<T> 2014-07-31 11:50:24 -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 Add a split_at method to slice::ImmutableVector 2014-08-01 23:05:16 -04:00
str.rs Use byte literals in libcore 2014-08-06 02:30:17 -04:00
ty.rs std: Stabilize unit, bool, ty, tuple, arc, any 2014-07-26 13:12:20 -07:00