about summary refs log tree commit diff
path: root/src/test/run-make
AgeCommit message (Expand)AuthorLines
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
2018-10-18[ci] run-make/thumb-none-qemu: use GNU LD.Hideki Sekine-2/+2
2018-10-16[ci] clean up potentially harmful envsHideki Sekine-8/+8
2018-10-16[ci] fix tidy warning.Hideki Sekine-1/+1
2018-10-16[ci] run both debug and releaseHideki Sekine-1/+2
2018-10-16[ci] run-make/thumb-none-qemu: add example crate.Hideki Sekine-8/+79
2018-10-10[ci] run-make/thumb-none-qemu: transfer logic to script.sh (2)Hideki Sekine-6/+0
2018-10-10[ci] run-make/thumb-none-qemu: transfer logic to script.shHideki Sekine-14/+23
2018-10-07Auto merge of #54451 - alexcrichton:no-mangle-extern-linkage, r=michaelwoeristerbors-0/+2
2018-10-06rustc: Allow `#[no_mangle]` anywhere in a crateAlex Crichton-0/+2
2018-10-02wasm: Explicitly export all symbols with LLDAlex Crichton-0/+75
2018-09-30[ci] run-make/thumb-none-qemu: add thumbv6m-none-qemuHideki Sekine-1/+1
2018-09-30[ci] run-make/thumb-none-qemu: uses cortex-m-rt crate.Hideki Sekine-14/+5
2018-09-30[ci] thumbv7m-none-eabi: add more variable.Hideki Sekine-2/+4
2018-09-30[ci] thumbv7m-none-eabi: build lm3s6965evb and runon QEMUHideki Sekine-0/+40
2018-08-26rustc: Continue to tweak "std internal symbols"Alex Crichton-0/+62
2018-08-23add #[panic_handler]; deprecate #[panic_implementation]Jorge Aparicio-2/+2
2018-08-17Auto merge of #53190 - sekineh:thumb-cortex-m, r=jamesmunnsbors-0/+71
2018-08-14add copyright from templateHideki Sekine-0/+10
2018-08-14shorten the url to fix tidy error.Hideki Sekine-1/+1
2018-08-14change variable definition order (basic thing first).Hideki Sekine-3/+4
2018-08-14use TMPDIR instead of custom directory.Hideki Sekine-1/+1
2018-08-14use a simple script instead of `cargo clone`.Hideki Sekine-2/+27
2018-08-10[CI] run-make/thumb: remove `-j 1` from cargo runHideki Sekine-1/+1
2018-08-08[CI] run-make/thumb: support 4 thumb*-none-eabi* targets:Hideki Sekine-2/+10
2018-08-08[CI] run-make/thumb: tidy up variablesHideki Sekine-8/+10