rust/src/libcore
Alex Crichton 3369b33a20 rollup merge of #19902: alexcrichton/second-pass-mem
This commit stabilizes the `mem` and `default` modules of std.
2014-12-17 11:50:29 -08:00
..
fmt auto merge of #19777 : nikomatsakis/rust/warn-on-shadowing, r=acrichto 2014-12-16 08:42:40 +00:00
hash rollup merge of #19902: alexcrichton/second-pass-mem 2014-12-17 11:50:29 -08:00
num libcore: fix move semantics fallout 2014-12-13 20:15:38 -05:00
tuple std: Second pass stabilization of default 2014-12-15 20:04:52 -08:00
any.rs Utilize fewer reexports 2014-12-05 18:13:04 -05:00
array.rs Overload the == operator 2014-12-03 10:41:42 -05:00
atomic.rs Remove internal uses of marker::NoCopy 2014-12-15 15:33:37 -05:00
bool.rs std: Stabilize unit, bool, ty, tuple, arc, any 2014-07-26 13:12:20 -07:00
borrow.rs rollup merge of #19359: japaric/clone-cow 2014-12-05 10:06:41 -08:00
cell.rs rollup merge of #19902: alexcrichton/second-pass-mem 2014-12-17 11:50:29 -08:00
char.rs rollup merge of #19885: alexcrichton/char-escape 2014-12-17 11:50:28 -08:00
clone.rs /*! -> //! 2014-11-26 16:50:14 -08:00
cmp.rs Test fixes and rebase conflicts from the rollup 2014-12-09 10:26:04 -08:00
default.rs std: Second pass stabilization of default 2014-12-15 20:04:52 -08:00
finally.rs libcore: fix fallout in doc tests 2014-12-13 17:03:46 -05:00
intrinsics.rs std: Second-pass stabilization of mem 2014-12-15 19:46:44 -08:00
iter.rs rollup merge of #19873: drewm1980/master 2014-12-17 11:50:28 -08:00
kinds.rs rollup merge of #19860: japaric/copy-markers 2014-12-17 11:50:27 -08:00
lib.rs Move hash module from collections to core 2014-12-15 22:48:54 -08:00
macros.rs std: Stabilize std::fmt 2014-11-18 21:16:22 -08:00
mem.rs std: Second-pass stabilization of mem 2014-12-15 19:46:44 -08:00
ops.rs libcore: fix doctests 2014-12-13 20:15:39 -05:00
option.rs rollup merge of #19902: alexcrichton/second-pass-mem 2014-12-17 11:50:29 -08:00
panicking.rs Register snapshots. 2014-11-05 12:55:58 +02:00
prelude.rs std: Collapse SlicePrelude traits 2014-12-14 19:03:56 -08:00
ptr.rs Add Ord impl to raw pointers 2014-12-12 18:44:22 +01:00
raw.rs Remove proc types/expressions from the parser, compiler, and 2014-12-14 04:21:56 -05:00
result.rs Move hash module from collections to core 2014-12-15 22:48:54 -08:00
simd.rs Fix inappropriate ## headings 2014-12-10 13:54:56 -05:00
slice.rs rollup merge of #19902: alexcrichton/second-pass-mem 2014-12-17 11:50:29 -08:00
str.rs rollup merge of #19902: alexcrichton/second-pass-mem 2014-12-17 11:50:29 -08:00
ty.rs std: Stabilize unit, bool, ty, tuple, arc, any 2014-07-26 13:12:20 -07:00