about summary refs log tree commit diff
path: root/src/test/run-make
AgeCommit message (Expand)AuthorLines
2020-07-26proc_macro: Add API for tracked access to environment variablesVadim Petrochenkov-0/+29
2020-07-13Fix src/test/run-make/static-pie/test-aslr.rsHarald Hoyer-1/+1
2020-07-01expand: Stop using nonterminals for passing tokens to attribute and derive ma...Vadim Petrochenkov-1/+1
2020-06-25Auto merge of #71858 - petrochenkov:env, r=Mark-Simulacrumbors-0/+14
2020-06-15Enable static-pie for the x86_64-unknown-linux-musl targetHarald Hoyer-0/+58
2020-05-31Print accessed env vars as special comments into depinfo filesVadim Petrochenkov-0/+14
2020-04-26Use Cell::take in a couple placesThinkChaos-1/+1
2020-01-31Auto merge of #67878 - Others:opt-3, r=Mark-Simulacrumbors-1/+1
2020-01-30Change opt-level from 2 back to 3Gregor Peach-1/+1
2020-01-21Do not use Cortex-M0 since Qemu is too oldJonas Schievink-1/+2
2020-01-21Check in lockfileJonas Schievink-0/+199
2020-01-21Update dependenciesJonas Schievink-8/+4
2020-01-21Use the right runners for all thumb targetsJonas Schievink-6/+19
2020-01-21Fix thumb target CIJonas Schievink-7/+4
2020-01-08Check for the entry kindmaik-3/+3
2020-01-08Remove unnecessary global countingmaik-11/+5
2020-01-07Fix indentationMaik Klein-1/+1
2020-01-07Add tests for static variablesMaik Klein-7/+20
2019-12-16Fix handling of wasm import modules and namesAlex Crichton-0/+154
2019-10-16Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-7/+7
2019-10-05Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri...Tyler Mandry-7/+7
2019-10-04Fix ABI, run and fix more tests, re-enable CI for PRsThomas Lively-7/+7
2019-07-30Add very simple edition check to tidy; and add missing edition = 2018s.CrLF0710-10/+8
2019-05-10Make tests compatible with musl hostMateusz MikuĊ‚a-1/+4
2019-05-03rustc: Always handle exported symbols on the wasm targetAlex Crichton-2/+17
2019-02-27Introduce assembly testsDenys Zariaiev-173/+0
2019-02-13Rollup merge of #58272 - fitzgen:num-format-code-size, r=Mark-SimulacrumMazdak Farrokhzad-0/+43
2019-02-11use ignore directives for run-make testsAndy Russell-44/+21
2019-02-08Don't shadow the provided `stringify!` macro in a wasm code size test caseNick Fitzgerald-23/+17
2019-02-08Use write_char for writing padding charactersNick Fitzgerald-1/+1
2019-02-08Add a wasm code size test for stringifying numbersNick Fitzgerald-0/+49
2019-01-29Provide PTXLinker with fallback to internal `target-cpu`Denys Zariaiev-3/+6
2019-01-29Merge NVPTX and WASM test images into `test-various`Denys Zariaiev-10/+2
2019-01-28NVPTX: by-default use target cpu "sm_30"Denys Zariaiev-1/+1
2019-01-27Create `nvptx64-nvidia-cuda` target specificationDenys Zariaiev-0/+178
2018-12-25Remove licensesMark Rousskov-200/+0
2018-12-01Rollup merge of #56014 - euclio:issue-21335, r=nagisakennytm-0/+5
2018-11-30tests: use a #![no_std] target crate in run-make/rustc-macro-dep-files.Eduard-Mihai Burtescu-4/+3
2018-11-30tests: support cross-compilation in run-make/rustc-macro-dep-files.Eduard-Mihai Burtescu-2/+4
2018-11-30tests: move all proc_macro tests from -fulldeps.Eduard-Mihai Burtescu-0/+47
2018-11-26add test for issue #21335Andy Russell-0/+5
2018-11-25Try to make top-level Cargo.toml work without __CARGO_TEST_ROOT.Eduard-Mihai Burtescu-3/+9
2018-11-06Auto merge of #53996 - sekineh:thumb-run, r=japaricbors-0/+141
2018-11-06Rollup merge of #55601 - petrochenkov:featissue, r=pnkfelixkennytm-3/+1
2018-11-04[ci] run-make/thumb-none-qemu: add .cargo/configHideki Sekine-0/+31
2018-11-02Remove deprecated unstable `#[panic_implementation]`Vadim Petrochenkov-3/+1
2018-11-01std: Improve codegen size of accessing TLSAlex Crichton-0/+11
2018-10-23Revert "rustc: Fix (again) simd vectors by-val in ABI"Alex Crichton-100/+0
2018-10-19rustc: Fix (again) simd vectors by-val in ABIAlex Crichton-0/+100
2018-10-19[ci] fix tidy warning.Hideki Sekine-2/+4