| Age | Commit message (Expand) | Author | Lines |
| 2024-10-01 | Auto merge of #126839 - obeis:mpmc, r=Amanieu | bors | -49/+1732 |
| 2024-10-01 | make test_lots_of_insertions test take less long in Miri | Ralf Jung | -1/+1 |
| 2024-09-30 | Rollup merge of #130914 - compiler-errors:insignificant-dtor, r=Amanieu | Trevor Gross | -0/+1 |
| 2024-09-30 | Rollup merge of #129638 - nickrum:wasip2-net, r=alexcrichton | Trevor Gross | -44/+503 |
| 2024-09-30 | Win: Add test cases for renaming a directory while the target file is opened ... | George Tokmaji | -0/+41 |
| 2024-09-30 | Win: Use `FILE_RENAME_FLAG_POSIX_SEMANTICS` for `std::fs::rename` if available | George Tokmaji | -4/+168 |
| 2024-09-30 | Add multi-producer, multi-consumer channel (mpmc) | Obei Sideg | -49/+1732 |
| 2024-09-29 | Rollup merge of #130743 - YohDeadfall:net-nonblocking-doc, r=Mark-Simulacrum | Guillaume Gomez | -2/+2 |
| 2024-09-29 | Auto merge of #128321 - BatmanAoD:catch-unwind-doc-update, r=Mark-Simulacrum | bors | -25/+60 |
| 2024-09-29 | Fix std tests for wasm32-wasip2 target | Nicola Krumschmidt | -42/+122 |
| 2024-09-29 | Hook up std::net to wasi-libc on wasm32-wasip2 target | Nicola Krumschmidt | -2/+381 |
| 2024-09-28 | Rollup merge of #130922 - tyilo:udp-unspecified, r=ibraheemdev | Matthias Krüger | -2/+2 |
| 2024-09-28 | Rollup merge of #125404 - a1phyr:fix-read_buf-uses, r=workingjubilee | Matthias Krüger | -16/+88 |
| 2024-09-27 | Mark some more types as having insignificant dtor | Michael Goulet | -0/+1 |
| 2024-09-27 | Reference UNSPECIFIED instead of INADDR_ANY in join_multicast_v4 | Asger Hautop Drewsen | -2/+2 |
| 2024-09-26 | Rollup merge of #130846 - ChrisDenton:revert-break, r=Noratrieb | Jubilee | -170/+1 |
| 2024-09-27 | Rollup merge of #130861 - cuviper:sun-path-offset, r=ibraheemdev | Guillaume Gomez | -12/+9 |
| 2024-09-26 | Add `sun_path` to the fake doc `sockaddr_un` | Josh Stone | -1/+3 |
| 2024-09-25 | Use `&raw` in the standard library | Josh Stone | -111/+86 |
| 2024-09-25 | Use `mem::offset_of!` for `sockaddr_un.sun_path` | Josh Stone | -11/+6 |
| 2024-09-25 | Rollup merge of #130842 - Noratrieb:tracking-issue-inprogress, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2024-09-25 | Rollup merge of #130811 - RalfJung:random, r=joboet | Matthias Krüger | -1/+2 |
| 2024-09-25 | Revert Break into the debugger on panic (129019) | Chris Denton | -170/+1 |
| 2024-09-25 | Add tracking issue for io_error_inprogress | nora | -1/+1 |
| 2024-09-25 | Auto merge of #130816 - matthiaskrgr:rollup-jy25phv, r=matthiaskrgr | bors | -99/+224 |
| 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/+222 |
| 2024-09-25 | Rollup merge of #130549 - biabbas:riscv32_wrs_vxworks, r=nnethercote | Matthias Krüger | -0/+1 |
| 2024-09-25 | add link from random() helper fn to extensive DefaultRandomSource docs | Ralf Jung | -1/+2 |
| 2024-09-25 | Auto merge of #130803 - cuviper:file-buffered, r=joshtriplett | bors | -3/+109 |
| 2024-09-24 | Don't trap into the debugger on panics under Linux | kromych | -78/+1 |
| 2024-09-24 | Add a tracking issue for `file_buffered` | Josh Stone | -2/+2 |
| 2024-09-24 | Dogfood `feature(file_buffered)` | Josh Stone | -2/+2 |
| 2024-09-24 | Mark 'get_mut' and 'set_position' in 'std::io::Cursor' as const; | Gabriel Bjørnager Jensen | -2/+4 |
| 2024-09-24 | Pre-allocate buffers in `File::open_buffered` and `create_buffered` | Josh Stone | -3/+38 |
| 2024-09-24 | Add `File::open_buffered` and `create_buffered` | Josh Stone | -0/+71 |
| 2024-09-24 | add InProgress ErrorKind gated behind io_error_inprogress feature | Aviram Hassan | -0/+8 |
| 2024-09-24 | Initial std library support for NuttX | Huang Qi | -21/+222 |
| 2024-09-23 | Rollup merge of #129545 - notriddle:notriddle/toolbar-v2, r=GuillaumeGomez | Michael Goulet | -7/+11 |
| 2024-09-23 | Add a comment to `Read::read_buf` | Benoît du Garreau | -0/+2 |
| 2024-09-23 | Add tests | Benoît du Garreau | -0/+63 |
| 2024-09-23 | Fix `io::default_read_to_end` uses of `read_buf` | Benoît du Garreau | -10/+14 |
| 2024-09-23 | Fix `io::BufReader` uses of `read_buf` | Benoît du Garreau | -2/+4 |
| 2024-09-23 | Fix `io::Take::read_buf` | Benoît du Garreau | -4/+5 |
| 2024-09-23 | Fix up standard library intro | Michael Howell | -7/+11 |
| 2024-09-23 | Clarifications for set_nonblocking methods | Yoh Deadfall | -2/+2 |
| 2024-09-23 | random: add tracking issue, address other comments | joboet | -11/+16 |
| 2024-09-23 | std: switch to faster random sources on macOS and most BSDs | joboet | -102/+90 |
| 2024-09-23 | std: implement the `random` feature | joboet | -464/+722 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -314/+303 |