rust/src/libcore
Jonathan Turner 0befab2343 Rollup merge of #37523 - d-unseductable:deref_mut_lifetimes, r=bluss
Elide lifetimes in DerefMut documentation

 - Elide lifetimes to increase the readability of `DerefMut` examples
2016-11-02 15:09:43 -04:00
..
fmt tidy/features: fix checking of lang features 2016-10-27 21:35:57 -04:00
hash Small improvement to SipHasher 2016-10-25 20:33:03 +02:00
iter Auto merge of #37315 - bluss:fold-more, r=alexcrichton 2016-10-26 11:43:32 -07:00
num run rustfmt on libcore/num folder 2016-10-12 23:57:46 +05:30
prelude Run rustfmt on libcore/prelude folder 2016-10-16 22:13:04 +05:30
str str: Fix documentation typo 2016-09-30 06:13:14 +02:00
sync Prevent exhaustive matching of Ordering to allow for future extension 2016-10-23 11:56:51 +01:00
any.rs Add stable example to TypeId 2016-10-17 17:49:07 -07:00
array.rs std: Correct stability attributes for some implementations 2016-10-01 23:58:14 +01:00
borrow.rs Use #[prelude_import] in libcore. 2016-08-24 22:12:23 +00:00
Cargo.toml No build.rs for libcore 2016-06-04 15:10:26 -07:00
cell.rs std: Stabilize and deprecate APIs for 1.13 2016-10-03 10:34:34 -07:00
char.rs [breaking-change] std: change encode_utf{8,16}() to take a buffer and return a slice 2016-09-28 09:03:30 +02:00
char_private.rs Use #[prelude_import] in libcore. 2016-08-24 22:12:23 +00:00
clone.rs Remove stage0 hacks 2016-09-28 23:17:56 +00:00
cmp.rs Merge branch 'master' of https://github.com/rust-lang/rust 2016-11-01 15:26:22 +01:00
convert.rs Fix a few links in the docs 2016-10-21 00:49:47 +01:00
default.rs Use #[prelude_import] in libcore. 2016-08-24 22:12:23 +00:00
intrinsics.rs Rollup merge of #36811 - brson:bootstrap, r=alexcrichton 2016-09-28 20:21:52 -07:00
iter_private.rs Expand .zip() specialization to .map() and .cloned() 2016-10-17 10:58:21 +02:00
lib.rs Actually fix doctests. 2016-10-22 20:43:28 +02:00
macros.rs Rollup merge of #37473 - joshtriplett:doc-copyedit-write-writeln, r=alexcrichton 2016-11-02 15:09:41 -04:00
marker.rs Fix a few links in the docs 2016-10-21 00:49:47 +01:00
mem.rs add wrapper for discriminant_value 2016-09-27 23:29:01 +00:00
nonzero.rs Use #[prelude_import] in libcore. 2016-08-24 22:12:23 +00:00
ops.rs Rollup merge of #37523 - d-unseductable:deref_mut_lifetimes, r=bluss 2016-11-02 15:09:43 -04:00
option.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
panicking.rs Mark all extern functions as nounwind 2015-09-14 11:36:09 +02:00
ptr.rs std: Correct stability attributes for some implementations 2016-10-01 23:58:14 +01:00
raw.rs Clean up std::raw docs 2016-08-05 17:52:37 -04:00
result.rs Add tracking issue number to Result::unwrap_or_default unstable annotation. 2016-11-01 09:47:09 -06:00
slice.rs Expand .zip() specialization to .map() and .cloned() 2016-10-17 10:58:21 +02:00
tuple.rs Use #[prelude_import] in libcore. 2016-08-24 22:12:23 +00:00