rust/src/libcore
Matt Brubeck 3f52d719dc Update docs for ptr module.
PR #23104 moved `is_null` and `offset` to an inherent impl on the raw pointer
type.
2015-03-23 15:57:20 -07:00
..
fmt Auto merge of #23162 - sfackler:debug-builders, r=alexcrichton 2015-03-12 07:30:44 +00:00
hash remove mention of specialization from Hash trait 2015-03-12 18:09:52 -04:00
num Auto merge of #23254 - jbcrail:saturating-math-docs, r=steveklabnik 2015-03-20 01:35:54 +00:00
str Fix spelling errors in comments. 2015-03-19 00:48:08 -04:00
any.rs Register new snapshots 2015-03-18 16:32:32 -07:00
array.rs Avoid metadata bloat by using trait FixedSizeArray 2015-03-18 00:40:59 +03:00
atomic.rs
cell.rs core: Inline most cell methods. 2015-03-19 08:24:40 +05:30
char.rs
clone.rs
cmp_macros.rs
cmp.rs
default.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
error.rs
finally.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
intrinsics.rs Register new snapshots 2015-03-18 16:32:32 -07:00
iter.rs std: Stabilize IteratorExt::cloned 2015-03-17 18:05:58 -07:00
lib.rs Avoid metadata bloat by using trait FixedSizeArray 2015-03-18 00:40:59 +03:00
macros.rs std: Remove old_io/old_path from the prelude 2015-03-20 20:07:19 -07:00
marker.rs Remove explicit syntax highlight from docs. 2015-03-13 19:25:18 -04:00
mem.rs Remove explicit syntax highlight from docs. 2015-03-13 19:25:18 -04:00
nonzero.rs
ops.rs Remove explicit syntax highlight from docs. 2015-03-13 19:25:18 -04:00
option.rs Remove explicit syntax highlight from docs. 2015-03-13 19:25:18 -04:00
panicking.rs
prelude.rs std: Remove old_io/old_path from the prelude 2015-03-20 20:07:19 -07:00
ptr.rs Update docs for ptr module. 2015-03-23 15:57:20 -07:00
raw.rs
result.rs Auto merge of #23470 - alexcrichton:less-prelude, r=aturon 2015-03-21 05:25:21 +00:00
simd.rs
slice.rs Register new snapshots 2015-03-18 16:32:32 -07:00
tuple.rs core: Update tuple doc 2015-03-15 18:16:03 +01:00
ty.rs