| Age | Commit message (Expand) | Author | Lines |
| 2023-03-14 | std: leak remaining messages in bounded channel if message destructor panics | joboet | -66/+42 |
| 2023-03-14 | Use getentropy() instead of /dev/urandom on Emscripten | Kleis Auke Wolthuizen | -2/+3 |
| 2023-03-13 | Rollup merge of #108507 - hermitcore:new, r=m-ou-se | Matthias Krüger | -4/+3 |
| 2023-03-13 | Rollup merge of #108419 - tgross35:atomic-as-ptr, r=m-ou-se | Matthias Krüger | -1/+0 |
| 2023-03-11 | read_buf_exact: on error, all read bytes are appended to the buffer | Tomasz Miąsko | -2/+16 |
| 2023-03-11 | Rollup merge of #108927 - Ayush1325:pal-cleanup, r=workingjubilee | Matthias Krüger | -603/+719 |
| 2023-03-10 | Rollup merge of #105962 - zertosh:stabilize_path_as_mut_os_str, r=dtolnay | Matthias Krüger | -4/+2 |
| 2023-03-10 | Moved thread_local implementation to sys::common | Ayush Singh | -724/+718 |
| 2023-03-10 | Split __thread_local_inner macro | Ayush Singh | -194/+316 |
| 2023-03-10 | Move __thread_local_inner to sys | Ayush Singh | -194/+194 |
| 2023-03-07 | Auto merge of #95317 - Jules-Bertholet:round_ties_to_even, r=pnkfelix,m-ou-se... | bors | -0/+93 |
| 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 | Match unmatched backticks in library/ | est31 | -5/+5 |
| 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 | 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 |