| Age | Commit message (Expand) | Author | Lines |
| 2020-11-15 | Rollup merge of #78968 - zec:add-llvm-as, r=Mark-Simulacrum | Dylan DPC | -0/+1 |
| 2020-11-15 | Rollup merge of #78966 - tmiasko:inline-never, r=oli-obk | Dylan DPC | -61/+238 |
| 2020-11-15 | Rollup merge of #78963 - richkadel:llvm-coverage-counters-2.0.4, r=tmandry | Dylan DPC | -25/+788 |
| 2020-11-15 | Rollup merge of #78962 - poliorcetics:rustdoc-raw-ident-test, r=jyn514 | Dylan DPC | -0/+22 |
| 2020-11-15 | Rollup merge of #78948 - slanterns:master, r=varkor | Dylan DPC | -0/+7 |
| 2020-11-15 | Rollup merge of #78856 - mark-i-m:fix-or-pat-ice, r=matthewjasper | Dylan DPC | -0/+76 |
| 2020-11-15 | Rollup merge of #78848 - DevJPM:ci-llvm-9, r=nikic | Dylan DPC | -100/+15 |
| 2020-11-15 | Rollup merge of #78590 - DeveloperC286:issue_60302, r=varkor | Dylan DPC | -473/+515 |
| 2020-11-15 | Rollup merge of #78352 - JohnTitor:issue-75229, r=Dylan-DPC | Dylan DPC | -2/+2 |
| 2020-11-14 | Auto merge of #79049 - tmiasko:lower-intrinsics, r=jonas-schievink | bors | -5/+373 |
| 2020-11-14 | Auto merge of #78809 - vn-ki:fix-issue-76064, r=oli-obk | bors | -157/+78 |
| 2020-11-14 | Style nit | Who? Me?! | -1/+1 |
| 2020-11-14 | Auto merge of #75272 - the8472:spec-copy, r=KodrAus | bors | -152/+930 |
| 2020-11-14 | Auto merge of #78959 - petrochenkov:likeuefi, r=nagisa | bors | -15/+21 |
| 2020-11-14 | Auto merge of #78951 - petrochenkov:unknown, r=ehuss | bors | -20/+19 |
| 2020-11-14 | Auto merge of #78736 - petrochenkov:lazyenum, r=Aaron1011 | bors | -9/+5 |
| 2020-11-14 | Lower intrinsics calls: forget, size_of, unreachable, wrapping_* | Tomasz Miąsko | -5/+373 |
| 2020-11-13 | Auto merge of #78683 - Nemo157:issue-78673, r=lcnr | bors | -7/+47 |
| 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 | Auto merge of #78888 - richkadel:llvm-coverage-tests, r=tmandry | bors | -35/+23 |
| 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 | refactor: vec_deque ignore-tidy-filelength | C | -473/+515 |
| 2020-11-13 | Auto merge of #79011 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |
| 2020-11-13 | Addressed feedback | Rich Kadel | -11/+10 |
| 2020-11-13 | Auto merge of #79017 - GuillaumeGomez:rollup-5orhudd, r=GuillaumeGomez | bors | -62/+286 |
| 2020-11-13 | Rollup merge of #78996 - lcnr:cg-promotion, r=RalfJung | Guillaume Gomez | -0/+11 |
| 2020-11-13 | Rollup merge of #78985 - lcnr:cg-drop-test, r=nikomatsakis | Guillaume Gomez | -28/+61 |
| 2020-11-13 | Rollup merge of #78984 - GuillaumeGomez:rustdoc-check-option, r=jyn514 | Guillaume Gomez | -0/+154 |
| 2020-11-13 | Rollup merge of #78463 - varkor:placeholder-const, r=nikomatsakis | Guillaume Gomez | -31/+41 |
| 2020-11-13 | Rollup merge of #77996 - tkaitchuck:master, r=m-ou-se | Guillaume Gomez | -3/+3 |
| 2020-11-13 | Rollup merge of #77151 - rust-lang:LeSeulArtichaut-patch-1, r=pnkfelix | Guillaume Gomez | -0/+16 |
| 2020-11-13 | Fix wrong XPath | Alexis Bourget | -4/+6 |
| 2020-11-13 | Auto merge of #77990 - bugadani:copies, r=lcnr | bors | -45/+50 |
| 2020-11-13 | update clippy test ouput | Vishnunarayan K I | -16/+2 |
| 2020-11-13 | Push to result vector instead of allocating | Dániel Buga | -5/+2 |
| 2020-11-13 | Reuse vector | Dániel Buga | -1/+5 |
| 2020-11-13 | Reserve space in advance | Dániel Buga | -7/+9 |
| 2020-11-13 | Allocate less in lower_block_noalloc | Dániel Buga | -20/+21 |
| 2020-11-13 | Eliminate some temporary vectors & Remove unnecessary mark_attr_used | Dániel Buga | -13/+14 |