| Age | Commit message (Expand) | Author | Lines |
| 2020-11-13 | Tighten the bounds on atomic Ordering in std::sys::unix::weak | Thom Chiovoloni | -6/+40 |
| 2020-11-13 | Always handle EOVERFLOW by falling back to the generic copy loop | The8472 | -11/+9 |
| 2020-11-13 | do direct splice syscall and probe availability to get android builds to work | The8472 | -4/+72 |
| 2020-11-13 | move sendfile/splice/copy_file_range into kernel_copy module | The8472 | -153/+150 |
| 2020-11-13 | limit visibility of copy offload helpers to sys::unix module | The8472 | -7/+7 |
| 2020-11-13 | move copy specialization tests to their own module | The8472 | -181/+182 |
| 2020-11-13 | move copy specialization into sys::unix module | The8472 | -392/+435 |
| 2020-11-13 | add benchmarks | The8472 | -1/+131 |
| 2020-11-13 | reduce syscalls by inferring FD types based on source struct instead of calli... | The8472 | -93/+158 |
| 2020-11-13 | add forwarding specializations for &mut variants | The8472 | -0/+21 |
| 2020-11-13 | prioritize sendfile over splice since it results in fewer context switches wh... | The8472 | -16/+16 |
| 2020-11-13 | move tests module into separate file | The8472 | -57/+52 |
| 2020-11-13 | hide unused exports on other platforms | The8472 | -5/+5 |
| 2020-11-13 | specialize io::copy to use copy_file_range, splice or sendfile | The8472 | -80/+540 |
| 2020-11-13 | Rollup merge of #77996 - tkaitchuck:master, r=m-ou-se | Guillaume Gomez | -3/+3 |
| 2020-11-12 | Update library/std/src/collections/hash/map.rs | Tom Kaitchuck | -1/+1 |
| 2020-11-12 | Upgrading dlmalloc to 0.2.1 | Raoul Strackx | -2/+58 |
| 2020-11-12 | Add missing stability attribute | Mohsen Zohrevandi | -0/+2 |
| 2020-11-12 | Fix an intrinsic invocation on threaded wasm | Alex Crichton | -1/+1 |
| 2020-11-12 | Auto merge of #78965 - jryans:emscripten-threads-libc, r=kennytm | bors | -20/+42 |
| 2020-11-12 | Fix timeout conversion | J. Ryan Stinnett | -2/+1 |
| 2020-11-12 | Update thread and futex APIs to work with Emscripten | J. Ryan Stinnett | -20/+43 |
| 2020-11-11 | Rollup merge of #78216 - workingjubilee:duration-zero, r=m-ou-se | Jonas Schievink | -16/+17 |
| 2020-11-11 | Add Metadata in std::os::fortanix_sgx::io::FromRawFd | Mohsen Zohrevandi | -10/+33 |
| 2020-11-10 | Changed unwrap_or to unwrap_or_else in some places. | Nicholas-Baron | -1/+1 |
| 2020-11-10 | Merge set_panic and set_print into set_output_capture. | Mara Bos | -98/+38 |
| 2020-11-10 | Use Cell instead of RefCell for LOCAL_{STDOUT,STDERR}. | Mara Bos | -15/+16 |
| 2020-11-10 | Use Vec<u8> for LOCAL_STD{OUT,ERR} instead of dyn Write. | Mara Bos | -60/+25 |
| 2020-11-10 | Remove io::LocalOutput and use Arc<Mutex<dyn>> for local streams. | Mara Bos | -56/+44 |
| 2020-11-10 | Add missing newline to error message of the default OOM hook | hyd-dev | -1/+1 |
| 2020-11-09 | Rollup merge of #78878 - shepmaster:intersecting-ignores, r=Mark-Simulacrum | Dylan DPC | -10/+15 |
| 2020-11-09 | Rollup merge of #78026 - sunfishcode:symlink-hard-link, r=dtolnay | Dylan DPC | -3/+71 |
| 2020-11-08 | Avoid overlapping cfg attributes when both macOS and aarch64 | Jake Goulding | -10/+15 |
| 2020-11-08 | Rollup merge of #78852 - camelid:intra-doc-bonanza, r=jyn514 | Mara Bos | -16/+8 |
| 2020-11-08 | Rollup merge of #78811 - a1phyr:const_io_structs, r=dtolnay | Mara Bos | -7/+28 |
| 2020-11-08 | Rollup merge of #78572 - de-vri-es:bsd-cloexec, r=m-ou-se | Mara Bos | -6/+38 |
| 2020-11-08 | Rollup merge of #76097 - pickfire:stabilize-spin-loop, r=KodrAus | Mara Bos | -1/+0 |
| 2020-11-07 | Convert a bunch of intra-doc links | Camelid | -16/+8 |
| 2020-11-07 | Refactor `parse_prefix` on Windows | Christiaan Dirkx | -84/+141 |
| 2020-11-06 | Add tracking issue | Benoît du Garreau | -6/+6 |
| 2020-11-06 | Make some std::io functions `const` | Benoît du Garreau | -7/+28 |
| 2020-11-07 | Rollup merge of #78006 - pitaj:master, r=jyn514 | Yuki Okushi | -3/+5 |
| 2020-11-07 | Rollup merge of #74979 - maekawatoshiki:fix, r=Mark-Simulacrum | Yuki Okushi | -0/+2 |
| 2020-11-06 | Stabilize hint::spin_loop | Ivan Tham | -1/+0 |
| 2020-11-06 | Disable accept4 on Android. | Maarten de Vries | -1/+7 |
| 2020-11-05 | document HACKs | Peter Jaszkowiak | -0/+2 |
| 2020-11-05 | Intra-doc links for std::io::buffered | Peter Jaszkowiak | -3/+3 |
| 2020-11-05 | Rollup merge of #78757 - camelid:crate-link-text, r=jyn514 | Mara Bos | -6/+6 |
| 2020-11-05 | Rollup merge of #78716 - est31:array_traits, r=Dylan-DPC | Mara Bos | -6/+3 |
| 2020-11-05 | Rollup merge of #78093 - camelid:as-cleanup, r=jyn514 | Mara Bos | -6/+13 |