about summary refs log tree commit diff
path: root/src/test/run-make-fulldeps
AgeCommit message (Expand)AuthorLines
2022-07-08Fix unreachable coverage generation for inlined functionsTomasz Miąsko-0/+41
2022-07-07Bless coverage reports.Camille GILLOT-11/+11
2022-07-06End-to-end regression test for 97463.Felix S. Klock II-0/+74
2022-07-04Don't use match-destructuring for derived ops on structs.Nicholas Nethercote-2/+2
2022-07-03ensure rustc does not panic by the test for issue-26092Yoshiki Matsuda-1/+3
2022-06-29Rollup merge of #98652 - ojeda:warning-free-no_global_oom_handling, r=joshtri...Matthias Krüger-1/+1
2022-06-29Rollup merge of #97423 - m-ou-se:memory-ordering-intrinsics, r=tmiaskoDylan DPC-14/+14
2022-06-29alloc: ensure `no_global_oom_handling` builds are warning-freeMiguel Ojeda-1/+1
2022-06-28Rename/restructure memory ordering intrinsics.Mara Bos-14/+14
2022-06-09Stabilize the `bundle` native library modifierVadim Petrochenkov-58/+1
2022-06-03Fully stabilize NLLJack Huey-3/+3
2022-05-29Auto merge of #94214 - nikic:rust-opaque-pointers, r=cuviperbors-8/+8
2022-05-28Fix TyKind lint, make consts no longer fn, etcMichael Goulet-1/+1
2022-05-25Update some codegen tests for opaque pointersNikita Popov-8/+8
2022-05-13remove HirVisitorMiguel Guarniz-33/+27
2022-05-11Add a test that `#[used]` makes it through to the linker on macosThom Chiovoloni-0/+15
2022-04-30Revert "Bless coverage-reports after core macro blocks change"David Tolnay-4/+4
2022-04-25Auto merge of #95604 - nbdd0121:used2, r=petrochenkovbors-0/+11
2022-04-18Skip broken symbol visibility test in MinGWGary Guo-0/+5
2022-04-18Ignore paths in temporary dir in reproducible build testGary Guo-0/+6
2022-04-16Rollup merge of #93969 - bjorn3:codegen_backend_dep_info, r=pnkfelixDylan DPC-2/+17
2022-04-02Address review comments and add a testJakub Beránek-0/+7
2022-03-29Auto merge of #94566 - yanganto:show-ignore-message, r=m-ou-sebors-4/+4
2022-03-24Add testbjorn3-2/+17
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