about summary refs log tree commit diff
path: root/tests/run-make
AgeCommit message (Expand)AuthorLines
2023-09-20Delete obsolete --disable-per-crate-search rustdoc flagDavid Tolnay-3/+0
2023-09-20Validate crate name in CLI option --externLeón Orell Valerian Liehr-1/+1
2023-09-19Auto merge of #115627 - compiler-errors:icedump-no-std, r=m-ou-sebors-2/+2
2023-09-17Auto merge of #114750 - Enselic:metadata-dep-info, r=compiler-errorsbors-0/+22
2023-09-15rustdoc: merge theme css into rustdoc.cssMichael Howell-2/+3
2023-09-13Auto merge of #115735 - bjorn3:better_list_crate_metadata, r=wesleywiserbors-7/+7
2023-09-11Add a test for #108030DianQK-0/+69
2023-09-10Fix testsbjorn3-7/+7
2023-09-08tests: use warning output from rustc to catch missing compressionAugie Fackler-4/+2
2023-09-08debuginfo: add compiler option to allow compressed debuginfo sectionsAugie Fackler-0/+20
2023-09-08Auto merge of #113492 - nebulark:pr_96475, r=petrochenkovbors-0/+19
2023-09-08Add missing Debuginfo to PDB debug file on windows.Florian Schmiderer-0/+19
2023-09-07Stabilize `PATH` option for `--print KIND=PATH`Urgau-4/+4
2023-09-07Don't modify libstd to dump rustc ICEsMichael Goulet-2/+2
2023-09-03Make `.rmeta` file in `dep-info` have correct name (`lib` prefix)Martin Nordholts-0/+22
2023-08-30`ignore-cross-compile` remaining tests that run binariesLukas Wirth-0/+7
2023-08-23Rollup merge of #115135 - GuillaumeGomez:no-html-source-flag, r=notriddleGuillaume Gomez-0/+2
2023-08-23Update run-make/issue-88756-default-output testGuillaume Gomez-0/+2
2023-08-20Auto merge of #113124 - nbdd0121:eh_frame, r=cjgillotbors-1/+25
2023-08-18Run `AbortUnwindingCalls` after generator transformGary Guo-1/+25
2023-08-18`ignore-cross-compile` on `optimization-remarks-dir-pgo` testLukas Wirth-0/+1
2023-08-17Rollup merge of #112751 - ehuss:persist-test-run-directory, r=jshaMatthias Krüger-1/+46
2023-08-15stabilize combining +bundle and +whole-archive link modifiersBe Wilson-4/+2
2023-08-08Auto merge of #114439 - Kobzol:remark-pgo-hotness, r=tmiaskobors-0/+26
2023-08-08Only enable hotness information when PGO is availableJakub Beránek-0/+4
2023-08-07Rollup merge of #114093 - Enselic:stdin-unknown-mod, r=Mark-SimulacrumMatthias Krüger-0/+26
2023-08-06Auto merge of #114476 - Urgau:missing-dep-file-112898, r=oli-obkbors-0/+10
2023-08-04Fix missing dependency file with -ZunprettyUrgau-0/+10
2023-08-04Add hotness data to LLVM remarksJakub Beránek-0/+22
2023-08-03Add `internal_features` lintNilstrieb-1/+1
2023-08-01Auto merge of #112849 - m-ou-se:panic-message-format, r=thomccbors-5/+5
2023-08-01tests/run-make/unknown-mod-stdin: Ignore WindowsMartin Nordholts-0/+2
2023-07-31Rollup merge of #113889 - fortanix:raoul/fix_ice_tests_for_sgx_platform, r=Ma...Matthias Krüger-0/+2
2023-07-29Auto merge of #114148 - cuviper:drop-llvm-14, r=nikicbors-4/+4
2023-07-29Change default panic handler message format.Mara Bos-5/+5
2023-07-27CHECK only for opaque ptrJosh Stone-4/+4
2023-07-27Make `--print KIND=PATH` unstableUrgau-4/+4
2023-07-26Add regression test for `echo 'mod unknown;' | rustc -`Martin Nordholts-0/+24
2023-07-21Support `.comment` section like GCC/Clang (`!llvm.ident`)Miguel Ojeda-0/+34
2023-07-21Rollup merge of #113780 - dtolnay:printkindpath, r=b-naberMatthias Krüger-1/+18
2023-07-20Add test of --print KIND=PATHDavid Tolnay-1/+18
2023-07-20Fix `dump-ice-to-disk` and `short-ice` tests when librustc-driver is dynamica...Raoul Strackx-0/+2
2023-07-20Auto merge of #113695 - bjorn3:fix_rlib_cdylib_metadata_handling, r=pnkfelix,...bors-17/+80
2023-07-20Auto merge of #108714 - estebank:ice_dump, r=oli-obkbors-2/+76
2023-07-19Rewrite rmeta-rpass test to work with the new check for all crate sources bei...bjorn3-0/+33
2023-07-19Verify that all crate sources are in syncbjorn3-17/+47
2023-07-19Add run-make test for ICE dumpEsteban Küber-0/+74
2023-07-19On nightly, dump ICE backtraces to diskEsteban Küber-2/+2
2023-07-18Add the `no-builtins` attribute to functions when `no_builtins` is applied at...DianQK-0/+29
2023-07-16Auto merge of #113626 - Urgau:dedup-native-static-libs, r=petrochenkovbors-1/+11