about summary refs log tree commit diff
path: root/src/test/run-make
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-10134/+0
2023-01-02Add json output to `-Zdump-mono-stats`Joshua Nelson-0/+6
2022-12-09Rollup merge of #105385 - uweigand:s390x-test-lld, r=Mark-SimulacrumMatthias Krüger-0/+1
2022-12-09Ignore errors when including clear_expected_if_blessedTomasz Miąsko-1/+1
2022-12-06Skip test on s390x as LLD does not support the platformUlrich Weigand-0/+1
2022-12-02Fix passing MACOSX_DEPLOYMENT_TARGET to the linkerBlackHoleFox-0/+25
2022-11-28Rollup merge of #104360 - petrochenkov:stabverb, r=TaKO8KiDylan DPC-6/+5
2022-11-27Stabilize native library modifier `verbatim`Vadim Petrochenkov-6/+5
2022-11-26Attempt to solve problem with globsJubilee Young-1/+1
2022-11-24Avoid `GenFuture` shim when compiling async constructsArpad Borsos-2/+2
2022-11-23Rollup merge of #104286 - ozkanonur:fix-doc-bootstrap-recompilation, r=jyn514Dylan DPC-0/+37
2022-11-21Auto merge of #104120 - mejrs:diag, r=davidtwcobors-3/+3
2022-11-21Fix make testmejrs-3/+3
2022-11-21Rollup merge of #104511 - dpaoliello:privateglobalworkaround, r=michaelwoeristerMatthias Krüger-0/+16
2022-11-21Auto merge of #102717 - beetrees:repr128-c-style-debuginfo, r=nagisabors-0/+39
2022-11-18Workaround for private global symbol issueDaniel Paoliello-0/+16
2022-11-17issue-36710 test can now run on cross-compiled targetsPietro Albini-3/+0
2022-11-17Revert "test: run-make: skip when cross-compiling"Pietro Albini-1/+5
2022-11-13copy doc output files by format r=ozkanonurozkanonur-0/+37
2022-11-07Add --print=split-debuginfoKamil Koczurek-1/+1
2022-11-05Rollup merge of #101702 - jsha:static-files2, r=notriddle,GuillaumeGomezMatthias Krüger-8/+8
2022-11-01Print valid `--print` requests if request is invalidnils-0/+6
2022-10-31Add `ignore-cross-compile` to the `#[bench]` smoketest, and move it back to r...Thom Chiovoloni-0/+25
2022-10-31move libtest bench smoketest to run-make-fulldepsThom Chiovoloni-23/+0
2022-10-31smoketest that libtest doesn't panic in `#[bench]`Thom Chiovoloni-0/+23
2022-10-29rustdoc: add hash to filename of toolchain filesJacob Hoffman-Andrews-8/+8
2022-10-24Support raw-dylib functions being used inside inlined functionsDaniel Paoliello-0/+102
2022-10-19Rollup merge of #103178 - ferrocene:pa-coverage-reports-tests, r=Mark-SimulacrumMatthias Krüger-2/+7
2022-10-18partially fix src/test/run-make/coverage-reports when cross-compilingPietro Albini-2/+7
2022-10-09Add a test for C-style repr128 enum DWARF debuginfobeetrees-0/+39
2022-10-05test: run-make: skip when cross-compilingPeter Collingbourne-5/+1
2022-10-04resolve error when attempting to link a universal library on macOSAlex Gaynor-0/+14
2022-09-20Auto merge of #101806 - BelovDV:issue-fix-fn-find_library, r=petrochenkovbors-0/+53
2022-09-20fix verbatim with upstream dependenciesbors-0/+53
2022-09-16Rollup merge of #101738 - dpaoliello:linkname, r=petrochenkovDylan DPC-0/+137
2022-09-13Bless coverage report.Camille GILLOT-14/+14
2022-09-12Fix raw-dylib with link_nameDaniel Paoliello-0/+137
2022-09-12change rlib format to discern native dependenciesDaniil Belov-0/+109
2022-09-10Auto merge of #99916 - dpaoliello:stablizerawdylib, r=wesleywiserbors-3/+3
2022-09-09Stabilze raw-dylib for non-x86Daniel Paoliello-3/+3
2022-09-08Auto merge of #101504 - lqd:rust-lld-fix, r=petrochenkovbors-0/+1
2022-09-07ignore `-Zgcc-ld=lld` test on msvcRémy Rakic-0/+1
2022-09-07Auto merge of #100801 - Kobzol:track-pgo-profile-paths, r=michaelwoeristerbors-0/+27
2022-08-31Fix a bunch of typoDezhi Wu-5/+5
2022-08-29Track PGO profiles in depinfoJakub Beránek-0/+27
2022-08-26Implementation of import_name_typeDaniel Paoliello-0/+214
2022-08-23Diagnose missing includes in run-make testsTomasz Miąsko-55/+55
2022-08-18Auto merge of #98655 - nnethercote:dont-derive-PartialEq-ne, r=dtolnaybors-23/+0
2022-08-15Rollup merge of #100377 - est31:fluent_grepability, r=davidtwcoMatthias Krüger-3/+3
2022-08-15Rollup merge of #100211 - cjgillot:ctfe-mir-available, r=michaelwoeristerMatthias Krüger-0/+28