| Age | Commit message (Expand) | Author | Lines |
| 2025-07-02 | Remove some unsized tuple impls now that we don't support unsizing tuples any... | Oli Scherer | -6/+1 |
| 2025-06-16 | library/compiler: add `PointeeSized` bounds | David Wood | -5/+5 |
| 2025-03-06 | library: Use size_of from the prelude instead of imported | Thalia Archibald | -5/+5 |
| 2025-01-08 | fmt | Pietro Albini | -4/+1 |
| 2025-01-08 | update version placeholders | Pietro Albini | -2/+2 |
| 2024-12-02 | stabilize const_collections_with_hasher and build_hasher_default_const_new | Ralf Jung | -3/+3 |
| 2024-11-02 | remove const_hash feature leftovers | Ralf Jung | -8/+4 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -10/+3 |
| 2024-07-01 | Optimize SipHash by reordering compress instructions | mat | -5/+6 |
| 2024-06-27 | Mark `Hasher::finish` as #[must_use] | Jake Goulding | -0/+1 |
| 2024-03-29 | Add fn const BuildHasherDefault::new | Arthur Carcano | -1/+13 |
| 2024-03-20 | step cfgs | Mark Rousskov | -1/+1 |
| 2024-02-17 | Allow newly added non_local_definitions in std | Urgau | -0/+1 |
| 2023-11-02 | Add insta-stable std::hash::{DefaultHasher, RandomState} exports | ltdk | -38/+17 |
| 2023-09-06 | clarify that unsafe code must not rely on our safe traits | Ralf Jung | -0/+5 |
| 2023-05-30 | Swap out CURRENT_RUSTC_VERSION to 1.71.0 | Mark Rousskov | -1/+1 |
| 2023-05-24 | Stabilize `BuildHasher::hash_one` | Scott McMurray | -3/+1 |
| 2023-04-16 | core is now compilable | Deadbeef | -16/+3 |
| 2023-04-16 | rm const traits in libcore | Deadbeef | -55/+36 |
| 2023-03-18 | Rollup merge of #109287 - scottmcm:hash-slice-size-of-val, r=oli-obk | Matthias Krüger | -1/+1 |
| 2023-03-17 | Use `size_of_val` instead of manual calculation | Scott McMurray | -1/+1 |
| 2023-03-15 | unequal → not equal | gimbles | -1/+1 |
| 2022-12-20 | Fix some `~const` usage in libcore | Oli Scherer | -2/+2 |
| 2022-11-08 | Test const `Hash`, fix nits | onestacked | -9/+16 |
| 2022-11-07 | Removed unnecessary Trait bound | onestacked | -4/+1 |
| 2022-11-06 | Added `const_hash` tracking issue id | onestacked | -18/+18 |
| 2022-11-06 | Made `Sip` const `Hasher` | onestacked | -14/+24 |
| 2022-11-04 | Make `BuildHasher` const_trait | onestacked | -3/+6 |
| 2022-11-04 | Made `Hash` and `Hasher` const_trait | onestacked | -24/+44 |
| 2022-08-12 | Adjust cfgs | Mark Rousskov | -1/+1 |
| 2022-07-17 | rustdoc: extend `#[doc(tuple_variadic)]` to fn pointers | Michael Howell | -1/+1 |
| 2022-07-05 | Fix links in std/core documentation | Guillaume Gomez | -1/+1 |
| 2022-07-01 | update cfg(bootstrap)s | Pietro Albini | -1/+1 |
| 2022-06-16 | Auto merge of #97842 - notriddle:notriddle/tuple-docs, r=jsha,GuillaumeGomez | bors | -19/+36 |
| 2022-06-11 | docs: make all the variadic impls use `(T, ...)` exactly | Michael Howell | -12/+12 |
| 2022-06-11 | Fix incorrectly spelled "variadic" | Michael Howell | -1/+1 |
| 2022-06-10 | Use relative links instead of linking to doc.rust-lang.org when possible | Guillaume Gomez | -1/+1 |
| 2022-06-08 | rustdoc: show tuple impls as `impl Trait for (T, ...)` | Michael Howell | -0/+1 |
| 2022-06-07 | docs: clean up trait docs for tuples | Michael Howell | -7/+23 |
| 2022-05-30 | Reword safety comments in core/hash/sip.rs | Thom Chiovoloni | -2/+4 |
| 2022-05-09 | Auto merge of #95960 - jhpratt:remove-rustc_deprecated, r=compiler-errors | bors | -20/+11 |
| 2022-05-07 | Further elaborate the lack of guarantees from `Hasher` | Scott McMurray | -2/+21 |
| 2022-05-06 | For now, don't change the details of hashing a `str` | Scott McMurray | -21/+52 |
| 2022-05-06 | Add a dedicated length-prefixing method to `Hasher` | Scott McMurray | -3/+122 |
| 2022-04-14 | Remove use of `#[rustc_deprecated]` | Jacob Pratt | -20/+11 |
| 2022-03-29 | Make the stdlib largely conform to strict provenance. | Aria Beingessner | -2/+2 |
| 2022-01-07 | change PhantomData type for BuildHasherDefault | Frank Steffahn | -1/+1 |
| 2021-11-23 | Apply suggestions from code review | the8472 | -2/+2 |
| 2021-11-18 | Document non-guarantees for Hash | The8472 | -0/+13 |
| 2021-10-11 | Rollup merge of #89729 - jkugelman:must-use-core-std-constructors, r=joshtrip... | Guillaume Gomez | -0/+2 |