| Age | Commit message (Expand) | Author | Lines |
| 2024-05-20 | switch also the default implementation for read_vectored | Stefan Lankes | -13/+2 |
| 2024-05-20 | Document platform-specifics for `Read` and `Write` of `File` | Tobias Bucher | -0/+76 |
| 2024-05-20 | switch to the default implementation of `write_vectored` | Stefan Lankes | -8/+2 |
| 2024-05-20 | Remove Windows dependency on libc | Ben Kimock | -3/+3 |
| 2024-05-20 | Address review comments | Benoît du Garreau | -1/+33 |
| 2024-05-20 | Fix c_char on AIX | Taiki Endo | -1/+2 |
| 2024-05-20 | Rollup merge of #125283 - zachs18:arc-default-shared, r=dtolnay | Matthias Krüger | -31/+56 |
| 2024-05-20 | Switch to primarily using `&str` | Arpad Borsos | -7/+6 |
| 2024-05-20 | Introduce printable-ASCII fast-path for `impl Debug for str` | Arpad Borsos | -17/+42 |
| 2024-05-20 | Add a fast-path to `Debug` ASCII `&str` | Arpad Borsos | -0/+5 |
| 2024-05-20 | Write `char::DebugEscape` sequences using `write_str` | Arpad Borsos | -9/+6 |
| 2024-05-20 | Auto merge of #125313 - matthiaskrgr:rollup-65etxv0, r=matthiaskrgr | bors | -10/+107 |
| 2024-05-20 | Rollup merge of #125093 - zachs18:rc-into-raw-with-allocator-only, r=Mark-Sim... | Matthias Krüger | -10/+107 |
| 2024-05-20 | Auto merge of #124560 - madsmtm:update-libc, r=Mark-Simulacrum | bors | -3/+2 |
| 2024-05-20 | Make NULL check in argument parsing the same on all unix platforms | Mads Marquart | -76/+64 |
| 2024-05-20 | Auto merge of #123878 - jwong101:inplacecollect, r=jhpratt | bors | -2/+58 |
| 2024-05-19 | Rollup merge of #124992 - foresterre:example/is-terminal, r=ChrisDenton | Matthias Krüger | -0/+34 |
| 2024-05-19 | Rollup merge of #124948 - blyxyas:remove-repeated-words, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-05-19 | fix typo | Ralf Jung | -2/+2 |
| 2024-05-19 | Fix typo in assert message | Zachary S | -1/+1 |
| 2024-05-19 | cfg-out unused code under no_global_oom_handling | Zachary S | -0/+1 |
| 2024-05-19 | fmt | Zachary S | -5/+6 |
| 2024-05-19 | Add example to IsTerminal::is_terminal | Martijn | -0/+34 |
| 2024-05-19 | Auto merge of #123786 - a1phyr:cursor_unsafe, r=joboet | bors | -6/+18 |
| 2024-05-19 | Fix stacked borrows violation | Zachary S | -1/+5 |
| 2024-05-19 | Use a single static for all default slice Arcs. | Zachary S | -29/+48 |
| 2024-05-19 | Rollup merge of #125252 - beetrees:patch-1, r=joboet | Michael Goulet | -0/+1 |
| 2024-05-19 | Rollup merge of #124304 - hermit-os:fuse, r=joboet | Michael Goulet | -90/+87 |
| 2024-05-19 | Rollup merge of #123709 - tgross35:windows-cmd-docs-update, r=ChrisDenton | Michael Goulet | -38/+59 |
| 2024-05-19 | use posix_memalign on most Unix targets | Ralf Jung | -9/+7 |
| 2024-05-19 | Auto merge of #124640 - Billy-Sheppard:master, r=dtolnay | bors | -0/+113 |
| 2024-05-19 | Add NULL check in argument parsing on Apple platforms | Mads Marquart | -14/+44 |
| 2024-05-19 | Auto merge of #99969 - calebsander:feature/collect-box-str, r=dtolnay | bors | -4/+54 |
| 2024-05-18 | compiler: add simd_ctpop intrinsic | Jubilee Young | -0/+7 |
| 2024-05-18 | use `Result::into_ok` on infallible result. | Joshua Wong | -4/+3 |
| 2024-05-18 | specialize `Iterator::fold` for `vec::IntoIter` | Joshua Wong | -2/+27 |
| 2024-05-18 | optimize in_place_collect with vec::IntoIter::try_fold | Joshua Wong | -0/+29 |
| 2024-05-18 | optimize in-place collection of `Vec` | Joshua Wong | -3/+6 |
| 2024-05-18 | Rollup merge of #125251 - jonhoo:patch-1, r=Nilstrieb | 许杰友 Jieyou Xu (Joe) | -5/+7 |
| 2024-05-18 | Clarify how String::leak and into_boxed_str differ | Jon Gjengset | -5/+7 |
| 2024-05-18 | Fix typos (taking into account review comments) | blyxyas | -1/+1 |
| 2024-05-18 | Add `#[inline]` to float `Debug` fallback used by `cfg(no_fp_fmt_parse)` | beetrees | -0/+1 |
| 2024-05-18 | android: use posix_memalign for aligned allocations | Ralf Jung | -18/+1 |
| 2024-05-18 | Rework the test crate to separate individual tests | Trevor Gross | -615/+756 |
| 2024-05-18 | Add a warning to Delimiter::None that rustc currently does not respect it. | CensoredUsername | -0/+12 |
| 2024-05-17 | Inline Duration construction into Duration::from_{millis,micros,nanos} | Noa | -3/+21 |
| 2024-05-18 | Update libc to 0.2.155 | Mads Marquart | -3/+2 |
| 2024-05-17 | Use `_NSGetArgc`/`_NSGetArgv` on iOS/tvOS/watchOS/visionOS | Mads Marquart | -84/+19 |
| 2024-05-17 | Use `_NSGetEnviron` instead of `environ` on iOS/tvOS/watchOS/visionOS | Mads Marquart | -2/+26 |
| 2024-05-17 | Don't call Duration::new unnecessarily in Duration::from_secs | Noa | -3/+7 |