about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2020-11-15Rollup merge of #78968 - zec:add-llvm-as, r=Mark-SimulacrumDylan DPC-0/+1
2020-11-15Rollup merge of #78966 - tmiasko:inline-never, r=oli-obkDylan DPC-61/+238
2020-11-15Rollup merge of #78963 - richkadel:llvm-coverage-counters-2.0.4, r=tmandryDylan DPC-25/+788
2020-11-15Rollup merge of #78962 - poliorcetics:rustdoc-raw-ident-test, r=jyn514Dylan DPC-0/+22
2020-11-15Rollup merge of #78948 - slanterns:master, r=varkorDylan DPC-0/+7
2020-11-15Rollup merge of #78856 - mark-i-m:fix-or-pat-ice, r=matthewjasperDylan DPC-0/+76
2020-11-15Rollup merge of #78848 - DevJPM:ci-llvm-9, r=nikicDylan DPC-100/+15
2020-11-15Rollup merge of #78590 - DeveloperC286:issue_60302, r=varkorDylan DPC-473/+515
2020-11-15Rollup merge of #78352 - JohnTitor:issue-75229, r=Dylan-DPCDylan DPC-2/+2
2020-11-14Auto merge of #79049 - tmiasko:lower-intrinsics, r=jonas-schievinkbors-5/+373
2020-11-14Auto merge of #78809 - vn-ki:fix-issue-76064, r=oli-obkbors-157/+78
2020-11-14Style nitWho? Me?!-1/+1
2020-11-14Auto merge of #75272 - the8472:spec-copy, r=KodrAusbors-152/+930
2020-11-14Auto merge of #78959 - petrochenkov:likeuefi, r=nagisabors-15/+21
2020-11-14Auto merge of #78951 - petrochenkov:unknown, r=ehussbors-20/+19
2020-11-14Auto merge of #78736 - petrochenkov:lazyenum, r=Aaron1011bors-9/+5
2020-11-14Lower intrinsics calls: forget, size_of, unreachable, wrapping_*Tomasz Miąsko-5/+373
2020-11-13Auto merge of #78683 - Nemo157:issue-78673, r=lcnrbors-7/+47
2020-11-13Always handle EOVERFLOW by falling back to the generic copy loopThe8472-11/+9
2020-11-13do direct splice syscall and probe availability to get android builds to workThe8472-4/+72
2020-11-13move sendfile/splice/copy_file_range into kernel_copy moduleThe8472-153/+150
2020-11-13limit visibility of copy offload helpers to sys::unix moduleThe8472-7/+7
2020-11-13move copy specialization tests to their own moduleThe8472-181/+182
2020-11-13move copy specialization into sys::unix moduleThe8472-392/+435
2020-11-13Auto merge of #78888 - richkadel:llvm-coverage-tests, r=tmandrybors-35/+23
2020-11-13add benchmarksThe8472-1/+131
2020-11-13reduce syscalls by inferring FD types based on source struct instead of calli...The8472-93/+158
2020-11-13add forwarding specializations for &mut variantsThe8472-0/+21
2020-11-13prioritize sendfile over splice since it results in fewer context switches wh...The8472-16/+16
2020-11-13move tests module into separate fileThe8472-57/+52
2020-11-13hide unused exports on other platformsThe8472-5/+5
2020-11-13specialize io::copy to use copy_file_range, splice or sendfileThe8472-80/+540
2020-11-13refactor: vec_deque ignore-tidy-filelengthC-473/+515
2020-11-13Auto merge of #79011 - ehuss:update-cargo, r=ehussbors-0/+0
2020-11-13Addressed feedbackRich Kadel-11/+10
2020-11-13Auto merge of #79017 - GuillaumeGomez:rollup-5orhudd, r=GuillaumeGomezbors-62/+286
2020-11-13Rollup merge of #78996 - lcnr:cg-promotion, r=RalfJungGuillaume Gomez-0/+11
2020-11-13Rollup merge of #78985 - lcnr:cg-drop-test, r=nikomatsakisGuillaume Gomez-28/+61
2020-11-13Rollup merge of #78984 - GuillaumeGomez:rustdoc-check-option, r=jyn514Guillaume Gomez-0/+154
2020-11-13Rollup merge of #78463 - varkor:placeholder-const, r=nikomatsakisGuillaume Gomez-31/+41
2020-11-13Rollup merge of #77996 - tkaitchuck:master, r=m-ou-seGuillaume Gomez-3/+3
2020-11-13Rollup merge of #77151 - rust-lang:LeSeulArtichaut-patch-1, r=pnkfelixGuillaume Gomez-0/+16
2020-11-13Fix wrong XPathAlexis Bourget-4/+6
2020-11-13Auto merge of #77990 - bugadani:copies, r=lcnrbors-45/+50
2020-11-13update clippy test ouputVishnunarayan K I-16/+2
2020-11-13Push to result vector instead of allocatingDániel Buga-5/+2
2020-11-13Reuse vectorDániel Buga-1/+5
2020-11-13Reserve space in advanceDániel Buga-7/+9
2020-11-13Allocate less in lower_block_noallocDániel Buga-20/+21
2020-11-13Eliminate some temporary vectors & Remove unnecessary mark_attr_usedDániel Buga-13/+14