| Age | Commit message (Expand) | Author | Lines |
| 2020-11-16 | Try weak symbols for all linux syscall! wrappers | Josh Stone | -17/+8 |
| 2020-11-16 | linux: try to use libc getrandom to allow interposition | Josh Stone | -5/+31 |
| 2020-11-16 | std: Fix test `got_symlink_permission` on Windows | Vadim Petrochenkov | -0/+3 |
| 2020-11-16 | Rollup merge of #78714 - m-ou-se:simplify-local-streams, r=KodrAus | Mara Bos | -163/+57 |
| 2020-11-16 | Rollup merge of #77691 - exrook:rename-layouterr, r=KodrAus | Mara Bos | -2/+2 |
| 2020-11-15 | Make the libstd build script smaller | bjorn3 | -1/+72 |
| 2020-11-15 | Add column number support to Backtrace | est31 | -2/+13 |
| 2020-11-15 | Rollup merge of #78988 - alexcrichton:one-more-intrinsic, r=sfackler | Dylan DPC | -1/+1 |
| 2020-11-14 | Disambiguate symlink argument names | David Tolnay | -60/+67 |
| 2020-11-14 | Auto merge of #75272 - the8472:spec-copy, r=KodrAus | bors | -152/+930 |
| 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 |