rust/src/libcore
David Wood e0590ea76f
RFC 2008: Stabilization
This commit stabilizes RFC 2008 (#44109) by removing the feature gate.

Signed-off-by: David Wood <david@davidtw.co>
2019-10-25 09:34:05 +01:00
..
array Add array::IntoIter as a consuming/by-value array iterator 2019-10-24 15:46:44 +02:00
benches Improve ptr_rotate performance, tests, and benchmarks 2019-08-06 10:42:48 -05:00
char Improve docs on some char boolean methods 2019-10-12 15:06:20 +02:00
fmt Apply clippy::redundant_pattern_matching suggestion 2019-10-22 19:23:10 +02:00
future Use associated_type_bounds where applicable - closes #61738 2019-08-08 22:39:15 +02:00
hash Snap cfgs to new beta 2019-09-25 08:42:46 -04:00
iter Remove leading :: from paths in doc examples 2019-10-20 21:13:47 +03:00
mem Rollup merge of #65016 - lzutao:inline-mem-constfn, r=oli-obk 2019-10-18 13:48:10 -07:00
num Apply clippy::useless_let_if_seq suggestion 2019-10-22 19:14:22 +02:00
ops Remove leading :: from paths in doc examples 2019-10-20 21:13:47 +03:00
prelude Move the matches! macro to the prelude 2019-10-23 15:35:36 +02:00
ptr Inline ptr::null(_mut) even in debug builds 2019-10-02 12:22:37 +00:00
slice Allow unused attributes to avoid incremental bug 2019-10-04 11:11:58 -04:00
str Remove leading :: from paths in doc examples 2019-10-20 21:13:47 +03:00
sync Rollup merge of #65214 - Amanieu:cfg_atomic, r=alexcrichton 2019-10-13 19:17:04 +02:00
task Fix typo 2019-10-12 15:18:17 +02:00
tests Add unit tests for array::IntoIter 2019-10-24 15:46:44 +02:00
unicode it's more pythonic to use 'is not None' in python files 2019-09-06 15:14:25 +08:00
alloc.rs Fix clippy::clone_on_copy warnings 2019-07-18 15:14:56 +02:00
any.rs add example for type_name 2019-10-16 16:54:04 +00:00
ascii.rs Implement Clone, Display for ascii::EscapeDefault 2019-08-09 22:45:06 -04:00
bool.rs Snap cfgs to new beta 2019-09-25 08:42:46 -04:00
borrow.rs be more direct about borrow requirenments 2019-04-03 11:41:24 +03:00
Cargo.toml Move the matches! macro to the prelude 2019-10-23 15:35:36 +02:00
cell.rs Reorder methods of Cell 2019-10-03 15:24:00 +09:00
clone.rs Snap cfgs to new beta 2019-09-25 08:42:46 -04:00
cmp.rs Snap cfgs to new beta 2019-09-25 08:42:46 -04:00
convert.rs address rebase damage 2019-09-25 23:18:31 +03:00
default.rs Snap cfgs to new beta 2019-09-25 08:42:46 -04:00
ffi.rs Upgrade Emscripten targets to use upstream LLVM backend 2019-10-16 17:06:48 -07:00
hint.rs Upgrade Emscripten targets to use upstream LLVM backend 2019-10-16 17:06:48 -07:00
internal_macros.rs std: Remove internal definitions of cfg_if! macro 2019-06-10 10:58:44 -07:00
intrinsics.rs Snap cfgs to new beta 2019-09-25 08:42:46 -04:00
iter_private.rs Remove licenses 2018-12-25 21:08:33 -07:00
lib.rs RFC 2008: Stabilization 2019-10-25 09:34:05 +01:00
macros.rs Document guard expressions in matches! 2019-10-23 15:46:42 +02:00
marker.rs Snap cfgs to new beta 2019-09-25 08:42:46 -04:00
option.rs Apply clippy::single_match suggestion 2019-10-22 19:23:10 +02:00
panic.rs libcore: deny more... 2019-04-19 01:37:12 +02:00
panicking.rs Snap cfgs to new beta 2019-09-25 08:42:46 -04:00
pin.rs pin.rs: fix links to primitives in documentation 2019-09-27 14:33:08 +00:00
raw.rs Fix more tests after revert of rustdoc cfg(test) feature 2019-06-09 18:15:53 +01:00
result.rs Auto merge of #63166 - ksqsf:master, r=alexcrichton 2019-09-04 07:47:08 +00:00
time.rs fix tests 2019-07-30 16:41:03 +00:00
tuple.rs libcore => 2018 2019-04-18 14:47:35 +09:00
unit.rs libcore => 2018 2019-04-18 14:47:35 +09:00