summary refs log tree commit diff
path: root/src/test/run-make
AgeCommit message (Expand)AuthorLines
2022-12-12Ignore errors when including clear_expected_if_blessedTomasz Miąsko-1/+1
2022-11-20Ignore test to fix macOS CIMark Rousskov-109/+0
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-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
2022-08-12Fix testsest31-3/+3
2022-08-12Rollup merge of #100366 - davidtwco:translation-never-fail, r=compiler-errorsDylan DPC-6/+25
2022-08-10Refuse to codegen an upstream static.Camille GILLOT-0/+28
2022-08-10errors: don't fail on broken primary translationsDavid Wood-6/+25
2022-08-09Fix coverage-llvmir test on WindowsNikita Popov-1/+1
2022-08-05Auto merge of #100073 - dpaoliello:externvar, r=michaelwoeristerbors-1/+37
2022-08-04Add test for raw-dylib with an external variableDaniel Paoliello-1/+37
2022-08-02Fix backwards-compatibility check for tests with `+whole-archive`Daniel Sommermann-3/+30
2022-08-01Auto merge of #99476 - dpaoliello:rawdylibvectorcall, r=michaelwoeristerbors-24/+134
2022-08-01Don't derive `PartialEq::ne`.Nicholas Nethercote-23/+0
2022-07-29Auto merge of #99467 - BelovDV:add_option_link_arg, r=petrochenkovbors-0/+29
2022-07-28Diagnose missing make includesTomasz Miąsko-4/+4
2022-07-28Move coverage tests from run-make-fulldeps to run-makeTomasz Miąsko-0/+5620
2022-07-26Fix vectorcallDaniel Paoliello-24/+134
2022-07-26Lib kind -l link-arg:Daniil Belov-0/+29
2022-07-26Auto merge of #98989 - dpaoliello:rawdylibbin, r=michaelwoeristerbors-13/+20
2022-07-25feat: impl export-executable-symbolscsmoe-0/+19
2022-07-22Enable raw-dylib for binariesDaniel Paoliello-13/+20
2022-07-13Rename `debugging_opts` to `unstable_opts`Joshua Nelson-1/+2
2022-07-09tweak names and output and blessRalf Jung-1/+1
2022-07-06session: `output-width` -> `diagnostic-width`David Wood-1/+1
2022-07-06session: `terminal-width` -> `output-width`David Wood-2/+2
2022-07-06sess: stabilize `--terminal-width`David Wood-0/+3
2022-07-04Auto merge of #98573 - krasimirgg:nlmb-llvm-nm, r=nikicbors-10/+14
2022-07-04adapt native-link-modifier-bundle test to use llvm-nmKrasimir Georgiev-10/+14