rust/src/libcore
kennytm 67cf3ba528
Rollup merge of #51807 - newpavlov:deprecate_str_slice, r=alexcrichton
Deprecation of str::slice_unchecked(_mut)

Closes #51715

I am not sure if 1.28.0 or 1.29.0 should be used for deprecation version, for now it's 1.28.0.

Additionally I've replaced `slice_unchecked` uses with `get_unchecked`. The only places where this method is still used are `src/liballoc/tests/str.rs` and `src/liballoc/tests/str.rs`.
2018-07-22 22:10:09 +08:00
..
benches
char migrate codebase to ..= inclusive range patterns 2018-06-26 07:53:30 -07:00
fmt migrate codebase to ..= inclusive range patterns 2018-06-26 07:53:30 -07:00
future Implement UnsafeFutureObj for &mut Future 2018-07-02 19:07:59 +02:00
hash impl Hash for ! 2018-06-14 23:26:38 -04:00
iter Clarify short-circuiting behvaior of Iterator::zip. 2018-07-17 23:39:37 -04:00
num use proper footnote syntax for references 2018-07-11 13:26:56 -04:00
ops Changed implementation of the third field to make LLVM optimize it better. 2018-07-13 13:26:07 +08:00
prelude
slice fix safety-related comment in slice::rotate 2018-07-19 09:11:56 +02:00
str Rollup merge of #51807 - newpavlov:deprecate_str_slice, r=alexcrichton 2018-07-22 22:10:09 +08:00
sync Add #[repr(transparent)] to Atomic* types 2018-07-07 20:09:34 -07:00
task task: remove wrong comments about non-existent LocalWake trait 2018-07-12 15:43:57 -07:00
tests Rollup merge of #52003 - Kerollmops:option-replace, r=Kimundi 2018-07-14 02:56:40 +08:00
unicode Handle array manually in string case conversion methods 2018-07-06 17:20:39 +02:00
alloc.rs Implement #[alloc_error_handler] 2018-07-09 23:13:24 +02:00
any.rs Any docs preposition change 2018-07-03 13:13:49 -07:00
array.rs
ascii.rs migrate codebase to ..= inclusive range patterns 2018-06-26 07:53:30 -07:00
borrow.rs
Cargo.toml
cell.rs Auto merge of #51395 - SimonSapin:repr-transparent, r=SimonSapin 2018-07-04 16:21:42 +00:00
clone.rs
cmp.rs Add message to rustc_on_unimplemented attributes in core 2018-06-19 15:19:13 -07:00
convert.rs AsRef doc wording tweaks 2018-07-15 10:16:36 +10:00
default.rs
hint.rs
internal_macros.rs
intrinsics.rs Bootstrap from 1.28.0-beta.3 2018-06-30 13:17:49 -07:00
iter_private.rs
lib.rs Update stdsimd to undo an accidental stabilization 2018-07-20 22:34:09 -07:00
macros.rs undo payload in core::panic! changes 2018-06-03 13:46:19 +02:00
marker.rs Fix doc link 2018-07-17 14:10:11 +02:00
mem.rs Clarifying how the alignment of the struct works 2018-07-05 09:24:03 -07:00
nonzero.rs Add #[repr(transparent)] to some libcore types 2018-06-16 18:25:15 +02:00
option.rs Rollup merge of #52218 - rivertam:patch-1, r=withoutboats 2018-07-18 22:34:56 +08:00
panic.rs Avoid unwrapping in PanicInfo doc example. 2018-07-10 22:25:38 -04:00
panicking.rs Bootstrap from 1.28.0-beta.3 2018-06-30 13:17:49 -07:00
ptr.rs Auto merge of #51395 - SimonSapin:repr-transparent, r=SimonSapin 2018-07-04 16:21:42 +00:00
raw.rs
result.rs
time.rs Make rounding down clear in duration documentation 2018-07-14 15:48:52 +02:00
tuple.rs
unit.rs