| Age | Commit message (Expand) | Author | Lines |
| 2023-06-21 | Update tvOS support elsewhere in the stdlib | Thom Chiovoloni | -7/+36 |
| 2023-06-21 | Avoid fork/exec spawning on tvOS/watchOS, as those functions are marked as pr... | Thom Chiovoloni | -4/+48 |
| 2023-06-21 | Finish up preliminary tvos support in libstd | Thom Chiovoloni | -1/+15 |
| 2023-06-21 | wip: Support Apple tvOS in libstd | Thom Chiovoloni | -21/+83 |
| 2023-06-21 | Rollup merge of #112863 - clubby789:stderr-typo, r=albertlarsan68 | Guillaume Gomez | -2/+2 |
| 2023-06-21 | Rollup merge of #99587 - ibraheemdev:park-orderings, r=m-ou-se | Guillaume Gomez | -11/+21 |
| 2023-06-21 | "Memory Orderings" -> "Memory Ordering" | Mara Bos | -1/+1 |
| 2023-06-21 | Fix typo in `eprintln` docs | clubby789 | -2/+2 |
| 2023-06-20 | relaxed orderings in `thread::park` example | Ibraheem Ahmed | -3/+4 |
| 2023-06-20 | Rollup merge of #112464 - eval-exec:exec/fix-connect_timeout-overflow, r=Chri... | Guillaume Gomez | -1/+12 |
| 2023-06-20 | Remove useless unit tests | Eval EXEC | -21/+0 |
| 2023-06-20 | Ignore `connect_timeout` unit test on SGX platform | Eval EXEC | -0/+1 |
| 2023-06-19 | Rollup merge of #112606 - clarfonthey:ip-display, r=thomcc | Michael Goulet | -1/+1 |
| 2023-06-19 | Document thread names for SGX compilation target | Vas | -1/+9 |
| 2023-06-18 | Bump compiler_builtins | Patryk Wychowaniec | -1/+1 |
| 2023-06-18 | Add unit test to connect to an unreachable address | Eval EXEC | -0/+11 |
| 2023-06-18 | Rollup merge of #112685 - cuviper:wasm-dlmalloc, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2023-06-18 | Rollup merge of #107200 - mina86:c, r=Amanieu | Matthias Krüger | -5/+6 |
| 2023-06-17 | Auto merge of #112595 - hargoniX:l4re_fix, r=Mark-Simulacrum | bors | -3/+23 |
| 2023-06-18 | Add unit test for `TcpStream::connect_timeout` | Eval EXEC | -0/+20 |
| 2023-06-18 | Fix windows `Socket::connect_timeout` overflow | Eval EXEC | -1/+1 |
| 2023-06-17 | Auto merge of #112739 - matthiaskrgr:rollup-8cfggml, r=matthiaskrgr | bors | -1/+7 |
| 2023-06-17 | Rollup merge of #112352 - dankm:fbsd_doc_fix, r=thomcc | Matthias Krüger | -1/+7 |
| 2023-06-17 | Extend io::copy buffer reuse to BufReader too | The 8472 | -74/+207 |
| 2023-06-16 | Rollup merge of #112226 - devnexen:netbsd_affinity, r=cuviper | Michael Goulet | -0/+23 |
| 2023-06-16 | Rollup merge of #111074 - WaffleLapkin:🌟unsizes_your_buf_reader🌟, r=Ama... | Michael Goulet | -111/+118 |
| 2023-06-16 | Remove `#[cfg(all())]` workarounds from `c_char` | Alex Macleod | -5/+0 |
| 2023-06-16 | Rollup merge of #112579 - MikaelUrankar:freebsd_docs, r=cuviper | Dylan DPC | -0/+1 |
| 2023-06-16 | Rollup merge of #112535 - RalfJung:miri-test-libstd, r=cuviper | Dylan DPC | -6/+7 |
| 2023-06-15 | std: only depend on dlmalloc for wasm*-unknown | Josh Stone | -1/+1 |
| 2023-06-15 | Extend `unused_must_use` to cover block exprs | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2023-06-15 | Auto merge of #104455 - the8472:dont-drain-on-drop, r=Amanieu | bors | -74/+77 |
| 2023-06-14 | Fix `SocketAddrV6: Display` tests | ltdk | -1/+1 |
| 2023-06-14 | Auto merge of #112624 - matthiaskrgr:rollup-db6ta1b, r=matthiaskrgr | bors | -15/+50 |
| 2023-06-14 | Rollup merge of #107619 - stepancheg:hash-set-insert, r=Amanieu | Matthias Krüger | -1/+23 |
| 2023-06-14 | Rollup merge of #98202 - aticu:impl_tryfrom_osstr_for_str, r=Amanieu | Matthias Krüger | -14/+27 |
| 2023-06-14 | Auto merge of #112418 - ferrocene:pa-mir-opt-panic, r=ozkanonur,saethlin | bors | -0/+2 |
| 2023-06-14 | update hashbrown and replace Hash{Set,Map}::DrainFilter with ExtractIf | The 8472 | -74/+77 |
| 2023-06-13 | fix: get the l4re target working again | Henrik Böving | -3/+23 |
| 2023-06-13 | Fix building the documentation on FreeBSD. | MikaelUrankar | -0/+1 |
| 2023-06-13 | Rollup merge of #112558 - eltociear:patch-21, r=thomcc | Matthias Krüger | -1/+1 |
| 2023-06-13 | Fix typo in mod.rs | Ikko Eltociear Ashimine | -1/+1 |
| 2023-06-12 | Add comment for arm_shim in generate-windows-sys | bdbai | -0/+3 |
| 2023-06-12 | Add windows_sys typedef for Win ARM32 | bdbai | -0/+17 |
| 2023-06-12 | Implement `TryFrom<&OsStr>` for `&str` | aticu | -14/+27 |
| 2023-06-12 | make sure the standard library compiles properly with synthetic targets | Pietro Albini | -0/+2 |
| 2023-06-11 | reorder attributes to make miri-test-libstd work again | Ralf Jung | -6/+7 |
| 2023-06-11 | Rollup merge of #112497 - icecream17:patch-1, r=Mark-Simulacrum | Matthias Krüger | -2/+2 |
| 2023-06-10 | implement `Sync` for `mpsc::Sender` | Ibraheem Ahmed | -2/+2 |
| 2023-06-10 | abs_sub: fix typo 0[-:][+.]0 | icecream17 | -2/+2 |