summary refs log tree commit diff
path: root/src/test/run-make
AgeCommit message (Expand)AuthorLines
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-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-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
2018-08-08[CI] run-make/thumb: remove hacky workaround.Hideki Sekine-5/+0
2018-08-08[CI] run-make/thumb: 1st working version with hacky workaround.Hideki Sekine-5/+13
2018-08-07rustc: Tweak visibility of some lang itemsAlex Crichton-0/+109
2018-08-07[CI] run-make/thumb: Add LD_LIBRARY_PATH experiment, etc.Hideki Sekine-1/+2
2018-08-07[CI] run-make/thumb: add log for `cargo build`Hideki Sekine-1/+1
2018-08-07[CI] run-make/thumb: add -vv to `cargo build` for diagHideki Sekine-1/+1
2018-08-06[CI] run-make: experimental thumb testHideki Sekine-0/+21
2018-08-05Fix WASM testsvarkor-2/+0
2018-07-23Auto merge of #52506 - alexcrichton:dont-duplicate-wasm-sections, r=michaelwo...bors-0/+65
2018-07-18rustc: Work around an upstream wasm ThinLTO bugAlex Crichton-0/+65
2018-07-18rustc: Stabilize #[wasm_import_module] as #[link(...)]Alex Crichton-4/+2
2018-07-16rustc: Use link_section, not wasm_custom_sectionAlex Crichton-8/+8
2018-05-15Fix run-make wasm testsEric Huss-80/+0
2018-05-09Allow for specifying a linker plugin for cross-language LTOMichael Woerister-2/+2
2018-05-07Fix Mac OS section name for LLVM bitcode.Michael Woerister-1/+1
2018-05-03run-make/cross-lang-lto: Make output artifact names consistent across platforms.Michael Woerister-2/+3
2018-05-03Ignore cross-lang-lto test for LLVM versions without ThinLTO.Michael Woerister-2/+5
2018-05-03Add LLVM bin directory to PATH for running run-make tests.Michael Woerister-1/+1
2018-05-03Add tests for -Z cross-lang-lto.Michael Woerister-0/+76
2018-04-13std: Avoid allocating panic message unless neededAlex Crichton-1/+20
2018-04-13std: Minimize size of panicking on wasmAlex Crichton-0/+27
2018-03-22rustc: Add a `#[wasm_import_module]` attributeAlex Crichton-1/+86
2018-03-22rustc: Add a `#[wasm_custom_section]` attributeAlex Crichton-10454/+75
2018-03-18Allow test target to pass without installingSébastien Marie-1/+1
2018-03-17Auto merge of #48936 - Zoxc:cstore, r=michaelwoeristerbors-1/+1
2018-03-14Remove syntax and syntax_pos thread localsJohn Kåre Alsaker-14/+16
2018-03-12Require the metadata loader to be thread-safeJohn Kåre Alsaker-1/+1
2018-03-11Auto merge of #48799 - alexcrichton:more-osx-cores, r=Mark-Simulacrumbors-17/+67
2018-03-10Auto merge of #48388 - kyrias:relro-level-cg, r=alexcrichtonbors-0/+34
2018-03-07travis: Upgrade OSX buildersAlex Crichton-17/+67
2018-03-07Do not panic on tuple struct access out of boundsShotaro Yamada-0/+3
2018-03-07Fix save-analysis generation panic with invalid tuple accessShotaro Yamada-0/+4
2018-03-06Add RELRO run-make testsJohannes Löthberg-0/+34
2018-03-02Rollup merge of #48641 - alexcrichton:no-hash-l-paths, r=michaelwoeristerManish Goregaokar-10/+68