summary refs log tree commit diff
path: root/src/test/run-make
AgeCommit message (Expand)AuthorLines
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
2018-03-01rustc: More stable hashes of command line argumentsAlex Crichton-10/+68
2018-03-01Rollup merge of #48572 - alexcrichton:noexcept-msvc2, r=eddybManish Goregaokar-0/+73
2018-02-28rustc: Tweak funclet cleanups of ffi functionsAlex Crichton-0/+73
2018-02-28Rollup merge of #48548 - alexcrichton:msvc-linker-utf16, r=alexcrichtonkennytm-9/+37
2018-02-26Encode linker arguments as UTF-16 on MSVC platformsMark Simulacrum-9/+37
2018-02-26test: Run atomic-lock-free on powerpc-linux-gnuspeJohn Paul Adrian Glaubitz-0/+2
2018-02-24test: Fix s390x-unknown-linux-gnu atomic-lock-free test not run for systemzJohn Paul Adrian Glaubitz-0/+2
2018-02-20test: use the right amount of CGUs in sepcomp-cci-copies to ensure determinis...Eduard-Mihai Burtescu-1/+3
2018-02-17fix more typos found by codespell.Matthias Krüger-2/+2
2018-02-06Auto merge of #47203 - varkor:output-filename-conflicts-with-directory, r=est...bors-2/+34
2018-02-06Rollup merge of #48007 - nrc:rls-field-init, r=eddybkennytm-0/+8
2018-02-06Rollup merge of #47496 - QuietMisdreavus:rls-doc-include, r=estebankkennytm-0/+5
2018-02-05save-analysis: avoid implicit unwrapNick Cameron-0/+8
2018-01-31Use file containing non-UTF-8 character instead of echo -evarkor-1/+3
2018-01-31Add echo escape flagvarkor-1/+1
2018-01-30add doc(include) to the save-analysis testQuietMisdreavus-0/+5
2018-01-31Fix ICE when reading non-UTF-8 input from stdinvarkor-0/+5
2018-01-29Specify output filenames for compatibility with Windowsvarkor-4/+18
2018-01-29Fix quotation markvarkor-1/+1
2018-01-29Warn when rustc output conflicts with existing directoriesvarkor-0/+18
2018-01-28Auto merge of #47671 - alexcrichton:trans-c-api-only, r=Mark-Simulacrumbors-6/+8
2018-01-27rustc: Load the `rustc_trans` crate at runtimeAlex Crichton-6/+8
2018-01-27Auto merge of #46450 - Gilnaa:libtest_json_output, r=nrcbors-0/+74
2018-01-27libtest: Fixed call to python in run-makeGilad Naaman-1/+1
2018-01-26libtest: Split-up formatters.rs into smaller modulesGilad Naaman-2/+13
2018-01-26libtest: Added UI tests for --format=jsonGilad Naaman-0/+63
2018-01-25Merge branch 'configure-lto' of https://github.com/alexcrichton/rust into rollupAlex Crichton-3/+3
2018-01-25Rollup merge of #47453 - pftbest:nointas, r=alexcrichtonAlex Crichton-0/+20
2018-01-23rustc: Add `-C lto=val` optionAlex Crichton-3/+3
2018-01-23Rollup merge of #47440 - mark-i-m:zunpretty, r=nikomatsakiskennytm-5/+4
2018-01-21rustc: Lower link args to `@`-files on Windows moreAlex Crichton-0/+103
2018-01-20Remove the 'extern "C"' in the right placebjorn3-1/+1
2018-01-19Hopefully fix the 32bit SEGVbjorn3-1/+0
2018-01-19Add missing licensesbjorn3-1/+21
2018-01-19Fix hotplug backend and add testbjorn3-0/+85
2018-01-19Allow runtime switching between trans backendsbjorn3-98/+18
2018-01-18Change the --unpretty flag to -Z unprettyMark Mansi-5/+4