| Age | Commit message (Expand) | Author | Lines |
| 2020-11-20 | std: Update the backtrace crate submodule | Alex Crichton | -3/+3 |
| 2020-11-20 | We missed 1.49.0, so bump version to 1.50.0 | Jacob Kiesel | -2/+2 |
| 2020-11-20 | rustc_expand: Mark inner `#![test]` attributes as soft-unstable | Vadim Petrochenkov | -3/+3 |
| 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 | Auto merge of #78088 - fusion-engineering-forks:panic-fmt-lint, r=estebank | bors | -0/+1 |
| 2020-11-19 | Bump bootstrap compiler version | Jake Goulding | -5/+3 |
| 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 | -60/+67 |
| 2020-11-19 | Extend meta parameters to all generated code in compat_fn. | Josh Matthews | -0/+1 |
| 2020-11-19 | Auto merge of #79002 - est31:backtrace_colno, r=dtolnay | bors | -2/+13 |
| 2020-11-19 | Make std::future a re-export of core::future | Taiki Endo | -20/+2 |
| 2020-11-18 | Add #[cold] to `abort` and `handle_alloc_error` | BenoƮt du Garreau | -0/+1 |
| 2020-11-18 | Rollup merge of #79151 - wchargin:wchargin-io-write-docs, r=jyn514 | Mara Bos | -2/+2 |
| 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-18 | Rollup merge of #78361 - DevJPM:master, r=workingjubilee | Mara Bos | -25/+45 |
| 2020-11-17 | Fix typo in `std::io::Write` docs | William Chargin | -2/+2 |
| 2020-11-17 | Auto merge of #79128 - m-ou-se:rollup-lzz1dym, r=m-ou-se | bors | -3/+62 |
| 2020-11-17 | Rollup merge of #79105 - petrochenkov:winlink, r=shepmaster | Mara Bos | -0/+3 |
| 2020-11-17 | Rollup merge of #78138 - fortanix:raoul/dlmalloc0.2, r=Mark-Simulacrum | Mara Bos | -3/+59 |
| 2020-11-17 | Auto merge of #78924 - bjorn3:less_sysroot_build_scripts, r=Mark-Simulacrum | bors | -58/+86 |
| 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-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 | -58/+86 |
| 2020-11-15 | Add column number support to Backtrace | est31 | -2/+13 |
| 2020-11-15 | Auto merge of #78472 - hermitcore:builtins, r=Mark-Simulacrum | bors | -0/+2 |
| 2020-11-15 | add options to use optimized and mangled compiler builtins | Stefan Lankes | -0/+2 |
| 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 |