rust/src/libcore
Corey Farwell 76e9ea7382 Rollup merge of #39289 - shahn:option_entry, r=alexcrichton
Provide Entry-like API for Option

This implements #39288.

I am wondering whether to use std::intrinsics::unreachable!() here. Both seems fine to me (the second match optimizes away in release mode).
2017-02-05 09:14:42 -05:00
..
fmt Auto merge of #39463 - alexcrichton:update-bootstrap, r=alexcrichton 2017-02-03 22:55:28 +00:00
hash Bump version, upgrade bootstrap 2017-02-03 13:25:46 -08:00
iter Rollup merge of #39107 - llogiq:branchless_filter_count, r=alexcrichton 2017-02-05 09:14:40 -05:00
num Bump version, upgrade bootstrap 2017-02-03 13:25:46 -08:00
prelude Run rustfmt on libcore/prelude folder 2016-10-16 22:13:04 +05:30
str Auto merge of #37926 - bluss:from-utf8-small-simplification, r=sfackler 2017-01-12 05:14:50 +00:00
sync Rollup merge of #38959 - Amanieu:atomic128, r=alexcrichton 2017-02-05 09:14:37 -05:00
any.rs Change to_owned to to_string in docs 2017-01-13 01:57:48 +01: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 Fallout from updating bootstrap Cargo 2016-12-29 08:47:26 -08:00
cell.rs Update cell docs 2017-02-01 22:51:52 -05:00
char.rs Implement Display for char Escape*, To*case. 2017-01-11 12:39:56 -05:00
char_private.rs Fix fmt::Debug for strings, e.g. for Chinese characters 2016-11-18 14:45:59 +01:00
clone.rs Bump version, upgrade bootstrap 2017-02-03 13:25:46 -08:00
cmp.rs Bump version, upgrade bootstrap 2017-02-03 13:25:46 -08:00
convert.rs Add missing url in convert module 2017-01-29 23:33:12 +01:00
default.rs Bump version, upgrade bootstrap 2017-02-03 13:25:46 -08:00
internal_macros.rs Implement ops on &Wrapping<T> 2016-10-23 14:29:37 +01:00
intrinsics.rs Clarify zero-value behavior of ctlz/cttz intrinsics. 2016-12-15 12:55:41 -05:00
iter_private.rs Expand .zip() specialization to .map() and .cloned() 2016-10-17 10:58:21 +02:00
lib.rs Bump version, upgrade bootstrap 2017-02-03 13:25:46 -08:00
macros.rs Document the optional extra arguments to assert_eq!() / assert_ne!() 2017-01-11 18:10:26 -06:00
marker.rs Remove Reflect 2017-01-24 23:22:44 +01:00
mem.rs Add missing urls for mem module 2016-11-11 18:50:54 +01:00
nonzero.rs Bump version, upgrade bootstrap 2017-02-03 13:25:46 -08:00
ops.rs Bump version, upgrade bootstrap 2017-02-03 13:25:46 -08:00
option.rs Rollup merge of #39289 - shahn:option_entry, r=alexcrichton 2017-02-05 09:14:42 -05:00
panicking.rs Mark all extern functions as nounwind 2015-09-14 11:36:09 +02:00
ptr.rs std: Stabilize APIs for the 1.16.0 release 2017-01-25 16:43:01 -08:00
raw.rs Clean up std::raw docs 2016-08-05 17:52:37 -04:00
result.rs std: Stabilize APIs for the 1.16.0 release 2017-01-25 16:43:01 -08:00
slice.rs Auto merge of #37972 - bluss:iter-find-is-on-a-roll, r=sfackler 2017-01-17 21:52:03 +00:00
tuple.rs Remove macro work-around. 2016-11-12 12:47:13 -07:00