about summary refs log tree commit diff
path: root/src/test/run-make
AgeCommit message (Expand)AuthorLines
2021-08-24Update testsinquisitivecrystal-3/+0
2021-08-19Revert "Revert "Auto merge of #83417 - erikdesjardins:enableremovezsts, r=oli...Erik Desjardins-1/+0
2021-08-17Auto merge of #88056 - erikdesjardins:revertzst, r=oli-obkbors-0/+1
2021-08-15Revert "Auto merge of #83417 - erikdesjardins:enableremovezsts, r=oli-obk"Erik Desjardins-0/+1
2021-08-15Add `--target` flag to `issue-85019-moved-src-dir`Aaron Hill-4/+4
2021-08-15Copy over run-make ignores from issue-83112-incr-test-moved-fileAaron Hill-0/+3
2021-08-15Include (potentially remapped) working dir in crate hashAaron Hill-0/+31
2021-08-07Run RemoveZsts at mir-opt-level=1Erik Desjardins-1/+0
2021-07-29rfc3052: Remove authors field from Cargo manifestsJade-2/+0
2021-07-21Rename force-warns to force-warnRyan Levick-2/+2
2021-07-09Add support for raw-dylib with stdcall, fastcall functions on i686-pc-windows...Richard Cobbe-2/+236
2021-07-02add track_path::path fn for proc-macro usageBernhard Schuster-0/+31
2021-06-21Add test showing different KIND parameters change hashJeremy Fitzhardinge-1/+12
2021-06-21In --emit KIND=PATH options, only hash KINDJeremy Fitzhardinge-0/+27
2021-06-10gcc-lld mvp1000teslas-0/+10
2021-06-04Add first cut of functionality for #58713: support for #[link(kind = "raw-dyl...Richard Cobbe-0/+73
2021-06-04Auto merge of #85788 - rylev:force-warns, r=nikomatsakisbors-0/+3
2021-06-03Add run-make test testing flag stabilityRyan Levick-0/+3
2021-05-30Auto merge of #85362 - jsgf:fix-emit-metadata, r=estebankbors-0/+34
2021-05-29Fix incremental-session-fail to work when run as root.Eric Huss-2/+1
2021-05-28Add test for --emit TYPE=pathJeremy Fitzhardinge-0/+34
2021-05-26Add test to check behavior when incremental session init fails.Eric Huss-0/+16
2021-05-13Add support for const operands and options to global_asm!Amanieu d'Antras-1/+1
2021-04-08rustc: Add a new `wasm` ABIAlex Crichton-0/+116
2021-04-06Fix handling of `--output-format json` flagJoshua Nelson-0/+10
2021-04-05change SourceSerifPro to SourceSerif4 in emit-shared-files testTrevor Spiteri-3/+3
2021-04-02Rollup merge of #83478 - jyn514:fine-grained-files, r=Mark-SimulacrumDylan DPC-0/+47
2021-03-31Fix `--external-css` to be invocation-specific and note main.js should be inv...Joshua Nelson-7/+17
2021-03-31Rename CrateSpecific -> InvocationSpecificJoshua Nelson-11/+11
2021-03-31Enforce that Toolchain files are static and Crate files are dynamicJoshua Nelson-1/+5
2021-03-28test: run-make: skip tests on unsupported platformsTom Eccles-0/+7
2021-03-28test: run-make: flag tests which won't work in no-std environmentsTom Eccles-0/+5
2021-03-28run-make: skip issue-36710 on riscv64 and armhfTom Eccles-0/+4
2021-03-28run-make: Specify --target to rustcTom Eccles-14/+5
2021-03-25Add unstable option to only emit shared/crate-specific filesJoshua Nelson-0/+33
2021-03-22only run RemoveZsts at mir-opt-level 3 and aboveErik Desjardins-0/+1
2021-03-15Rollup merge of #83132 - Aaron1011:fix/incr-cache-dummy, r=estebankDylan DPC-0/+26
2021-03-14Don't encode file information for span with a dummy locationAaron Hill-0/+26
2021-03-13Do not emit alloca for ZST local even if it is uninitializedSimon Vandel Sillesen-1/+0
2021-02-28Remove storage markers if they won't be used during code generationTomasz Miąsko-2/+0
2021-02-17[libtest] Run the test synchronously when hitting thread limithyd-dev-0/+23
2021-01-13Update tests for extern block lintingMark Rousskov-4/+6
2021-01-11--emit=mir now emits both `mir_for_ctfe` and `optimized_mir` for `const fn`oli-0/+65
2020-11-29Auto merge of #78122 - fusion-engineering-forks:fmt-write-bounds-check, r=Mar...bors-0/+57
2020-11-29Add test to check for fmt::write bloat.Mara Bos-0/+57
2020-11-12Auto merge of #76256 - tgnottingham:issue-74890, r=nikomatsakisbors-0/+48
2020-11-09incr-comp: add ignore-32bit directive to incr-prev-body-beyond-eof testTyson Nottingham-1/+5
2020-11-08incr-comp: add clarifying comments to incr-prev-body-beyond-eof testTyson Nottingham-4/+8
2020-11-06fix shellcheck error of SC2148Daiki Ihara-0/+2
2020-11-04incr-comp: hash span end line/columnTyson Nottingham-0/+40