| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-09-23 | std: implement the `random` feature | joboet | -27/+0 | |
| Implements the ACP https://github.com/rust-lang/libs-team/issues/393. | ||||
| 2024-07-15 | Remove ULONG | Chris Denton | -1/+1 | |
| 2024-06-12 | Update a cranelift patch file for formatting changes. | Nicholas Nethercote | -2/+2 | |
| PR #125443 will reformat all the use declarations in the repo. This would break a patch kept in `rustc_codegen_cranelift` that gets applied to `library/std/src/sys/pal/windows/rand.rs`. So this commit formats the use declarations in `library/std/src/sys/pal/windows/rand.rs` in advance of #125443 and updates the patch file accordingly. The motivation is that #125443 is a huge change and we want to get fiddly little changes like this out of the way so it can be nothing more than an `x fmt --all`. | ||||
| 2024-02-25 | Windows: Use ProcessPrng for random keys | Chris Denton | -28/+13 | |
| 2024-02-24 | library: use `addr_of!` | Pavel Grigorenko | -2/+2 | |
| 2024-01-11 | std: begin moving platform support modules into `pal` | joboet | -0/+42 | |
