| Age | Commit message (Expand) | Author | Lines |
| 2020-12-20 | Auto merge of #74699 - notriddle:fd-non-negative, r=m-ou-se | bors | -2/+9 |
| 2020-12-20 | Check that c_int is i32 in FileDesc::new. | Mara Bos | -1/+1 |
| 2020-12-16 | Fix failing build of std on armv5te-unknown-linux-uclibceabi due to missing c... | Ondrej Perutka | -1/+5 |
| 2020-12-16 | Auto merge of #78833 - CDirkx:parse_prefix, r=dtolnay | bors | -78/+135 |
| 2020-12-14 | Auto merge of #77618 - fusion-engineering-forks:windows-parker, r=Amanieu | bors | -0/+299 |
| 2020-12-11 | Auto merge of #79893 - RalfJung:forget-windows, r=oli-obk | bors | -7/+4 |
| 2020-12-10 | Rollup merge of #79375 - vext01:kernel-copy-temps, r=bjorn3 | Tyler Mandry | -8/+11 |
| 2020-12-10 | Fix fd test case | Michael Howell | -1/+1 |
| 2020-12-10 | Add safety note to library/std/src/sys/unix/fd.rs | Michael Howell | -0/+1 |
| 2020-12-10 | Mark `-1` as an available niche for file descriptors | Michael Howell | -1/+7 |
| 2020-12-10 | Windows TLS: ManuallyDrop instead of mem::forget | Ralf Jung | -7/+4 |
| 2020-12-10 | Auto merge of #79274 - the8472:probe-eperm, r=nagisa | bors | -36/+50 |
| 2020-12-09 | Improve comment grammar | The8472 | -2/+2 |
| 2020-12-09 | implement better availability probing for copy_file_range | The8472 | -34/+48 |
| 2020-12-09 | Auto merge of #77611 - oli-obk:atomic_miri_leakage, r=nagisa | bors | -13/+0 |
| 2020-12-09 | Auto merge of #79387 - woodruffw-forks:ww/peer-cred-pid-macos, r=Amanieu | bors | -15/+57 |
| 2020-12-03 | Make the kernel_copy tests more robust/concurrent. | Edd Barrett | -8/+11 |
| 2020-12-03 | fix copy specialization not updating Take wrappers | The8472 | -14/+45 |
| 2020-12-02 | update test to check Take limits after copying | The8472 | -2/+9 |
| 2020-12-02 | Auto merge of #69864 - LinkTed:master, r=Amanieu | bors | -1771/+3097 |
| 2020-12-01 | Leverage kernel copy for UnixStream | Nicolas Koch | -0/+29 |
| 2020-12-01 | Add benchmark for File to UnixStream copy | Nicolas Koch | -0/+29 |
| 2020-11-28 | Remove now-unnecessary `miri_static_root` invocation | oli | -13/+0 |
| 2020-11-26 | Add comment for the previous android bug fix | LinkTed | -0/+4 |
| 2020-11-24 | Bug fix for android platform, because of the wrong behavior of CMSG_NXTHDR | LinkTed | -0/+19 |
| 2020-11-24 | ext/ucred: fmt check | William Woodruff | -26/+8 |
| 2020-11-24 | ext/ucred: Support PID in peer creds on macOS | William Woodruff | -5/+65 |
| 2020-11-24 | Auto merge of #78953 - mzohreva:mz/from_raw_fd, r=Mark-Simulacrum | bors | -10/+35 |
| 2020-11-22 | Drop support for cloudabi targets | Lzu Tao | -4924/+4 |
| 2020-11-20 | Auto merge of #79205 - rust-lang:jdm-patch-1, r=m-ou-se | bors | -0/+1 |
| 2020-11-20 | Auto merge of #79196 - RalfJung:syscall, r=m-ou-se | bors | -1/+1 |
| 2020-11-20 | unix/weak: pass arguments to syscall at the given type | Ralf Jung | -1/+1 |
| 2020-11-19 | Auto merge of #79060 - dtolnay:symlinkarg, r=Mark-Simulacrum | bors | -49/+54 |
| 2020-11-19 | Extend meta parameters to all generated code in compat_fn. | Josh Matthews | -0/+1 |
| 2020-11-18 | Rollup merge of #79039 - thomcc:weakly-relaxing, r=Amanieu | Mara Bos | -6/+40 |
| 2020-11-18 | Rollup merge of #78785 - cuviper:weak-getrandom, r=m-ou-se | Mara Bos | -18/+35 |
| 2020-11-17 | Auto merge of #79128 - m-ou-se:rollup-lzz1dym, r=m-ou-se | bors | -2/+58 |
| 2020-11-17 | Rollup merge of #78138 - fortanix:raoul/dlmalloc0.2, r=Mark-Simulacrum | Mara Bos | -2/+58 |
| 2020-11-17 | Auto merge of #78924 - bjorn3:less_sysroot_build_scripts, r=Mark-Simulacrum | bors | -0/+71 |
| 2020-11-16 | Use syscall! for copy_file_range too | Josh Stone | -9/+9 |
| 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-15 | Make the libstd build script smaller | bjorn3 | -0/+71 |
| 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 | -49/+54 |
| 2020-11-14 | Auto merge of #75272 - the8472:spec-copy, r=KodrAus | bors | -77/+826 |
| 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 |