| Age | Commit message (Expand) | Author | Lines |
| 2024-10-08 | Update library/std/src/sys/pal/unix/process/process_unix.rs | Yuri Astrakhan | -1/+1 |
| 2024-10-08 | Change a few `&Option<T>` into `Option<&T>` | Yuri Astrakhan | -10/+10 |
| 2024-10-06 | Rollup merge of #131307 - YohDeadfall:prctl-set-name-dbg-assert, r=workingjub... | Matthias Krüger | -1/+3 |
| 2024-10-05 | Stabilize `std::io::ErrorKind::QuotaExceeded` | Pavel Grigorenko | -4/+4 |
| 2024-10-05 | Android: Debug assertion after setting thread name | Yoh Deadfall | -1/+3 |
| 2024-10-05 | Rollup merge of #131094 - joboet:lazy_once_box, r=ibraheemdev | Matthias Krüger | -195/+185 |
| 2024-10-03 | std::fs::get_path freebsd update. | David Carlier | -2/+2 |
| 2024-10-02 | std: make `thread::current` available in all `thread_local!` destructors | joboet | -29/+185 |
| 2024-10-01 | std: replace `LazyBox` with `OnceBox` | joboet | -195/+185 |
| 2024-09-30 | Win: Use `FILE_RENAME_FLAG_POSIX_SEMANTICS` for `std::fs::rename` if available | George Tokmaji | -1/+163 |
| 2024-09-29 | Hook up std::net to wasi-libc on wasm32-wasip2 target | Nicola Krumschmidt | -1/+379 |
| 2024-09-26 | Rollup merge of #130846 - ChrisDenton:revert-break, r=Noratrieb | Jubilee | -153/+0 |
| 2024-09-25 | Use `&raw` in the standard library | Josh Stone | -66/+56 |
| 2024-09-25 | Revert Break into the debugger on panic (129019) | Chris Denton | -153/+0 |
| 2024-09-25 | Auto merge of #130816 - matthiaskrgr:rollup-jy25phv, r=matthiaskrgr | bors | -99/+90 |
| 2024-09-25 | Rollup merge of #130810 - kromych:master, r=workingjubilee | Matthias Krüger | -78/+1 |
| 2024-09-25 | Rollup merge of #130595 - no1wudi:master, r=ibraheemdev | Matthias Krüger | -21/+88 |
| 2024-09-25 | Rollup merge of #130549 - biabbas:riscv32_wrs_vxworks, r=nnethercote | Matthias Krüger | -0/+1 |
| 2024-09-25 | Auto merge of #130803 - cuviper:file-buffered, r=joshtriplett | bors | -2/+2 |
| 2024-09-24 | Don't trap into the debugger on panics under Linux | kromych | -78/+1 |
| 2024-09-24 | Dogfood `feature(file_buffered)` | Josh Stone | -2/+2 |
| 2024-09-24 | add InProgress ErrorKind gated behind io_error_inprogress feature | Aviram Hassan | -0/+1 |
| 2024-09-24 | Initial std library support for NuttX | Huang Qi | -21/+88 |
| 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 | -462/+615 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -122/+119 |
| 2024-09-20 | Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errors | bors | -0/+3 |
| 2024-09-20 | Allow unused unsafe for vxworks in alligned_malloc to resolve build errors | B I Mohammed Abbas | -0/+1 |
| 2024-09-19 | `pal::unsupported::process::ExitCode`: use an `u8` instead of a `bool` | Lieselotte | -7/+4 |
| 2024-09-18 | Rollup merge of #130476 - workingjubilee:more-lazy-methods-take-2, r=Amanieu | Jubilee | -0/+27 |
| 2024-09-18 | Rollup merge of #129934 - ChrisDenton:remove-dir-all3, r=Amanieu | Jubilee | -3/+12 |
| 2024-09-17 | Implement ACP 429: add `Lazy{Cell,Lock}::get[_mut]` and `force_mut` | Chayim Refael Friedman | -0/+27 |
| 2024-09-14 | std::net: Solaris supports `SOCK_CLOEXEC` as well since 11.4. | David Carlier | -0/+1 |
| 2024-09-13 | Update tests for hidden references to mutable static | Obei Sideg | -0/+3 |
| 2024-09-12 | Rollup merge of #130101 - RalfJung:const-cleanup, r=fee1-dead | Matthias Krüger | -1/+1 |
| 2024-09-11 | Rollup merge of #130248 - nyurik:fix-129895, r=workingjubilee | Jubilee | -1/+1 |
| 2024-09-11 | Rollup merge of #130077 - madsmtm:watchos-arm-unwind, r=workingjubilee | Jubilee | -9/+10 |
| 2024-09-11 | Limit `libc::link` usage to `nto70` target only, not NTO OS | Yuri Astrakhan | -1/+1 |
| 2024-09-11 | Rollup merge of #130207 - GrigorenkoPV:ERROR_CANT_RESOLVE_FILENAME, r=ChrisDe... | Matthias Krüger | -0/+1 |
| 2024-09-11 | Map `ERROR_CANT_RESOLVE_FILENAME` to `ErrorKind::FilesystemLoop` | Pavel Grigorenko | -0/+1 |
| 2024-09-11 | Map `WSAEDQUOT` to `ErrorKind::FilesystemQuotaExceeded` | Pavel Grigorenko | -0/+1 |
| 2024-09-09 | Rollup merge of #130132 - sunshowers:illumos-sigsegv, r=Noratrieb | Jubilee | -4/+11 |
| 2024-09-09 | [illumos] enable SIGSEGV handler to detect stack overflows | Rain | -4/+11 |
| 2024-09-08 | add FIXME(const-hack) | Ralf Jung | -1/+1 |
| 2024-09-08 | Remove needless returns detected by clippy in libraries | Eduardo Sánchez Muñoz | -8/+9 |
| 2024-09-08 | Auto merge of #129019 - kromych:master, r=workingjubilee | bors | -0/+230 |
| 2024-09-08 | Fix linking error when compiling for 32-bit watchOS | Mads Marquart | -9/+10 |
| 2024-09-05 | Break into the debugger (if attached) on panics (Windows, macOS, Linux, FreeBSD) | kromych | -0/+230 |
| 2024-09-05 | Rollup merge of #127021 - thesummer:1-add-target-support-for-rtems-arm-xilinx... | Matthias Krüger | -10/+48 |
| 2024-09-03 | Win: Open dir for sync access in remove_dir_all | Chris Denton | -3/+12 |