| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-04-27 | use generic Atomic type where possible | Christopher Durham | -6/+6 | |
| in core/alloc/std only for now, and ignoring test files Co-authored-by: Pavel Grigorenko <GrigorenkoPV@ya.ru> | ||||
| 2025-03-26 | Change the syntax of the internal `weak!` macro | Mads Marquart | -4/+4 | |
| Change the syntax to include parameter names and a trailing semicolon. Motivation: - Mirror the `syscall!` macro. - Allow rustfmt to format it (when wrapped in parentheses). - For better documentation (having the parameter names available in the source code is a bit nicer). - Allow future improvements to this macro where we can sometimes use the symbol directly when it's statically known to be available. | ||||
| 2025-03-19 | Fix build failure on Trusty | Taiki Endo | -1/+1 | |
| 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/+10 | |
| 2025-03-10 | Unify cygwin & horizon random impl | 王宇逸 | -15/+4 | |
| 2025-03-10 | Impl cygwin rand with getrandom | 王宇逸 | -11/+13 | |
| 2025-03-10 | Fix code style | 王宇逸 | -2/+6 | |
| 2025-03-10 | Fix building for cygwin | 王宇逸 | -2/+7 | |
| 2025-02-19 | Fix `*-win7-windows-msvc` target since 26eeac1a1e9fe46ffd80dd0d3dafdd2c2a644306 | Li Keqing | -1/+1 | |
| 2025-02-09 | Mark extern blocks as unsafe | Michael Goulet | -4/+4 | |
| 2024-11-21 | Use arc4random of libc for RTEMS target | Jan Sommer | -2/+0 | |
| Is available since libc 0.2.162 | ||||
| 2024-10-25 | library: consistently use American spelling for 'behavior' | Ralf Jung | -2/+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/+3 | |
| 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 | -86/+75 | |
| 2024-09-23 | std: implement the `random` feature | joboet | -0/+605 | |
| Implements the ACP https://github.com/rust-lang/libs-team/issues/393. | ||||
