rust/src/libcore
bors af2be23fd1 Auto merge of #53385 - matklad:stabilize-find-map, r=KodrAus
Stablize Iterator::find_map

Stabilization PR for https://github.com/rust-lang/rust/issues/49602
2018-08-25 08:53:04 +00:00
..
benches Move deny(warnings) into rustbuild 2018-04-08 16:59:14 -06:00
char Rollup merge of #53059 - ljedrz:unneeded_returns, r=kennytm 2018-08-12 23:26:51 +02:00
fmt Rollup merge of #53636 - frewsxcv:frewsxcv-nth, r=rkruppe 2018-08-24 19:24:44 +08:00
future Fix typos found by codespell. 2018-08-19 17:41:28 +02:00
hash impl PartialEq+Eq for BuildHasherDefault 2018-07-15 17:37:46 +02:00
iter Auto merge of #53385 - matklad:stabilize-find-map, r=KodrAus 2018-08-25 08:53:04 +00:00
num Rollup merge of #53363 - llogiq:num-individual-nonzero-docs, r=steveklabnik 2018-08-21 17:51:54 +08:00
ops When closure with no arguments was expected, suggest wrapping 2018-08-15 13:05:01 -07:00
prelude Drop `identity` from prelude. 2018-08-19 18:36:18 +02:00
slice Rollup merge of #53329 - frewsxcv:frewsxcv-ptr-add-sub, r=RalfJung 2018-08-21 22:05:30 +08:00
str Replace usages of ptr::offset with ptr::{add,sub}. 2018-08-20 07:28:34 -04:00
sync Make core::sync::atomic::Ordering #[non_exhaustive] 2018-08-15 17:11:42 +01:00
task Rename Executor trait to Spawn 2018-08-06 12:18:47 +02:00
tests Auto merge of #53385 - matklad:stabilize-find-map, r=KodrAus 2018-08-25 08:53:04 +00:00
unicode Auto merge of #51609 - dscorbett:is_numeric, r=alexcrichton 2018-08-01 17:44:25 +00:00
Cargo.toml Switch to 1.26 bootstrap compiler 2018-05-17 08:47:25 -06:00
alloc.rs Remove explicit returns where unnecessary 2018-08-04 14:31:03 +02:00
any.rs Enforce #![deny(bare_trait_objects)] in src/libcore 2018-07-25 10:21:41 +09:00
array.rs Revert "Stabilize the TryFrom and TryInto traits" 2018-04-20 18:10:00 +02:00
ascii.rs migrate codebase to `..=` inclusive range patterns 2018-06-26 07:53:30 -07:00
borrow.rs Fix formatting. 2018-03-18 13:05:00 +01:00
cell.rs Remove redundant field names in structs 2018-08-04 14:58:20 +02:00
clone.rs Switch to 1.26 bootstrap compiler 2018-05-17 08:47:25 -06:00
cmp.rs inline some short functions 2018-08-09 01:27:48 -08:00
convert.rs core::convert::identity: fix issue number to #53500 2018-08-20 09:16:56 +02:00
default.rs Fix "Quasi-quoting is inefficient" warning in incremental rustbuild. 2017-07-18 01:49:40 +08:00
hint.rs Stabilize core::hint::unreachable_unchecked. 2018-04-16 18:29:40 +08:00
internal_macros.rs Switch to 1.26 bootstrap compiler 2018-05-17 08:47:25 -06:00
intrinsics.rs Replace usages of ptr::offset with ptr::{add,sub}. 2018-08-20 07:28:34 -04:00
iter_private.rs Various fixes to wording consistency in the docs 2017-03-22 17:19:52 +01:00
lib.rs Stabilize 'attr_literals' feature. 2018-08-23 19:06:07 -07:00
macros.rs Don't accept none str literals for the format string in writeln 2018-08-10 19:01:54 +01:00
marker.rs Rollup merge of #53329 - frewsxcv:frewsxcv-ptr-add-sub, r=RalfJung 2018-08-21 22:05:30 +08:00
mem.rs Discourage overuse of mem::forget 2018-08-23 15:01:28 +01:00
nonzero.rs Add #[repr(transparent)] to some libcore types 2018-06-16 18:25:15 +02:00
option.rs inline some short functions 2018-08-09 01:27:48 -08:00
panic.rs Enforce #![deny(bare_trait_objects)] in src/libcore 2018-07-25 10:21:41 +09:00
panicking.rs Bootstrap from 1.28.0-beta.3 2018-06-30 13:17:49 -07:00
ptr.rs Rollup merge of #53574 - vorner:ptr_as_ref_unchecked, r=Mark-Simulacrum 2018-08-22 17:45:41 +02:00
raw.rs Fix up various links 2017-03-20 10:10:16 -04:00
result.rs inline some short functions 2018-08-09 01:27:48 -08:00
time.rs Remove redundant field names in structs 2018-08-04 14:58:20 +02: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