| Age | Commit message (Expand) | Author | Lines |
| 2023-03-06 | Implement read_buf for a few more types | Tomasz Miąsko | -31/+250 |
| 2023-03-04 | Auto merge of #89518 - a1phyr:unix_file_vectored_at, r=workingjubilee | bors | -3/+276 |
| 2023-03-03 | Use weak linkage for `preadv` and `pwritev` on MacOS and iOS | Benoît du Garreau | -8/+18 |
| 2023-03-03 | Update library/std/src/io/mod.rs | Michal Nazarewicz | -1/+1 |
| 2023-03-03 | Match unmatched backticks in library/ | est31 | -5/+5 |
| 2023-03-02 | Make std tests pass on newer Android | Peter Collingbourne | -0/+20 |
| 2023-03-02 | Add basic tests | Benoît du Garreau | -0/+61 |
| 2023-03-02 | Take shared references as parameter | Benoît du Garreau | -12/+4 |
| 2023-03-02 | Use weak linkage on Android | Benoît du Garreau | -4/+96 |
| 2023-03-02 | Auto merge of #106673 - flba-eb:add_qnx_nto_stdlib, r=workingjubilee | bors | -49/+427 |
| 2023-03-01 | Update library/std/src/os/nto/mod.rs | Florian Bartels | -1/+1 |
| 2023-03-01 | Update library/std/src/io/mod.rs | Michal Nazarewicz | -3/+3 |
| 2023-03-01 | Rollup merge of #108531 - Coca162:rustdoc-repeat-const-array, r=thomcc | Matthias Krüger | -2/+4 |
| 2023-02-28 | Retry to spawn/fork up to 3 times when it failed because of an interruption | Florian Bartels | -2/+64 |
| 2023-02-28 | Add QNX Neutrino support to libstd | Florian Bartels | -48/+364 |
| 2023-02-27 | Rollup merge of #107110 - strega-nil:mbtwc-wctmb, r=ChrisDenton | Matthias Krüger | -29/+78 |
| 2023-02-27 | Clarify that Copy is a trait in array docs | Coca162 | -1/+1 |
| 2023-02-27 | Update docs to show [expr; N] can repeat const expr | Coca162 | -2/+4 |
| 2023-02-27 | Add vectored positioned I/O on Unix | Benoît du Garreau | -3/+121 |
| 2023-02-27 | use `as_ptr` to determine the address of atomics | Stefan Lankes | -3/+3 |
| 2023-02-26 | remove unused imports | Stefan Lankes | -1/+0 |
| 2023-02-26 | Move IpAddr and SocketAddr to core | Linus Färnstrand | -4468/+28 |
| 2023-02-26 | std: disconnect senders before discarding messages | joboet | -4/+5 |
| 2023-02-26 | std: use random HashMap keys on Hermit | joboet | -2/+17 |
| 2023-02-25 | Auto merge of #107405 - hermitcore:bsd, r=bjorn3 | bors | -475/+583 |
| 2023-02-25 | [stdio][windows] Use MBTWC and WCTMB | Nicole Mazzuca | -29/+78 |
| 2023-02-25 | Auto merge of #108233 - ChrisDenton:move-std-tests, r=thomcc | bors | -0/+16 |
| 2023-02-24 | avoid the usage of libc during the creation of documentation | Stefan Lankes | -9/+7 |
| 2023-02-24 | remove code duplications | Stefan Lankes | -393/+129 |
| 2023-02-24 | move IO traits to std/src/os/hermit | Stefan Lankes | -73/+102 |
| 2023-02-24 | add support of RustyHermit's BSD socket layer | Stefan Lankes | -456/+801 |
| 2023-02-24 | Rollup merge of #108391 - sunfishcode:sunfishcode/is-terminal-file-length, r=... | Dylan DPC | -19/+21 |
| 2023-02-24 | Rollup merge of #108370 - fbq:time-doc-fix, r=thomcc | Dylan DPC | -3/+3 |
| 2023-02-23 | Stabilize atomic_as_ptr | Trevor Gross | -1/+0 |
| 2023-02-23 | Fix `is_terminal`'s handling of long paths on Windows. | Dan Gohman | -19/+21 |
| 2023-02-23 | Rollup merge of #108218 - ChrisDenton:cmd-escape, r=cuviper | Matthias Krüger | -1/+10 |
| 2023-02-22 | std: time: Avoid to use "was created" in elapsed() description | Boqun Feng | -3/+3 |
| 2023-02-22 | Rollup merge of #107736 - tgross35:atomic-as-ptr, r=m-ou-se | Matthias Krüger | -3/+3 |
| 2023-02-22 | Quote more batch file arguments | Chris Denton | -1/+10 |
| 2023-02-21 | Move `rename_directory` from ui-fulldeps to std | Chris Denton | -0/+16 |
| 2023-02-21 | Remove unused FileDesc::get_cloexec | Tomasz Miąsko | -5/+0 |
| 2023-02-21 | Rollup merge of #108272 - MrNossiom:master, r=thomcc | Dylan DPC | -1/+1 |
| 2023-02-21 | Rollup merge of #108105 - majaha:patch-1, r=cuviper | Dylan DPC | -6/+10 |
| 2023-02-20 | Explain the default panic hook better | Matt Harding | -6/+10 |
| 2023-02-20 | use UpperCamelCase | Milo Moisson | -1/+1 |
| 2023-02-20 | docs: wrong naming convention in struct keyword doc | Milo Moisson | -1/+1 |
| 2023-02-20 | Distribute libntdll.a with windows-gnu toolchains | Chris Denton | -47/+40 |
| 2023-02-19 | Use custom implementation of read_buf in Read for &'a FileDesc | Tomasz Miąsko | -0/+4 |
| 2023-02-19 | Rollup merge of #104659 - tshepang:reflow, r=workingjubilee | Dylan DPC | -2/+4 |
| 2023-02-18 | Auto merge of #107329 - joboet:optimize_lazylock, r=m-ou-se | bors | -17/+120 |