rust/library/core/src
Matthias Krüger 06cfd0af48
Rollup merge of #89438 - pierwill:prefix-free-hash, r=Amanieu
docs: `std:#️⃣:Hash` should ensure prefix-free data

Attempt to synthesize the discussion in #89429 into a suggestion regarding `Hash` implementations (not a hard requirement).

Closes #89429.
2021-10-10 18:22:20 +02:00
..
alloc Consistent spelling of "adapter" in the standard library 2021-07-30 17:23:07 +02:00
array Rollup merge of #75644 - c410-f3r:array, r=yaahc 2021-10-09 17:08:38 +02:00
char Add #[must_use] to string/char transformation methods 2021-10-09 01:01:40 -04:00
convert Make diangostic item names consistent 2021-10-02 19:38:19 -05:00
fmt Rollup merge of #89502 - FabianWolff:issue-89493, r=joshtriplett 2021-10-05 12:52:46 -07:00
future Fix may not to appropriate might not or must not 2021-07-29 01:15:20 -04:00
hash Update library/core/src/hash/mod.rs 2021-10-09 13:53:29 -05:00
iter Revert "Stabilize Iterator::intersperse()" 2021-10-07 10:39:36 -07:00
macros Use correct edition for panic in [debug_]assert!() etc. 2021-10-07 14:27:08 +02:00
mem Const Deref 2021-09-15 03:06:53 +00:00
num Rollup merge of #88713 - falk-hueffner:int-log10-documentation-fixes, r=scottmcm 2021-10-10 18:22:18 +02:00
ops Const Deref 2021-09-15 03:06:53 +00:00
panic Fix unused sync::atomic import on targets without atomics 2021-07-31 17:27:29 -07:00
prelude Move asm! and global_asm! to core::arch 2021-07-18 18:30:58 -04:00
ptr remove redundant / misplaced sentence from docs 2021-09-01 20:52:30 -07:00
slice Add #[must_use] to string/char transformation methods 2021-10-09 01:01:40 -04:00
str Auto merge of #89219 - nickkuk:str_split_once_get_unchecked, r=Mark-Simulacrum 2021-10-10 12:29:48 +00:00
stream Apply 16 commits (squashed) 2021-09-25 20:04:35 +02:00
sync Constified Default implementations 2021-08-17 07:15:54 +00:00
task Apply 16 commits (squashed) 2021-09-25 20:04:35 +02:00
unicode Regenerate tables for Unicode 14.0.0 2021-10-06 17:49:33 -07:00
any.rs Added diagnostic items to structs and traits for Clippy 2021-07-15 23:57:02 +02:00
ascii.rs EscapeDefault: change range field to Range<u8>, reducing struct size 24 -> 6 bytes 2021-09-18 14:20:00 +03:00
bool.rs Add primitive documentation to libcore 2021-09-12 02:23:08 +00:00
borrow.rs Fix borrow and deref 2021-03-03 11:23:29 +01:00
cell.rs Rollup merge of #88374 - joshlf:patch-2, r=JohnTitor 2021-10-10 18:22:17 +02:00
clone.rs Ignore automatically derived impls of Clone and Debug in dead code analysis 2021-09-09 19:49:07 +02:00
cmp.rs Suggest deriving traits if possible 2021-09-06 13:18:05 +02:00
default.rs Constified Default implementations 2021-08-17 07:15:54 +00:00
ffi.rs Replace all fmt.pad with debug_struct 2021-04-21 14:38:24 +02:00
hint.rs Bump stage0 compiler to 1.56 2021-09-08 20:51:05 -04:00
internal_macros.rs Remove unnecessary #[unstable] from internal macro. 2021-08-05 12:55:35 +02:00
intrinsics.rs Bump stage0 compiler to 1.56 2021-09-08 20:51:05 -04:00
lazy.rs Don't inline OnceCell initialization closures 2021-09-17 00:24:36 +02:00
lib.rs Cfg hide more conditions for core 2021-10-08 16:13:49 +02:00
marker.rs Make diangostic item names consistent 2021-10-02 19:38:19 -05:00
option.rs Rollup merge of #86828 - lambinoo:67441-const-fn-copied-take-replace, r=joshtriplett 2021-10-03 23:13:16 -07:00
panic.rs Allow panic!("{}", computed_str) in const fn. 2021-09-15 21:56:43 +01:00
panicking.rs Use ZST for fmt unsafety 2021-09-21 10:04:44 -05:00
pin.rs Apply 16 commits (squashed) 2021-09-25 20:04:35 +02:00
primitive.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
primitive_docs.rs Add primitive documentation to libcore 2021-09-12 02:23:08 +00:00
result.rs Rebase Result::map_or_else doc wording on top of #89400. 2021-10-06 09:03:18 +02:00
time.rs Make Duration's Debug format pad to width 2021-09-16 03:09:31 +02: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