rust/src/libcore
bors 741a3d42cb Auto merge of #58002 - oli-obk:deprecated_sugg, r=zackmdavis
Add suggestions to deprecation lints

Clippy used to do this suggestion, but the clippy lints happen after the deprecation lints so we ended up never seeing the structured suggestions.
2019-02-01 01:06:15 +00:00
..
benches Add fmt benchmarks 2019-01-12 01:54:57 +09:00
char Remove licenses 2018-12-25 21:08:33 -07:00
fmt rename first_mut_ptr -> first_ptr_mut 2019-01-28 12:37:29 +01:00
future Add #[must_use] message to Iterator and Future 2019-01-13 02:57:27 +09:00
hash libcore: remove unneeded allow(deprecated) 2019-01-28 10:39:49 +01:00
iter Move trivial constructors to inherent methods 2019-01-22 17:45:11 -05:00
num Use LLVM intrinsics for saturating add/sub 2019-01-29 22:32:13 +01:00
ops Change generator trait to use pinning 2019-01-27 22:58:53 +01:00
prelude Remove licenses 2018-12-25 21:08:33 -07:00
slice rename first_mut_ptr -> first_ptr_mut 2019-01-28 12:37:29 +01:00
str Rollup merge of #58005 - vitiral:docs_trim_start_matches, r=Manishearth 2019-01-31 02:10:51 +01:00
sync Add suggestions to deprecation lints 2019-01-30 17:49:04 +01:00
task Remove licenses 2018-12-25 21:08:33 -07:00
tests Auto merge of #57475 - SimonSapin:signed, r=estebank 2019-01-22 05:42:11 +00:00
unicode Remove licenses 2018-12-25 21:08:33 -07:00
alloc.rs Remove licenses 2018-12-25 21:08:33 -07:00
any.rs Stabilize Any::get_type_id and rename to type_id 2019-01-22 14:25:27 +01:00
array.rs Remove licenses 2018-12-25 21:08:33 -07:00
ascii.rs Remove licenses 2018-12-25 21:08:33 -07:00
borrow.rs Remove licenses 2018-12-25 21:08:33 -07:00
Cargo.toml std: Depend directly on crates.io crates 2018-12-11 21:08:22 -08:00
cell.rs Remove licenses 2018-12-25 21:08:33 -07:00
clone.rs Auto merge of #57125 - doitian:inconsistent-clone-doc, r=bluss 2019-01-01 20:50:13 +00:00
cmp.rs Rollup merge of #57357 - frewsxcv:frewsxcv-partial-eq, r=QuietMisdreavus 2019-01-18 18:06:30 +01:00
convert.rs Rollup merge of #56796 - KrishnaSannasi:try_from_impl_change, r=shepmaster 2019-01-21 02:21:53 +01:00
default.rs Remove licenses 2018-12-25 21:08:33 -07:00
ffi.rs Rollup merge of #57340 - eqrion:doc/c_variadic, r=Mark-Simulacrum 2019-01-18 18:06:29 +01:00
hint.rs Move spin_loop_hint to core::hint module 2019-01-15 16:44:28 -05:00
internal_macros.rs Remove licenses 2018-12-25 21:08:33 -07:00
intrinsics.rs Use LLVM intrinsics for saturating add/sub 2019-01-29 22:32:13 +01:00
iter_private.rs Remove licenses 2018-12-25 21:08:33 -07:00
lib.rs Add suggestions to deprecation lints 2019-01-30 17:49:04 +01:00
macros.rs add macro for creating uninitialized array 2019-01-28 10:48:38 +01:00
marker.rs Mark static generators as !Unpin 2019-01-27 22:58:59 +01:00
mem.rs rename first_mut_ptr -> first_ptr_mut 2019-01-28 12:37:29 +01:00
option.rs stabilize transpose_result in 1.33 2019-01-13 06:15:44 +01:00
panic.rs Remove licenses 2018-12-25 21:08:33 -07:00
panicking.rs Remove licenses 2018-12-25 21:08:33 -07:00
pin.rs Update generator transform and generated function signature 2019-01-27 22:58:59 +01:00
ptr.rs Revert "Auto merge of #57670 - rust-lang:beta-next, r=Mark-Simulacrum" 2019-01-17 10:48:10 +01:00
raw.rs Remove licenses 2018-12-25 21:08:33 -07:00
result.rs stabilize transpose_result in 1.33 2019-01-13 06:15:44 +01:00
time.rs Specify the tracking issue 2019-01-07 11:39:22 +01:00
tuple.rs Remove licenses 2018-12-25 21:08:33 -07:00
unit.rs Remove licenses 2018-12-25 21:08:33 -07:00