| Age | Commit message (Expand) | Author | Lines |
| 2022-10-29 | Only test pthread_getname_np on linux-gnu | Josh Stone | -1/+7 |
| 2022-10-29 | Move truncation next to other thread tests for tidy | Josh Stone | -25/+25 |
| 2022-10-29 | Truncate thread names on Linux and Apple targets | Josh Stone | -0/+43 |
| 2022-10-29 | Mark `std::os::wasi::io::AsFd` etc. as stable. | Dan Gohman | -20/+7 |
| 2022-10-20 | Avoid defensive re-initialization of the BufReader buffer | Ben Kimock | -3/+48 |
| 2022-10-06 | Revert "Use getentropy when possible on all Apple platforms" | BlackHoleFox | -56/+38 |
| 2022-09-19 | replace stabilization placeholders | Pietro Albini | -14/+14 |
| 2022-09-15 | Only enable the let_else feature on bootstrap | est31 | -1/+1 |
| 2022-09-15 | Rollup merge of #101559 - andrewpollack:add-backtrace-off-fuchsia, r=tmandry | Matthias Krüger | -17/+16 |
| 2022-09-14 | Adding backtrace off option for fuchsia targets | Andrew Pollack | -17/+16 |
| 2022-09-12 | Simplify `clippy` fix. | Markus Reiter | -2/+0 |
| 2022-09-12 | Add `rustc_diagnostic_item` for IP addresses. | Markus Reiter | -0/+5 |
| 2022-09-12 | Flatten `net` module again. | Markus Reiter | -9/+7 |
| 2022-09-12 | Move `net::parser` into `net::addr` module. | Markus Reiter | -3/+3 |
| 2022-09-12 | Add tests for `SockAddr` `Display`. | Markus Reiter | -0/+69 |
| 2022-09-12 | Use `DisplayBuffer` for socket addresses. | Markus Reiter | -46/+34 |
| 2022-09-12 | Rollup merge of #100767 - kadiwa4:escape_ascii, r=jackh726 | Dylan DPC | -14/+2 |
| 2022-09-11 | Auto merge of #101442 - joboet:null_check_tcs, r=thomcc | bors | -2/+6 |
| 2022-09-11 | std: check if TCS is a null pointer | joboet | -2/+6 |
| 2022-09-11 | Auto merge of #101482 - joboet:netbsd_parker, r=sanxiyn | bors | -12/+136 |
| 2022-09-11 | Auto merge of #101643 - ChrisDenton:alloc-link-kernel32, r=thomcc | bors | -0/+1 |
| 2022-09-10 | std: optimize thread parking on NetBSD | joboet | -12/+136 |
| 2022-09-10 | Rollup merge of #101606 - akhi3030:patch-1, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2022-09-10 | Explicitly link kernel32.lib from alloc | Chris Denton | -0/+1 |
| 2022-09-09 | Auto merge of #101617 - Dylan-DPC:rollup-iiy4ipc, r=Dylan-DPC | bors | -18/+20 |
| 2022-09-09 | Rollup merge of #101366 - ChrisDenton:unc-forward-slash, r=m-ou-se | Dylan DPC | -18/+20 |
| 2022-09-09 | std: use futex-based locks and thread parker on Hermit | joboet | -453/+49 |
| 2022-09-09 | doc: fix minor typo | Akhilesh Singhania | -1/+1 |
| 2022-09-08 | Rollup merge of #101423 - mkroening:hermit-warnings, r=sanxiyn | Michael Goulet | -4/+0 |
| 2022-09-08 | Rollup merge of #101422 - mkroening:hermit-file-time, r=joshtriplett | Dylan DPC | -0/+12 |
| 2022-09-07 | Auto merge of #101544 - matthiaskrgr:rollup-4urx917, r=matthiaskrgr | bors | -0/+15 |
| 2022-09-07 | Auto merge of #101476 - ChrisDenton:BCryptRandom-fix, r=thomcc | bors | -20/+88 |
| 2022-09-07 | stdio: Document no support for writing to non-blocking stdio/stderr | Usama Arif | -0/+15 |
| 2022-09-07 | Don't break windows/rand for miri | Chris Denton | -0/+12 |
| 2022-09-06 | Open a BCrypt algorithm handle | Chris Denton | -20/+76 |
| 2022-09-06 | Fix compile errors for uwp-windows-msvc targets | Chris Denton | -1/+1 |
| 2022-09-06 | Rollup merge of #101426 - beetrees:dup-no-stdio, r=thomcc | Yuki Okushi | -1/+2 |
| 2022-09-06 | Rollup merge of #101404 - joboet:always_cleanup_stdout, r=joshtriplett | Yuki Okushi | -8/+17 |
| 2022-09-05 | Rollup merge of #101391 - matthiaskrgr:perf0309, r=oli-obk | Dylan DPC | -1/+1 |
| 2022-09-05 | std: fix cleanup for uninitialized stdout (#101375) | joboet | -8/+17 |
| 2022-09-04 | Auto merge of #100576 - joboet:movable_const_remutex, r=Mark-Simulacrum | bors | -165/+39 |
| 2022-09-05 | Hermit: Remove unused socklen_t (dead_code) | Martin Kröning | -2/+0 |
| 2022-09-05 | Hermit: Fix unused_imports | Martin Kröning | -2/+0 |
| 2022-09-05 | Hermit: Add File::set_time stub | Martin Kröning | -0/+12 |
| 2022-09-04 | Rollup merge of #101394 - CAD97:patch-3, r=Mark-Simulacrum | Matthias Krüger | -1/+4 |
| 2022-09-04 | Don't duplicate file descriptors into stdio fds | beetrees | -1/+2 |
| 2022-09-03 | Forbid mixing `System` with sytem allocator calls | Christopher Durham | -1/+4 |
| 2022-09-03 | more clippy::perf fixes | Matthias Krüger | -1/+1 |
| 2022-09-03 | updated description of File struct in std::fs | Bart Massey | -1/+1 |
| 2022-09-03 | std: make `ReentrantMutex` movable and `const`; simplify `Stdout` initialization | joboet | -165/+39 |