| Age | Commit message (Expand) | Author | Lines |
| 2022-01-28 | wasi: update to wasi 0.11.0 | Harald Hoyer | -25/+45 |
| 2022-01-28 | Move unstable is_{arch}_feature_detected! macros to std::arch | Amanieu d'Antras | -19/+31 |
| 2022-01-28 | kmc-solid: Implement `FileDesc::duplicate` | Tomoaki Kawada | -1/+4 |
| 2022-01-27 | Rollup merge of #91641 - dtolnay:cchar-if, r=Mark-Simulacrum | Matthias Krüger | -88/+62 |
| 2022-01-27 | pub use std::simd::StdFloat; | Jubilee Young | -2/+20 |
| 2022-01-27 | Use sockaddr_un in unix SocketAddr::from_path | Thomas de Zeeuw | -35/+1 |
| 2022-01-27 | Make sockaddr_un safe and use copy_nonoverlapping | Thomas de Zeeuw | -8/+11 |
| 2022-01-26 | Add documentation about `BorrowedFd::to_owned`. | Dan Gohman | -0/+12 |
| 2022-01-26 | Rollup merge of #92778 - tavianator:linux-readdir-no-r, r=joshtriplett | Matthias Krüger | -36/+58 |
| 2022-01-26 | Improve Duration::try_from_secs_f32/64 accuracy by directly processing expone... | Артём Павлов [Artyom Pavlov] | -2/+2 |
| 2022-01-25 | make Windows abort_internal Miri-compatible | Ralf Jung | -0/+1 |
| 2022-01-25 | Avoid double panics when using `TempDir` in tests | Chris Denton | -1/+7 |
| 2022-01-25 | Rollup merge of #88794 - sunfishcode:sunfishcode/try-clone, r=joshtriplett | Matthias Krüger | -91/+151 |
| 2022-01-24 | Rename SocketAddr::unix to from_path | Thomas de Zeeuw | -16/+20 |
| 2022-01-24 | Rollup merge of #93152 - ivmarkov:master, r=m-ou-se | Matthias Krüger | -3/+7 |
| 2022-01-24 | Rollup merge of #92513 - Xuanwo:path-buf, r=dtolnay | Matthias Krüger | -0/+19 |
| 2022-01-24 | Use `NtCreateFile` instead of `NtOpenFile` to open a file | Chris Denton | -7/+18 |
| 2022-01-23 | Rollup merge of #92555 - m-ou-se:scoped-threads, r=Amanieu | Matthias Krüger | -27/+382 |
| 2022-01-23 | Add os::unix::net::SocketAddr::unix | Thomas de Zeeuw | -1/+68 |
| 2022-01-22 | Auto merge of #92998 - Amanieu:hashbrown12, r=Mark-Simulacrum | bors | -6/+17 |
| 2022-01-22 | Add test for thread::Scope invariance. | Mara Bos | -0/+13 |
| 2022-01-22 | Add tracking issue number for scoped_threads. | Mara Bos | -2/+2 |
| 2022-01-22 | Simplify Send/Sync of std::thread::Packet. | Mara Bos | -7/+5 |
| 2022-01-22 | Rollup merge of #92828 - Amanieu:unwind-abort, r=dtolnay | Matthias Krüger | -9/+21 |
| 2022-01-22 | Disable test_try_reserve on Android | Amanieu d'Antras | -0/+1 |
| 2022-01-21 | Rollup merge of #93134 - tlyu:delete-stdin-split, r=Amanieu | Matthias Krüger | -24/+1 |
| 2022-01-21 | Rollup merge of #93109 - JakobDegen:arc-docs, r=m-ou-se | Matthias Krüger | -7/+13 |
| 2022-01-21 | Rollup merge of #92586 - esp-rs:bugfix/allocation-alignment-espidf, r=yaahc | Matthias Krüger | -2/+8 |
| 2022-01-21 | Update HashMap::try_reserve test to version from hashbrown | Amanieu d'Antras | -5/+15 |
| 2022-01-21 | Update hashbrown to 0.12.0 | Amanieu d'Antras | -1/+1 |
| 2022-01-21 | Old versions of Android generate SIGSEGV from libc::abort | Amanieu d'Antras | -1/+6 |
| 2022-01-21 | fs: Use readdir() instead of readdir_r() on Android | Tavian Barnes | -0/+10 |
| 2022-01-21 | fs: Use readdir() instead of readdir_r() on Linux | Tavian Barnes | -13/+30 |
| 2022-01-21 | fs: Implement more ReadDir methods in terms of name_cstr() | Tavian Barnes | -23/+18 |
| 2022-01-21 | Fix STD compilation for the ESP-IDF target | ivmarkov | -3/+7 |
| 2022-01-20 | delete `Stdin::split` forwarder | Taylor Yu | -24/+1 |
| 2022-01-20 | Rollup merge of #93112 - pietroalbini:pa-cve-2022-21658-nightly, r=pietroalbini | Matthias Krüger | -52/+838 |
| 2022-01-20 | Rollup merge of #92992 - kornelski:backtraceopt, r=Mark-Simulacrum | Matthias Krüger | -8/+19 |
| 2022-01-20 | Fix compilation for a few tier 2 targets | Hans Kratz | -8/+5 |
| 2022-01-20 | Correct docs in `Arc` and `Rc`. | Jakob Degen | -7/+13 |
| 2022-01-19 | Write for Cursor with a custom Allocator | Josh Stone | -7/+23 |
| 2022-01-19 | impl Write for Cursor<[u8; N]> | Josh Stone | -0/+35 |
| 2022-01-19 | Refactor tests of Write for Cursor<_> | Josh Stone | -44/+28 |
| 2022-01-19 | `impl Display for io::ErrorKind` | Joshua Nelson | -1/+17 |
| 2022-01-19 | Update std::fs::remove_dir_all documentation | Pietro Albini | -4/+8 |
| 2022-01-19 | Fix CVE-2022-21658 for WASI | Alex Crichton | -8/+63 |
| 2022-01-19 | Fix CVE-2022-21658 for UNIX-like | Hans Kratz | -13/+351 |
| 2022-01-19 | Fix CVE-2022-21658 for Windows | Chris Denton | -27/+419 |
| 2022-01-19 | Rollup merge of #92124 - AngelicosPhosphoros:remove_extra_alloc_in_cstring_ne... | Matthias Krüger | -22/+45 |
| 2022-01-18 | Rollup merge of #93016 - Amanieu:vec_spare_capacity, r=Mark-Simulacrum | Matthias Krüger | -1/+0 |