| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-07-11 | std: move NuttX to use arc4random for random number generation | Huang Qi | -1/+1 | |
| * Move `target_os = "nuttx"` from unix_legacy to arc4random section * This aligns NuttX with other POSIX-compliant systems that support arc4random * Improves random number generation quality on NuttX by using the system's built-in arc4random implementation instead of legacy fallback methods NuttX supports arc4random_buf which provides better entropy and security compared to the legacy random number generation methods. Signed-off-by: Huang Qi <huangqi3@xiaomi.com> | ||||
| 2025-03-17 | Rollup merge of #137621 - Berrysoft:cygwin-std, r=joboet | Jacob Pratt | -4/+4 | |
| Add std support to cygwin target | ||||
| 2025-03-10 | Apply rustc-0023-Add-Trusty-OS-support-to-Rust-std.patch | Nicole LeGare | -0/+3 | |
| 2025-03-10 | Unify cygwin & horizon random impl | 王宇逸 | -7/+4 | |
| 2025-03-10 | Impl cygwin rand with getrandom | 王宇逸 | -2/+4 | |
| 2025-03-10 | Fix building for cygwin | 王宇逸 | -1/+2 | |
| 2024-10-22 | AIX use /dev/urandom for impl | Henry Jiang | -0/+1 | |
| 2024-10-18 | Add entropy source for RTEMS | Jan Sommer | -0/+1 | |
| 2024-09-24 | Initial std library support for NuttX | Huang Qi | -0/+1 | |
| Signed-off-by: Huang Qi <huangqi3@xiaomi.com> | ||||
| 2024-09-23 | std: switch to faster random sources on macOS and most BSDs | joboet | -17/+14 | |
| 2024-09-23 | std: implement the `random` feature | joboet | -0/+98 | |
| Implements the ACP https://github.com/rust-lang/libs-team/issues/393. | ||||
