about summary refs log tree commit diff
path: root/tests/run-make
AgeCommit message (Expand)AuthorLines
2025-09-25Rollup merge of #146982 - fmease:fix-rmake-linker-warning, r=bjorn3Stuart Cook-1/+0
2025-09-25Remove an erroneous normalization step in `tests/run-make/linker-warning`León Orell Valerian Liehr-1/+0
2025-09-24Auto merge of #146338 - CrooseGit:dev/reucru01/AArch64-enable-GCS, r=Urgau,da...bors-7/+11
2025-09-23Rollup merge of #146875 - Enselic:better-file-names, r=jieyouxuMatthias Krüger-6/+3
2025-09-22tests/run-make/crate-loading: Rename source files for clarityMartin Nordholts-6/+3
2025-09-22Rollup merge of #146828 - el-ev:issue146646, r=GuillaumeGomezGuillaume Gomez-0/+29
2025-09-22address review commentsIris Shi-2/+2
2025-09-22Extends branch protection tests to include GCSReuben Cruise-7/+11
2025-09-22add exit code checkIris Shi-5/+11
2025-09-22Add regression testIris Shi-0/+23
2025-09-21Make mips64el-unknown-linux-muslabi64 link dynamicallyJens Reidel-2/+1
2025-09-15tests/run-make: Update list of statically linked musl targetsJens Reidel-9/+1
2025-09-12Add --print target-spec-json-schemaNoratrieb-4/+4
2025-09-06Auto merge of #146233 - jieyouxu:run-make-fission, r=Kobzolbors-1286/+0
2025-09-06Rollup merge of #146211 - Urgau:cfg-disallow-shebang, r=fmeaseMatthias Krüger-7/+33
2025-09-06Disallow shebang in `--cfg` and `--check-cfg` argumentsUrgau-7/+33
2025-09-05Rollup merge of #138944 - madsmtm:apple_os_version_check, r=tgross35León Orell Valerian Liehr-0/+43
2025-09-05Add __isOSVersionAtLeast and __isPlatformVersionAtLeast symbolsMads Marquart-0/+43
2025-09-05tests: move `run-make` tests requiring in-tree cargo to `run-make-cargo` test...Jieyou Xu-1286/+0
2025-09-04Auto merge of #138736 - azhogin:azhogin/sanitizers-target-modificators, r=rcv...bors-0/+6
2025-09-04Rollup merge of #146150 - weihanglo:rustdoc-emit, r=aDotInTheVoidStuart Cook-0/+12
2025-09-04Rollup merge of #146137 - Urgau:cfg-disallow-frontmatter, r=fmeaseStuart Cook-0/+45
2025-09-04Rollup merge of #146131 - notriddle:rustdoc-search-load-itemtype-test, r=Guil...Stuart Cook-0/+170
2025-09-03rustdoc-search: add test case for indexing every item typeMichael Howell-0/+170
2025-09-03don't uppercase error messagesSasha Pourcelot-1/+1
2025-09-03fix(rustdoc): match rustc `--emit` precedenceWeihang Lo-3/+2
2025-09-03Disallow frontmatter in `--cfg` and `--check-cfg` argumentsUrgau-0/+45
2025-09-02test(rustdoc): show the wrong `--emit` precedenceWeihang Lo-0/+13
2025-08-27turn pointer width into an integer in target.jsonWaffle Lapkin-8/+8
2025-08-23Update `tests/run-make/rustdoc-default-output/` outputGuillaume Gomez-3/+3
2025-08-23Update `tests/run-make/rustdoc-default-output` testGuillaume Gomez-0/+3
2025-08-21-Zsanitize and -Zsanitizer-cfi-normalize-integers flags are now target modifi...Andrew Zhogin-0/+6
2025-08-19Rollup merge of #145405 - durin42:test-cleanup-tmpdir, r=lqdStuart Cook-8/+8
2025-08-19Rollup merge of #144476 - notriddle:notriddle/stringdex, r=lolbinarycat,Guill...Stuart Cook-3/+3
2025-08-18Auto merge of #145489 - joshtriplett:cfg-if-not, r=Amanieubors-1/+1
2025-08-18cleanup: make run-make test use run_in_tmpdirAugie Fackler-8/+8
2025-08-17Fix up library crate order in linker testJosh Triplett-1/+1
2025-08-15rustdoc-search: search backend with partitioned suffix treeMichael Howell-3/+3
2025-08-15fix(tests/rmake/wasm-unexpected-features): change features from `WASM1` to `MVP`StackOverflowExcept1on-1/+1
2025-08-15Rollup merge of #145275 - StackOverflowExcept1on:fix-wasm32v1-none, r=alexcri...Stuart Cook-0/+69
2025-08-15Rollup merge of #145005 - tardyp:lto_big_filesize, r=bjorn3Stuart Cook-0/+39
2025-08-14rewrite test with `#![no_core]`StackOverflowExcept1on-69/+53
2025-08-13fix(compiler/rustc_codegen_llvm): apply `target-cpu` attributeStackOverflowExcept1on-0/+85
2025-08-13Fix pgo testsywxt-5/+21
2025-08-12Auto merge of #144678 - jdonszelmann:no-mangle-extern, r=bjorn3bors-1/+1
2025-08-12make no_mangle explicit on foreign itemsJana Dönszelmann-1/+1
2025-08-11Always attempt to invoke xcrun to get the Apple SDKMads Marquart-0/+33
2025-08-10strip prefix of temporary file names when it exceeds filesystem name length l...Pierre Tardy-0/+39
2025-08-10Rollup merge of #145112 - dpaoliello:raw-dylib-link-ordinal, r=jieyouxuStuart Cook-2/+3
2025-08-08Rollup merge of #144192 - RalfJung:atomicrmw-ptr, r=nikicTrevor Gross-14/+25