| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-11-02 | remove const_hash feature leftovers | Ralf Jung | -2/+1 | |
| 2024-09-23 | std: implement the `random` feature | joboet | -2/+3 | |
| Implements the ACP https://github.com/rust-lang/libs-team/issues/393. | ||||
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -2/+1 | |
| The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options. | ||||
| 2024-06-20 | Add blank lines after module-level `//!` comments. | Nicholas Nethercote | -0/+1 | |
| Most modules have such a blank line, but some don't. Inserting the blank line makes it clearer that the `//!` comments are describing the entire module, rather than the `use` declaration(s) that immediately follows. | ||||
| 2023-12-22 | update version placeholders | Pietro Albini | -1/+1 | |
| 2023-11-02 | Add insta-stable std::hash::{DefaultHasher, RandomState} exports | ltdk | -2/+2 | |
| 2023-11-02 | Move RandomState and DefaultHasher into std::hash, but don't export for now | ltdk | -0/+252 | |
