rust/src/libcore
Alex Crichton 34603b0c19 rollup merge of #24310: alexcrichton/stabilize-utf8-error
The meaning of each variant of this enum was somewhat ambiguous and it's uncler
that we wouldn't even want to add more enumeration values in the future. As a
result this error has been altered to instead become an opaque structure.
Learning about the "first invalid byte index" is still an unstable feature, but
the type itself is now stable.
2015-04-14 10:55:41 -07:00
..
fmt Destabilize format_args! internals. 2015-04-12 22:01:55 -07:00
hash Auto merge of #23832 - petrochenkov:usize, r=aturon 2015-04-03 04:29:52 +00:00
num mod.rs documentary fix 2015-04-12 14:48:19 +04:00
str std: Stabilize the Utf8Error type 2015-04-10 16:07:46 -07:00
any.rs Ensure that .join().unwrap() works 2015-04-09 17:33:17 -07:00
array.rs Implement AsRef and AsMut for fixed-sized arrays 2015-03-25 01:37:08 +02:00
atomic.rs rollup merge of #23860: nikomatsakis/copy-requires-clone 2015-04-01 18:37:54 -07:00
cell.rs fallout from feature-gating unary negation on unsigned integers. 2015-04-01 22:34:27 +02:00
char.rs std: Hide facade extension traits in docs 2015-04-07 17:54:35 -07:00
clone.rs Rollup merge of #24215 - alexcrichton:stabilize-clone-from, r=aturon 2015-04-10 00:24:44 +05:30
cmp.rs rollup merge of #23288: alexcrichton/issue-19470 2015-03-31 15:59:35 -07:00
cmp_macros.rs std: Remove #[old_orphan_check] from PartialEq 2015-03-31 13:39:14 -07:00
convert.rs Add examples for Convert 2015-04-10 12:44:20 -04:00
default.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
intrinsics.rs Implement discriminant_value intrinsic 2015-04-10 12:23:08 +02:00
iter.rs Rebased 2015-04-14 21:55:42 +12:00
lib.rs Change the rt::unwind line argument type from usize to u32. 2015-04-11 02:46:57 -07:00
macros.rs std: Deny most warnings in doctests 2015-04-07 17:54:34 -07:00
marker.rs doc ignore (fixup #24059) 2015-04-07 22:10:55 +05:30
mem.rs Test fixes and rebase conflicts, round 1 2015-03-31 15:53:25 -07:00
nonzero.rs Deprecate MarkerTrait and PhantomFn. 2015-04-02 13:25:06 -04:00
ops.rs Fix code formatting in core::ops::Add example 2015-04-06 16:01:01 +02:00
option.rs std: Clean out #[deprecated] APIs 2015-03-31 15:49:57 -07:00
panicking.rs Change the rt::unwind line argument type from usize to u32. 2015-04-11 02:46:57 -07:00
prelude.rs std: Clean out #[deprecated] APIs 2015-03-31 15:49:57 -07:00
ptr.rs Auto merge of #24177 - alexcrichton:rustdoc, r=aturon 2015-04-10 16:18:44 +00:00
raw.rs Missing imports 2015-04-01 12:49:02 -04:00
result.rs rollup merge of #24303: alexcrichton/remove-deprecated 2015-04-14 10:55:41 -07:00
simd.rs Fallout in public-facing and semi-public-facing libs 2015-04-01 11:23:45 -04:00
slice.rs std: Hide facade extension traits in docs 2015-04-07 17:54:35 -07:00
tuple.rs core: Update tuple doc 2015-03-15 18:16:03 +01:00
ty.rs markers -> marker 2015-01-07 12:10:31 +13:00