about summary refs log tree commit diff
path: root/tests/run-make
AgeCommit message (Expand)AuthorLines
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
2023-06-30add end-to-end testRémy Rakic-0/+12
2023-06-29Rollup merge of #112300 - Zalathar:run-coverage, r=wesleywiserMatthias Krüger-5593/+1
2023-06-28Rollup merge of #113094 - GuillaumeGomez:fix-invalid-div-tag-in-head, r=notri...Dylan DPC-1/+1
2023-06-28Remove the old `coverage-reports` and `coverage` directoriesZalathar-264/+1
2023-06-28Migrate the remaining `run-make/coverage-reports` tests over to `run-coverage`Zalathar-816/+0
2023-06-28Migrate most of the existing coverage tests over to `run-coverage`Zalathar-4517/+4
2023-06-27Replace `id` attribute with `name` for `<meta>` tagGuillaume Gomez-1/+1
2023-06-27Rollup merge of #112972 - nbdd0121:mir, r=davidtwcoMatthias Krüger-3/+3
2023-06-23Bless testsGary Guo-3/+3
2023-06-23Make sure to include default en-US ftl resources for rustc_error crateMichael Goulet-0/+12
2023-06-20Rollup merge of #112794 - bjorn3:fix_lib_global_alloc, r=oli-obkGuillaume Gomez-0/+22
2023-06-19Rollup merge of #112499 - tgross35:py-ruff-fixes, r=Mark-SimulacrumMichael Goulet-3/+3
2023-06-19Fix linker failures when #[global_allocator] is used in a dependencybjorn3-0/+22
2023-06-17rustdoc: Fix --test-run-directory and relative paths.Eric Huss-1/+46
2023-06-16Apply changes to fix python linting errorsTrevor Gross-3/+3
2023-06-16Auto merge of #112346 - saethlin:no-comment, r=oli-obkbors-19/+16
2023-06-15Rollup merge of #112403 - nbdd0121:eh_frame, r=NilstriebGuillaume Gomez-0/+20
2023-06-15Remove comments from mir-opt MIR dumpsBen Kimock-19/+16
2023-06-09Auto merge of #111626 - pjhades:output, r=b-naberbors-0/+72
2023-06-07Remove wrongly emitted `.eh_frame` in `-Cpanic=abort`Gary Guo-0/+20
2023-06-06fixJing Peng-1/+1
2023-06-06Write to stdout if `-` is given as output fileJing Peng-0/+72
2023-06-05Verify that (almost) all `ret` instructions have been replacedRaoul Strackx-0/+9
2023-06-05Correct LVI print function testRaoul Strackx-4/+4
2023-05-25Auto merge of #86844 - bjorn3:global_alloc_improvements, r=pnkfelixbors-0/+68
2023-05-23Rollup merge of #111461 - oli-obk:crate_collision, r=petrochenkovDylan DPC-1/+1
2023-05-23Fix symbol conflict diagnostic mistakenly being shown instead of missing crat...Oli Scherer-1/+1
2023-05-21Auto merge of #111675 - Urgau:fix-local-libs-for-native-static-libs, r=bjorn3bors-0/+43
2023-05-19Auto merge of #111641 - michaelwoerister:debugger-visualizer-fixes, r=cjgillotbors-0/+78
2023-05-19Fix run-make/inrcemental-debugger-visualizer test for macOS.Michael Woerister-3/+1
2023-05-18Auto merge of #111345 - jyn514:cfg-release-caching, r=cjgillot,est31bors-0/+15
2023-05-17Only depend on CFG_VERSION in rustc_interfacejyn-0/+15