| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-01-26 | Put all coretests in a separate crate | bjorn3 | -490/+0 | |
| 2025-01-24 | Remove a bunch of emscripten test ignores | bjorn3 | -3/+0 | |
| They are either outdated as emscripten now supports i128 or they are subsumed by #[cfg_attr(not(panic = "unwind"), ignore] | ||||
| 2024-12-23 | Use `#[derive(Default)]` instead of manually implementing it | Esteban Küber | -12/+3 | |
| 2024-10-09 | Library: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -1/+1 | |
| 2024-09-08 | add FIXME(const-hack) | Ralf Jung | -5/+2 | |
| 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-02-21 | rename ptr::invalid -> ptr::without_provenance | Ralf Jung | -2/+2 | |
| also introduce ptr::dangling matching NonNull::dangling | ||||
| 2024-01-11 | apply fmt | klensy | -2/+4 | |
| 2023-12-10 | remove redundant imports | surechen | -1/+0 | |
| detects redundant imports that can be eliminated. for #117772 : In order to facilitate review and modification, split the checking code and removing redundant imports code into two PR. | ||||
| 2023-11-02 | Add insta-stable std::hash::{DefaultHasher, RandomState} exports | ltdk | -1/+1 | |
| 2023-04-16 | fix library and rustdoc tests | Deadbeef | -5/+9 | |
| 2023-04-16 | rm const traits in libcore | Deadbeef | -9/+9 | |
| 2022-11-08 | Test const `Hash`, fix nits | onestacked | -11/+42 | |
| 2022-06-27 | libcore tests: avoid int2ptr casts | Ralf Jung | -2/+3 | |
| 2022-05-06 | Add a dedicated length-prefixing method to `Hasher` | Scott McMurray | -0/+4 | |
| This accomplishes two main goals: - Make it clear who is responsible for prefix-freedom, including how they should do it - Make it feasible for a `Hasher` that *doesn't* care about Hash-DoS resistance to get better performance by not hashing lengths This does not change rustc-hash, since that's in an external crate, but that could potentially use it in future. | ||||
| 2022-04-17 | Replace u8to64_le macro with u64::from_le_bytes | est31 | -24/+2 | |
| The macro was a reimplementation of the function. | ||||
| 2022-02-02 | add tests | tamaron | -0/+8 | |
| 2021-08-15 | move object safety test to library/core | ibraheemdev | -1/+8 | |
| 2020-07-27 | mv std libs to library/ | mark | -0/+472 | |
