| Age | Commit message (Expand) | Author | Lines |
| 2022-11-09 | initial port of crossbeam-channel | Ibraheem Ahmed | -0/+2694 |
| 2022-11-09 | `IN6ADDR_ANY_INIT` and `IN6ADDR_LOOPBACK_INIT` documentation. | Abhijit Gadgil | -0/+9 |
| 2022-11-08 | Test const `Hash`, fix nits | onestacked | -1/+1 |
| 2022-11-08 | clarify licensing situation of mpsc and spsc queue | Pietro Albini | -2/+17 |
| 2022-11-06 | Bump version placeholders to release | Mark Rousskov | -1/+1 |
| 2022-11-06 | rustdoc: Add an example for round that is different from truncate | yancy | -0/+4 |
| 2022-11-06 | Added `const_hash` tracking issue id | onestacked | -3/+3 |
| 2022-11-06 | Made `Sip` const `Hasher` | onestacked | -3/+7 |
| 2022-11-06 | std: fix double-free of mutex | joboet | -1/+1 |
| 2022-11-06 | std: remove lock wrappers in `sys_common` | joboet | -653/+404 |
| 2022-11-05 | Rollup merge of #103995 - SUPERCILEX:typos, r=Dylan-DPC | Dylan DPC | -7/+8 |
| 2022-11-04 | Small round of typo fixes | Alex Saveau | -7/+8 |
| 2022-11-01 | Rollup merge of #103637 - ChrisDenton:stdio-uwp, r=thomcc | Manish Goregaokar | -120/+28 |
| 2022-11-01 | Rollup merge of #103809 - tyggja:patch-1, r=JohnTitor | Dylan DPC | -1/+1 |
| 2022-10-31 | Rewrite implementation of `#[alloc_error_handler]` | Amanieu d'Antras | -0/+3 |
| 2022-10-31 | Update mod.rs | tyggja | -1/+1 |
| 2022-10-29 | Add BorrowedBuf::filled_mut | Alex Saveau | -0/+7 |
| 2022-10-29 | Adjust stabilization version to 1.65.0 for wasi fds | Mark Rousskov | -2/+2 |
| 2022-10-29 | fix typo in hashmap and hashset try_reserve method | joseLuís | -2/+2 |
| 2022-10-29 | More inference-friendly API for lazy | Aleksey Kladov | -4/+7 |
| 2022-10-27 | Use stdio in UWP apps | Chris Denton | -120/+28 |
| 2022-10-27 | Rollup merge of #103564 - RalfJung:miri-unused, r=thomcc | Matthias Krüger | -2/+3 |
| 2022-10-27 | Rollup merge of #103596 - RalfJung:thread-setname, r=cuviper | Yuki Okushi | -6/+10 |
| 2022-10-26 | thread::set_name: debug-assert that things went well | Ralf Jung | -6/+10 |
| 2022-10-26 | library: allow some unused things in Miri | Ralf Jung | -2/+3 |
| 2022-10-25 | more dupe typos again | Rageking8 | -1/+1 |
| 2022-10-25 | Rollup merge of #103379 - cuviper:truncate-thread-name, r=thomcc | Dylan DPC | -0/+49 |
| 2022-10-24 | Rollup merge of #103466 - jruderman:patch-2, r=Dylan-DPC | Yuki Okushi | -2/+2 |
| 2022-10-24 | Rollup merge of #102766 - thomcc:remove-resolv, r=Mark-Simulacrum | Yuki Okushi | -4/+0 |
| 2022-10-24 | Rollup merge of #102271 - lopopolo:lopopolo/stabilize-duration-try-from-secs-... | Yuki Okushi | -3/+2 |
| 2022-10-24 | Fix grammar in docs for std::io::Read | Jesse Ruderman | -2/+2 |
| 2022-10-24 | Pass on null handle values to child process | Chris Denton | -7/+5 |
| 2022-10-23 | Rollup merge of #103005 - solid-rs:patch/kmc-solid/readdir-terminator, r=m-ou-se | Michael Howell | -8/+12 |
| 2022-10-23 | Rollup merge of #101644 - Timmmm:file_permissions_docs, r=thomcc | Michael Howell | -3/+64 |
| 2022-10-23 | Auto merge of #103137 - dtolnay:readdir, r=Mark-Simulacrum | bors | -20/+65 |
| 2022-10-23 | Only test pthread_getname_np on linux-gnu | Josh Stone | -1/+7 |
| 2022-10-22 | Rollup merge of #103360 - ChrisDenton:isterm-filetype, r=thomcc | Dylan DPC | -2/+12 |
| 2022-10-21 | Move truncation next to other thread tests for tidy | Josh Stone | -25/+25 |
| 2022-10-21 | Truncate thread names on Linux and Apple targets | Josh Stone | -0/+43 |
| 2022-10-21 | Auto merge of #101077 - sunshowers:signal-mask-inherit, r=sunshowers | bors | -71/+122 |
| 2022-10-21 | Reduce false positives in msys2 detection | Chris Denton | -2/+12 |
| 2022-10-21 | Auto merge of #103308 - sunfishcode:sunfishcode/wasi-io-safety, r=joshtriplett | bors | -2/+2 |
| 2022-10-20 | Change process spawning to inherit the parent's signal mask by default | Rain | -71/+122 |
| 2022-10-20 | Make the whole `std::os::wasi::io` module stable. | Dan Gohman | -1/+1 |
| 2022-10-20 | Mark `std::os::wasi::io::AsFd` etc. as stable. | Dan Gohman | -1/+1 |
| 2022-10-19 | Fixed docs typo in `library/std/src/time.rs` | John Higgins | -1/+1 |
| 2022-10-18 | mark sys_common::once::generic::Once::new const-stable | Krasimir Georgiev | -0/+1 |
| 2022-10-18 | Auto merge of #103188 - JohnTitor:rollup-pwilam1, r=JohnTitor | bors | -2/+10 |
| 2022-10-18 | Auto merge of #103075 - SUPERCILEX:miri-metadata, r=thomcc | bors | -2/+8 |
| 2022-10-17 | Make diagnostic for unsatisfied Termination bounds more precise | León Orell Valerian Liehr | -2/+10 |