summary refs log tree commit diff
path: root/tests/run-make
AgeCommit message (Expand)AuthorLines
2023-09-21Don't modify libstd to dump rustc ICEsMichael Goulet-2/+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-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
2023-07-15Auto merge of #112157 - erikdesjardins:align, r=nikicbors-0/+245
2023-07-14extern-fn-explicit-align test: remove unnecessary derivesErik Desjardins-5/+0
2023-07-13extern fn-explicit-align test: don't use uint128_tErik Desjardins-3/+6
2023-07-12De-duplicate consecutive libs when printing native-static-libsUrgau-1/+11
2023-07-11typeck in parallelSparrowLii-2/+2
2023-07-10aarch64-linux: properly handle 128bit aligned aggregatesErik Desjardins-4/+25
2023-07-10extern-fn-explicit-align test: add wrapped and lower requested alignment, imp...Erik Desjardins-14/+70
2023-07-10i686-windows: pass arguments with requested alignment > 4 indirectlyErik Desjardins-1/+5
2023-07-10extern-fn-struct-passing-abi test: ensure we don't start passing struct with ...Erik Desjardins-0/+53
2023-07-10extern-fn-explicit-align test: cleanupErik Desjardins-4/+6
2023-07-10extern-fn-explicit-align test: add MSVC compatible alignment attributeErik Desjardins-1/+10
2023-07-10extern-fn-explicit-align test: use ffi::c_char instead of i8Erik Desjardins-3/+3
2023-07-10add ignore-cross-compile to run-make/extern-fn-explicit-alignErik Desjardins-0/+1
2023-07-10rustc_target: Add alignment to indirectly-passed by-value types, correcting thePatrick Walton-0/+101
2023-07-09Rollup merge of #113247 - mirkootter:test-wasm-exceptions-nostd, r=Mark-Simul...Matthias Krüger-0/+252
2023-07-02Auto merge of #113040 - Kobzol:llvm-remark-streamer, r=tmiaskobors-0/+18
2023-07-02Add `rustc` option to output LLVM optimization remarks to YAML filesJakub Beránek-0/+18
2023-07-01add run-make test for wasm-exceptionsJan-Mirko Otter-0/+252