about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-05-07Auto merge of #85036 - Dylan-DPC:rollup-4qfabo3, r=Dylan-DPCbors-211/+199
2021-05-07Rollup merge of #85033 - lcnr:nits2, r=jackh726Dylan DPC-57/+47
2021-05-07Rollup merge of #85030 - jethrogb:jb/sgx-rearrange-files, r=nagisaDylan DPC-6/+7
2021-05-07Rollup merge of #85029 - jethrogb:jb/sgx-movable-mutex, r=m-ou-seDylan DPC-1/+1
2021-05-07Rollup merge of #84991 - alexcrichton:target-feature-remap, r=nagisaDylan DPC-15/+28
2021-05-07Rollup merge of #84930 - hermitcore:target, r=nagisaDylan DPC-1/+1
2021-05-07Rollup merge of #84866 - petrochenkov:wholesome, r=Mark-SimulacrumDylan DPC-2/+0
2021-05-07Rollup merge of #84655 - CDirkx:wasm, r=m-ou-seDylan DPC-65/+14
2021-05-07Rollup merge of #84442 - jyn514:doc-cfg, r=petrochenkovDylan DPC-64/+82
2021-05-07Rollup merge of #84254 - jclulow:illumos-link-order, r=petrochenkovDylan DPC-0/+19
2021-05-07Rearrange SGX split module filesJethro Beekman-6/+7
2021-05-07SGX mutex is movableJethro Beekman-1/+1
2021-05-07fulfillment typolcnr-3/+3
2021-05-07wfcheck fcx <-> tcx cleanuplcnr-54/+44
2021-05-07Auto merge of #84797 - richkadel:cover-unreachable-statements, r=tmandrybors-65/+102
2021-05-07rename LLVM target for RustyHermitStefan Lankes-1/+1
2021-05-07Auto merge of #85022 - JohnTitor:rollup-2q4706v, r=JohnTitorbors-470/+689
2021-05-07Rollup merge of #84990 - GuillaumeGomez:sort-rustdoc-gui-tests, r=Mark-Simula...Yuki Okushi-1/+6
2021-05-07Rollup merge of #84972 - RalfJung:null-ptr-msg, r=oli-obkYuki Okushi-11/+15
2021-05-07Rollup merge of #84911 - Mark-Simulacrum:retry-clang, r=pietroalbiniYuki Okushi-2/+4
2021-05-07Rollup merge of #84897 - richkadel:cover-closure-macros, r=tmandryYuki Okushi-49/+192
2021-05-07Rollup merge of #84875 - richkadel:no-coverage-dont-check-unused, r=tmandryYuki Okushi-58/+56
2021-05-07Rollup merge of #84815 - richkadel:coverage-docs-update-2021-05, r=tmandryYuki Okushi-331/+385
2021-05-07Rollup merge of #84787 - klensy:deps-bump, r=Mark-SimulacrumYuki Okushi-14/+24
2021-05-07Rollup merge of #84781 - jyn514:check-bootstrap, r=Mark-SimulacrumYuki Okushi-3/+3
2021-05-07Rollup merge of #84779 - jyn514:cargotest-args, r=Mark-SimulacrumYuki Okushi-1/+4
2021-05-07Auto merge of #85014 - Dylan-DPC:rollup-jzpbkdu, r=Dylan-DPCbors-258/+763
2021-05-06illumos should put libc last in library search orderJoshua M. Clulow-0/+19
2021-05-07Rollup merge of #84987 - lcnr:nits, r=Mark-SimulacrumDylan DPC-8/+0
2021-05-07Rollup merge of #84953 - GuillaumeGomez:remove-unneeded-with_default_session_...Dylan DPC-31/+33
2021-05-07Rollup merge of #84905 - RalfJung:copy, r=oli-obkDylan DPC-34/+34
2021-05-07Rollup merge of #84896 - estebank:issue-84772, r=jackh726Dylan DPC-3/+130
2021-05-07Rollup merge of #84872 - bjorn3:cg_clif_tidy, r=Mark-SimulacrumDylan DPC-47/+136
2021-05-07Rollup merge of #84871 - richkadel:no-coverage-unstable-only, r=nagisaDylan DPC-91/+18
2021-05-07Rollup merge of #84755 - jyn514:core-links, r=kennytmDylan DPC-10/+14
2021-05-07Rollup merge of #84734 - tmandry:compiletest-needs-unwind, r=Mark-SimulacrumDylan DPC-8/+44
2021-05-07Rollup merge of #84728 - camelid:sized-param-sugg-test, r=Mark-SimulacrumDylan DPC-0/+88
2021-05-07Rollup merge of #84500 - tmandry:compiletest-run-flag, r=Mark-SimulacrumDylan DPC-16/+93
2021-05-07Rollup merge of #84409 - mzohreva:mz/tls-dtors-before-join, r=jethrogbDylan DPC-10/+173
2021-05-06Auto merge of #84806 - Mark-Simulacrum:try-start-entry, r=cjgillotbors-101/+111
2021-05-06Auto merge of #79930 - tgnottingham:bufwriter_performance, r=m-ou-sebors-39/+178
2021-05-06Removes unneeded check of `#[no_coverage]` in mapgenRich Kadel-95/+56
2021-05-06Renamed compiler-flags file to name of compiler-flag: instrument-coverageRich Kadel-344/+349
2021-05-06Update coverage docs and command line helpRich Kadel-82/+131
2021-05-06Add test for suggestion to borrow unsized function parametersCamelid-0/+88
2021-05-06linker: Avoid library duplication with `/WHOLEARCHIVE`Vadim Petrochenkov-2/+0
2021-05-06Coverage instruments closure bodies in macros (not the macro body)Rich Kadel-49/+192
2021-05-06Auto merge of #84559 - jackh726:issue-84398, r=nikomatsakisbors-1/+31
2021-05-06join_orders_after_tls_destructors: ensure thread 2 is launched before thread ...Mohsen Zohrevandi-8/+9
2021-05-06rustc: Support Rust-specific features in -Ctarget-featureAlex Crichton-15/+28