rust/src/libcore
2020-07-17 13:00:50 +00:00
..
alloc Deny unsafe ops in unsafe fns, part 6 2020-06-30 19:28:51 +02:00
array Add comment for Ord implementation for array 2020-05-06 17:02:53 +08:00
benches Remove pointless black_box call, add a comment about the unaligned_ benches, and clean up stray semicolon 2020-07-06 07:43:38 -07:00
char Deny unsafe ops in unsafe fns, part 6 2020-06-30 19:28:51 +02:00
convert Rollup merge of #73421 - janikrabe:master, r=joshtriplett 2020-07-16 00:01:02 -07:00
fmt Rollup merge of #72452 - Lucretiel:precision-doc, r=dtolnay 2020-05-29 15:06:59 +09:00
future Revert "Remove spotlight usage" 2020-07-16 09:58:34 -07:00
hash Deny unsafe ops in unsafe fns, part 6 2020-06-30 19:28:51 +02:00
iter Link Some(item) 2020-07-17 13:00:50 +00:00
macros Rollup merge of #73846 - pierwill:pierwill-patch-2, r=joshtriplett 2020-07-01 07:43:00 -07:00
mem apply bootstrap cfgs 2020-07-16 19:36:49 -04:00
num apply bootstrap cfgs 2020-07-16 19:36:49 -04:00
ops apply bootstrap cfgs 2020-07-16 19:36:49 -04:00
prelude Bump bootstrap compiler 2020-04-25 09:25:33 -04:00
ptr apply bootstrap cfgs 2020-07-16 19:36:49 -04:00
slice apply bootstrap cfgs 2020-07-16 19:36:49 -04:00
str Rollup merge of #74381 - mbrubeck:docs, r=Mark-Simulacrum 2020-07-16 00:01:13 -07:00
sync Deny unsafe ops in unsafe fns, part 6 2020-06-30 19:28:51 +02:00
task Use matches macro in libcore and libstd 2020-01-08 07:10:28 +03:00
tests Rollup merge of #74066 - thomcc:optimize-is-ascii, r=nagisa 2020-07-11 08:53:16 -07:00
unicode Stabilize UNICODE_VERSION (feature unicode_version) 2020-04-23 14:36:30 +02:00
any.rs Map to -> return. 2020-05-12 16:54:29 +01:00
ascii.rs Format libcore with rustfmt 2019-11-26 23:02:11 -08:00
bool.rs Format libcore with rustfmt (including tests and benches) 2019-12-06 20:20:51 -08:00
borrow.rs Format the world 2019-12-22 17:42:47 -05:00
Cargo.toml Ensure std benchmarks get tested. 2020-06-18 09:11:15 -07:00
cell.rs Deny unsafe ops in unsafe fns, part 6 2020-06-30 19:28:51 +02:00
clone.rs Bump bootstrap compiler 2020-04-25 09:25:33 -04:00
cmp.rs Fixing broken link for the Eq trait 2020-06-12 23:52:52 +02:00
default.rs Free default() forwarding to Default::default() 2020-06-07 01:27:06 -07:00
ffi.rs Avoid "whitelist" 2020-07-10 07:39:28 -04:00
hint.rs Deny unsafe ops in unsafe fns, part 6 2020-06-30 19:28:51 +02:00
internal_macros.rs Require issue = "none" over issue = "0" in unstable attributes 2019-12-21 13:16:18 +02:00
intrinsics.rs Auto merge of #74395 - Mark-Simulacrum:stage0-next, r=pietroalbini 2020-07-17 03:51:35 +00:00
lib.rs Auto merge of #74395 - Mark-Simulacrum:stage0-next, r=pietroalbini 2020-07-17 03:51:35 +00:00
marker.rs improve DiscriminantKind handling 2020-07-15 10:20:44 +02:00
option.rs Remove string comparison and use diagnostic item instead 2020-07-14 16:08:02 -07:00
panic.rs Stabilize #[track_caller]. 2020-06-30 22:22:32 -07:00
panicking.rs Join mutiple lines if it is more readable 2020-06-15 13:15:47 +00:00
pin.rs Deny unsafe ops in unsafe fns, part 6 2020-06-30 19:28:51 +02:00
primitive.rs Bump core::primitive to 1.43 2020-02-23 23:59:39 -08:00
raw.rs Use dyn trait syntax in more comments and docs 2020-05-24 14:46:50 +03:00
result.rs Fix broken inner_deref doc tests. 2020-06-20 12:27:16 -07:00
time.rs Constify most non-trait Duration methods as described in #72440 2020-07-15 21:37:16 +01:00
tuple.rs Format libcore with rustfmt 2019-11-26 23:02:11 -08:00
unit.rs Format libcore with rustfmt 2019-11-26 23:02:11 -08:00