rust/library/core/src
bstrie 90a2e5e3fe Update tests to remove old numeric constants
Part of #68490.

Care has been taken to leave the old consts where appropriate, for testing backcompat regressions, module shadowing, etc. The intrinsics docs were accidentally referring to some methods on f64 as std::f64, which I changed due to being contrary with how we normally disambiguate the shadow module from the primitive. In one other place I changed std::u8 to std::ops since it was just testing path handling in macros.

For places which have legitimate uses of the old consts, deprecated attributes have been optimistically inserted. Although currently unnecessary, they exist to emphasize to any future deprecation effort the necessity of these specific symbols and prevent them from being accidentally removed.
2020-11-29 00:55:55 -05:00
..
alloc Stabilize alloc::Layout const functions 2020-11-22 21:43:30 +00:00
array Make as{_mut,}_slice on array::IntoIter public 2020-11-19 08:28:49 +01:00
char Use matches! for core::char methods 2020-10-05 22:29:07 +08:00
convert Rollup merge of #77339 - fusion-engineering-forks:tryfrom-nonzero-to-nonzero, r=dtolnay 2020-10-23 18:26:16 +09:00
fmt Fix new 'unnecessary trailing semicolon' warnings 2020-11-26 17:08:36 -05:00
future Fix new 'unnecessary trailing semicolon' warnings 2020-11-26 17:08:36 -05:00
hash fix aliasing issues in SipHasher 2020-10-31 16:26:06 +01:00
iter Expand docs on Peekable::peek_mut 2020-11-27 22:50:22 +01:00
macros Clean up core macros documentation 2020-11-23 11:28:25 -08:00
mem Fix new 'unnecessary trailing semicolon' warnings 2020-11-26 17:08:36 -05:00
num Rollup merge of #76829 - tspiteri:const-int-pow, r=oli-obk 2020-11-23 15:25:38 +01:00
ops More consistently use spaces after commas in lists in docs 2020-11-21 14:43:34 -05:00
prelude mv std libs to library/ 2020-07-27 19:51:13 -05:00
ptr Rollup merge of #77844 - RalfJung:zst-box, r=nikomatsakis 2020-11-21 19:44:07 +01:00
slice Auto merge of #76688 - yokodake:patch-2, r=kodrAus 2020-11-25 02:49:28 +00:00
str Bump bootstrap compiler version 2020-11-19 19:23:36 -05:00
sync Clarify availability of atomic operations 2020-11-17 01:38:53 +01:00
task Bump bootstrap compiler version 2020-11-19 19:23:36 -05:00
unicode mv std libs to library/ 2020-07-27 19:51:13 -05:00
any.rs update tracking issue for const_type_id 2020-09-24 09:00:04 +10:00
ascii.rs Fixed some intra-docs links in library/core 2020-09-18 07:49:29 +08:00
bool.rs Stabilise then 2020-11-22 13:45:14 +00:00
borrow.rs Remove AsRef link as it is in the prelude 2020-08-10 20:29:20 +02:00
cell.rs Stabilize refcell_take 2020-11-22 20:13:31 +01:00
clone.rs Improve readability 2020-09-01 19:56:32 +02:00
cmp.rs Auto merge of #77872 - Xaeroxe:stabilize-clamp, r=scottmcm 2020-11-22 10:50:04 +00:00
default.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
ffi.rs Properly define va_arg and va_list for aarch64-apple-darwin 2020-10-25 21:37:01 -04:00
hint.rs Stabilize hint::spin_loop 2020-11-06 23:41:55 +08:00
internal_macros.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
intrinsics.rs Update tests to remove old numeric constants 2020-11-29 00:55:55 -05:00
lazy.rs Capitalize safety comments 2020-09-08 22:26:44 -04:00
lib.rs Auto merge of #79336 - camelid:rename-feature-oibit-to-auto, r=oli-obk 2020-11-25 07:25:19 +00:00
marker.rs Auto merge of #77893 - petertodd:2020-impl-default-for-phantompinned, r=dtolnay 2020-11-23 07:00:30 +00:00
option.rs add tracking issue number to option_insert feature gate 2020-10-23 11:44:58 +02:00
panic.rs Auto merge of #76157 - ArekPiekarz:const_caller_location_tracking_issue, r=joshtriplett 2020-09-06 20:27:51 +00:00
panicking.rs Bump bootstrap compiler version 2020-11-19 19:23:36 -05:00
pin.rs Add tracking issue number for pin_static_ref. 2020-10-21 16:30:41 +02:00
primitive.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
raw.rs Use intra-doc-links in core::{raw, ffi, pin} 2020-08-22 22:25:27 +02:00
result.rs Use intra-doc links for links to module-level docs 2020-10-12 19:22:47 -07:00
time.rs Remove Duration::MIN entirely 2020-10-27 15:48:58 -07:00
tuple.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
unit.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00