| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-09-21 | wait for two short reads before uncapping the max read size | The 8472 | -3/+13 |
| 2024-09-21 | Rollup merge of #129718 - lolbinarycat:remove_dir-docs, r=Noratrieb | Matthias Krüger | -0/+10 |
| 2024-09-20 | Auto merge of #130631 - GuillaumeGomez:rollup-jpgy1iv, r=GuillaumeGomez | bors | -7/+6 |
| 2024-09-20 | Remove double spaces | nora | -2/+2 |
| 2024-09-20 | Rollup merge of #128209 - beetrees:no-macos-10.10, r=jieyouxu | Guillaume Gomez | -7/+6 |
| 2024-09-20 | Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errors | bors | -0/+9 |
| 2024-09-20 | Allow unused unsafe for vxworks in alligned_malloc to resolve build errors | B I Mohammed Abbas | -0/+1 |
| 2024-09-20 | [Clippy] Remove final std paths for diagnostic item | GnomedDev | -0/+1 |
| 2024-09-19 | Rollup merge of #130554 - ShE3py:unsupported-exitcode, r=Noratrieb | Matthias Krüger | -7/+4 |
| 2024-09-19 | `pal::unsupported::process::ExitCode`: use an `u8` instead of a `bool` | Lieselotte | -7/+4 |
| 2024-09-19 | [Clippy] Swap `open_options` to use diagnostic items instead of paths | GnomedDev | -0/+2 |
| 2024-09-19 | [Clippy] Swap `iter_over_hash_type` to use diagnostic items instead of paths | GnomedDev | -0/+8 |
| 2024-09-19 | [Clippy] Swap `non_octal_unix_permissions` to use diagnostic item instead of ... | GnomedDev | -0/+1 |
| 2024-09-19 | [Clippy] Swap `instant_subtraction` to use diagnostic item instead of path | GnomedDev | -0/+1 |
| 2024-09-19 | [Clippy] Swap `manual_main_separator_str` to use diagnostic item instead of path | GnomedDev | -0/+1 |
| 2024-09-19 | [Clippy] Swap `redundant_clone` to use diagnostic items instead of paths | GnomedDev | -0/+2 |
| 2024-09-19 | [Clippy] Swap `option_as_ref_deref` to use diagnostic items instead of paths | GnomedDev | -0/+2 |
| 2024-09-19 | [Clippy] Swap `map_entry` to use diagnostic items instead of paths | GnomedDev | -0/+2 |
| 2024-09-18 | Rollup merge of #130522 - GnomedDev:clippy-manual-retain-paths, r=compiler-er... | Jubilee | -0/+1 |
| 2024-09-18 | Rollup merge of #130513 - shekhirin:fs-write-doc-comment, r=cuviper | Jubilee | -1/+1 |
| 2024-09-18 | Rollup merge of #130476 - workingjubilee:more-lazy-methods-take-2, r=Amanieu | Jubilee | -6/+170 |
| 2024-09-18 | Rollup merge of #129934 - ChrisDenton:remove-dir-all3, r=Amanieu | Jubilee | -3/+12 |
| 2024-09-18 | Rollup merge of #97524 - ibraheemdev:thread-raw, r=ibraheemdev | Jubilee | -0/+48 |
| 2024-09-18 | library: Call it really_init_mut to avoid name collisions | Jubilee Young | -2/+2 |
| 2024-09-18 | library: Destabilize Lazy{Cell,Lock}::{force,deref}_mut | Jubilee Young | -14/+4 |
| 2024-09-18 | [Clippy] Swap `manual_retain` to use diagnostic items instead of paths | GnomedDev | -0/+1 |
| 2024-09-18 | Clarify docs for std::fs::File::write | Alexey Shekhirin | -1/+1 |
| 2024-09-17 | add `Thread::{into_raw, from_raw}` | Ibraheem Ahmed | -0/+48 |
| 2024-09-17 | Implement ACP 429: add `Lazy{Cell,Lock}::get[_mut]` and `force_mut` | Chayim Refael Friedman | -7/+181 |
| 2024-09-17 | Rollup merge of #128535 - mmvanheusden:master, r=workingjubilee | Matthias Krüger | -66/+107 |
| 2024-09-17 | Rollup merge of #130448 - alilleybrinker:master, r=workingjubilee | Matthias Krüger | -2/+0 |
| 2024-09-16 | Auto merge of #127633 - SamuelMarks:eq-exit-code, r=dtolnay | bors | -5/+9 |
| 2024-09-16 | fix: Remove duplicate `LazyLock` example. | Andrew Lilley Brinker | -2/+0 |
| 2024-09-15 | update docs for `catch_unwind` & related funcs | Kyle J Strand | -25/+60 |
| 2024-09-15 | Rollup merge of #130339 - CAD97:unwind-choice, r=dtolnay | Matthias Krüger | -0/+3 |