rust/src/libcore
bors 75af15ee6c Auto merge of #49190 - kennytm:rollup, r=kennytm
Rollup of 17 pull requests

- Successful merges: #46518, #48810, #48834, #48902, #49004, #49092, #49096, #49099, #49104, #49125, #49139, #49152, #49157, #49161, #49166, #49176, #49184
- Failed merges:
2018-03-20 10:18:34 +00:00
..
benches Stabilize slice patterns without .. 2018-03-20 02:27:40 +03:00
fmt Rollup merge of #49099 - glandium:master, r=sfackler 2018-03-20 07:15:22 +08:00
hash Mark deprecated unstable SipHasher13 as a doc-hidden impl detail of HashMap. 2018-03-17 13:04:13 +01:00
iter Auto merge of #49051 - kennytm:rollup, r=kennytm 2018-03-16 00:09:14 +00:00
num Fix trailing whitespace 2018-03-19 01:39:39 -04:00
ops Keep the fields of RangeInclusive unstable. 2018-03-15 17:01:30 +08:00
prelude Reexport -> re-export in prose and documentation comments 2018-01-15 13:36:53 -05:00
slice Stabilize inclusive_range library feature. 2018-03-15 16:58:01 +08:00
str Stabilize inclusive_range library feature. 2018-03-15 16:58:01 +08:00
sync Force the link to std:🧵:yield_now() 2018-02-16 12:20:54 +01:00
tests Stabilize slice patterns without .. 2018-03-20 02:27:40 +03:00
any.rs stage0 cfg cleanup 2018-02-20 08:52:33 -07:00
array.rs Changed back inline markings. 2018-01-30 05:31:38 -07:00
ascii.rs FusedIterator will be stabilized 2018-03-06 16:33:38 -05:00
borrow.rs Fix formatting. 2018-03-18 13:05:00 +01:00
Cargo.toml Update Cargo submodule 2018-03-11 10:59:28 -07:00
cell.rs Rollup merge of #48201 - NovemberZulu:master, r=steveklabnik 2018-03-13 00:54:24 +08:00
char.rs Rollup merge of #47463 - bluss:fused-iterator, r=alexcrichton 2018-03-06 20:52:37 +08:00
char_private.rs regenerate libcore/char_private.rs 2017-10-26 22:32:24 -07:00
clone.rs Update bootstrap compiler 2017-08-31 06:58:58 -07:00
cmp.rs change never_type stabilisation version 2018-03-14 12:44:51 +08:00
convert.rs Fix info about generic impls in AsMut docs 2018-02-04 11:57:36 -08:00
default.rs Fix "Quasi-quoting is inefficient" warning in incremental rustbuild. 2017-07-18 01:49:40 +08:00
internal_macros.rs fix version number 2017-09-21 15:46:17 -04:00
intrinsics.rs Add bitreverse intrinsic 2018-02-28 18:23:54 +00:00
iter_private.rs Various fixes to wording consistency in the docs 2017-03-22 17:19:52 +01:00
lib.rs Stabilize inclusive_range_syntax language feature. 2018-03-15 16:58:02 +08:00
macros.rs Make assert macro a built-in procedural macro 2018-03-07 17:22:58 +09:00
marker.rs Auto merge of #49058 - withoutboats:pin, r=cramertj 2018-03-19 23:01:37 +00:00
mem.rs Update tracking issue. 2018-03-18 15:05:45 -07:00
nonzero.rs Rollup merge of #46287 - SimonSapin:stable-constness, r=aturon 2017-11-29 18:37:47 +08:00
option.rs Stabilize option_ref_mut_cloned 2018-03-06 14:40:26 -08:00
panic.rs Add missing micro version number component in stability attributes. 2018-01-24 22:25:42 +01:00
panicking.rs make #[unwind] attribute specify expectations more clearly 2018-02-20 19:12:52 -05:00
ptr.rs Stabilize Unsafe Pointer Methods 2018-03-02 19:20:36 -05:00
raw.rs Fix up various links 2017-03-20 10:10:16 -04:00
result.rs core: Update stability attributes for FusedIterator 2018-03-03 14:23:05 +01:00
time.rs Correct a few stability attributes 2018-02-10 21:20:42 +00:00
tuple.rs Update bootstrap compiler 2017-08-31 06:58:58 -07:00
unit.rs impl FromIterator<()> for () 2017-10-18 23:12:37 -07:00