about summary refs log tree commit diff
path: root/src/test/run-make-fulldeps
AgeCommit message (Expand)AuthorLines
2022-03-29Auto merge of #94566 - yanganto:show-ignore-message, r=m-ou-sebors-4/+4
2022-03-23Rollup merge of #95219 - ojeda:update-alloc-no-oom-handling-test, r=Dylan-DPCDylan DPC-1/+1
2022-03-22Fold aarch64 feature +fp into +neonJubilee Young-1/+1
2022-03-22Modernize `alloc-no-oom-handling` testMiguel Ojeda-1/+1
2022-03-16Rollup merge of #94868 - dtolnay:noblock, r=Dylan-DPCDylan DPC-4/+4
2022-03-15Bless coverage-reports after core macro blocks changeDavid Tolnay-4/+4
2022-03-14Tie `fp` and `neon`Adam Gemmell-1/+1
2022-03-11Add tests for JSON and console outputMark Rousskov-4/+4
2022-03-02rename ErrorReported -> ErrorGuaranteedmark-3/+3
2022-02-27make pgo-branch-weights test not dependent on argument attributesErik Desjardins-2/+2
2022-02-20Auto merge of #94174 - matthiaskrgr:rollup-snyrlhy, r=matthiaskrgrbors-2/+4
2022-02-20Rollup merge of #94023 - krasimirgg:head-llvm-use-llvm-nm, r=Mark-SimulacrumMatthias Krüger-2/+4
2022-02-19Auto merge of #92911 - nbdd0121:unwind, r=Amanieubors-0/+69
2022-02-18Rollup merge of #93915 - Urgau:rfc-3013, r=petrochenkovMatthias Krüger-0/+1
2022-02-18Rollup merge of #92933 - bjorn3:no_bin_lib_mixing, r=estebankMatthias Krüger-14/+2
2022-02-17Auto merge of #93577 - nikic:llvm-14, r=nagisabors-2/+2
2022-02-16Update coverage IR testNikita Popov-2/+2
2022-02-16Implement --check-cfg option (RFC 3013)Loïc BRANSTETT-0/+1
2022-02-15adapt static-nobundle test to use llvm-nmKrasimir Georgiev-2/+4
2022-02-14Add test for foreign double unwindGary Guo-0/+69
2022-02-13Remove Config::stderrbjorn3-1/+0
2022-02-09Stabilize cfg_target_has_atomicAmanieu d'Antras-1/+1
2022-02-08Rollup merge of #92695 - Swatinem:cover-nested, r=wesleywiserMatthias Krüger-9/+109
2022-02-07Auto merge of #93738 - m-ou-se:rollup-zjyd2et, r=m-ou-sebors-2/+2
2022-02-07Rollup merge of #93416 - name1e5s:chore/remove_allow_fail, r=m-ou-seMara Bos-2/+2
2022-02-07Auto merge of #93719 - scottmcm:core-as-2021-everywhere, r=Mark-Simulacrumbors-1/+1
2022-02-07Add `#[no_coverage]` tests for nested functionsArpad Borsos-9/+109
2022-02-06Build libcore as 2021 in a few more placesScott McMurray-1/+1
2022-02-04Rollup merge of #90132 - joshtriplett:stabilize-instrument-coverage, r=wesley...Matthias Krüger-9/+9
2022-02-03Fix some tests to use -Cinstrument-coverageWesley Wiser-2/+2
2022-01-31Auto merge of #90891 - nbdd0121:format, r=Mark-Simulacrumbors-12/+12
2022-01-29Create `core::fmt::ArgumentV1` with generics instead of fn pointerGary Guo-12/+12
2022-01-28remove allow_fail test flagyuhaixin.hx-2/+2
2022-01-25Rollup merge of #93144 - wesleywiser:uninhabited_type_code_cov2, r=tmandryMatthias Krüger-0/+57
2022-01-21Work around missing code coverage data causing llvm-cov failuresWesley Wiser-0/+57
2022-01-21Auto merge of #91359 - dtolnay:args, r=Mark-Simulacrumbors-3/+3
2022-01-20Rollup merge of #91606 - joshtriplett:stabilize-print-link-args, r=pnkfelixMatthias Krüger-9/+9
2022-01-18Bless coverage-reports after format_args changeDavid Tolnay-3/+3
2022-01-17Rollup merge of #92825 - pierwill:rustc-version-force-rename, r=Mark-SimulacrumMatthias Krüger-1/+1
2022-01-17Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieubors-5/+5
2022-01-15Update testsbjorn3-14/+2
2022-01-13Rollup merge of #92142 - wesleywiser:fix_codecoverage_partitioning, r=tmandryMatthias Krüger-1/+14
2022-01-12Rename environment variable for overriding rustc versionpierwill-1/+1
2022-01-12Migrate intrinsic-unreachable test to asm!Tomasz Miąsko-5/+5
2022-01-10Ignore `unused_mod.rs` file in code coverage resultsWesley Wiser-10/+1
2022-01-09Stabilize -Z print-link-args as --print link-argsJosh Triplett-9/+9
2022-01-06cg: use thorin instead of llvm-dwpDavid Wood-19/+84
2022-01-06sess/cg: re-introduce split dwarf kindDavid Wood-5/+19
2022-01-01Require `-Zunstable-options` for `-C instrument-coverage=except-*` optionsJosh Triplett-2/+2
2022-01-01Stabilize -Z instrument-coverage as -C instrument-coverageJosh Triplett-7/+7