rust/src/libcore
Mark Simulacrum c3eff19aba
Rollup merge of #51326 - sdroege:slice-iter-cleanup, r=dtolnay
Various minor slice iterator cleanups

See individual commits
2018-06-03 18:18:06 -06:00
..
benches
char mod.rs isn't beautiful 2018-05-30 22:24:24 +03:00
fmt Stabilize Formatter alignment 2018-05-27 14:07:43 +02:00
hash
iter Document additional use case for iter::inspect 2018-05-28 18:50:16 -05:00
num Rollup merge of #51299 - faern:const-int-ops, r=oli-obk 2018-06-03 18:18:03 -06:00
ops stabilize RangeBounds collections_range #30877 2018-05-24 05:01:40 -07:00
prelude
slice Rollup merge of #51326 - sdroege:slice-iter-cleanup, r=dtolnay 2018-06-03 18:18:06 -06:00
str impl Default for &mut str 2018-06-03 00:29:50 +08:00
sync
tests Add @ithinuel's tests from #50597 2018-06-01 17:46:19 -04:00
unicode
alloc.rs Rollup merge of #51226 - gnzlbg:nonzero_align, r=SimonSapin 2018-06-02 19:55:06 -06:00
any.rs Fix up Any doc examples 2018-05-31 13:27:08 -07:00
array.rs
ascii.rs
borrow.rs
Cargo.toml
cell.rs
clone.rs
cmp.rs
convert.rs
default.rs
hint.rs
internal_macros.rs
intrinsics.rs Update nomicon link in transmute docs 2018-05-25 11:47:48 -07:00
iter_private.rs
lib.rs Rollup merge of #51299 - faern:const-int-ops, r=oli-obk 2018-06-03 18:18:03 -06:00
macros.rs undo payload in core::panic! changes 2018-06-03 13:46:19 +02:00
marker.rs Replace if with if and only if in the definition dox of Sync 2018-06-01 09:37:05 +08:00
mem.rs Rollup merge of #51124 - frewsxcv:frewsxcv-replace, r=QuietMisdreavus 2018-06-02 13:14:24 -06:00
nonzero.rs
option.rs Add Option::as_pin_mut 2018-05-22 17:24:49 -07:00
panic.rs implement #[panic_implementation] 2018-06-03 13:46:19 +02:00
panicking.rs undo payload in core::panic! changes 2018-06-03 13:46:19 +02:00
ptr.rs Reword {ptr,mem}::replace docs. 2018-06-01 23:08:12 -04:00
raw.rs
result.rs
time.rs Rollup merge of #50167 - fintelia:duration-nanos, r=sfackler 2018-06-02 13:14:22 -06:00
tuple.rs
unit.rs