about summary refs log tree commit diff
path: root/tests/run-make
AgeCommit message (Expand)AuthorLines
2023-11-04Remove support for compiler plugins.Nicholas Nethercote-42/+0
2023-11-02Remove support for alias `-Z symbol-mangling-version`Zalathar-1/+1
2023-10-27Auto merge of #116035 - lqd:mcp-510-target-specs, r=petrochenkovbors-0/+73
2023-10-24Mark .rmeta files as /SAFESEH on x86 Windows.Daniel Cheng-8/+24
2023-10-22coverage: Emit the filenames section before encoding per-function mappingsZalathar-3/+3
2023-10-21Rollup merge of #116992 - estebank:issue-69492, r=oli-obkMatthias Krüger-0/+1
2023-10-21Mention the syntax for `use` on `mod foo;` if `foo` doesn't existEsteban Küber-0/+1
2023-10-19Auto merge of #115214 - Urgau:rfc-3127-trim-paths, r=compiler-errorsbors-4/+129
2023-10-18add end-to-end test of custom target using rust-lldRémy Rakic-0/+73
2023-10-18Auto merge of #116814 - estebank:windows-ice-path, r=petrochenkovbors-0/+6
2023-10-17Automatically enable cross-crate inlining for small functionsBen Kimock-0/+3
2023-10-17Use `YYYY-MM-DDTHH_MM_SS` as datetime format for ICE dump filesEsteban Küber-0/+6
2023-10-17Test -Zremap-path-scope=split-debuginfo with -Csplit-debuginfo=packedUrgau-0/+5
2023-10-17Adjust tests for MacOS having different -Csplit-debuginfo defaultUrgau-9/+24
2023-10-17[RFC 3127 - Trim Paths]: Adjust tests for -Zremap-path-scopeUrgau-2/+107
2023-10-14Auto merge of #116264 - reez12g:issue-109728, r=Mark-Simulacrumbors-0/+19
2023-10-09add test for wasm linker override=clangreez12g-0/+19
2023-10-08Auto merge of #116514 - petrochenkov:nogccld, r=lqdbors-12/+0
2023-10-08linker: Remove `-Zgcc-ld` optionVadim Petrochenkov-12/+0
2023-10-07tests/run-make: Use RUSTC_TEST_OP in more placesMartin Nordholts-56/+11
2023-10-07tests/run-make: Move RUSTC_TEST_OP to tools.mkMartin Nordholts-12/+22
2023-10-07tests/run-make: Remove wrong blessing adviceMartin Nordholts-1/+0
2023-10-06Auto merge of #115304 - Enselic:trailing-gt, r=cjgillotbors-0/+24
2023-10-05Allow file names to end with '>'Martin Nordholts-0/+24
2023-09-29Auto merge of #113301 - Be-ing:stabilize_bundle_whole-archive, r=petrochenkovbors-4/+2
2023-09-24Auto merge of #104385 - BlackHoleFox:apple-minimum-bumps, r=petrochenkovbors-2/+2
2023-09-23Raise minimum supported macOS to 10.12BlackHoleFox-2/+2
2023-09-22Auto merge of #116001 - fmease:validate-crate-name-extern-cli-opt, r=est31bors-1/+1
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