about summary refs log tree commit diff
path: root/src/test/run-make-fulldeps
AgeCommit message (Expand)AuthorLines
2019-03-28Rollup merge of #59371 - dlrobertson:rename_va_list_copy, r=joshtriplettMazdak Farrokhzad-1/+1
2019-03-22ffi: rename VaList::copy to VaList::with_copyDan Robertson-1/+1
2019-03-21Move one test from run-make-fulldeps to uiVadim Petrochenkov-57/+0
2019-03-20Auto merge of #57018 - dcreager:redundant-linker, r=alexcrichtonbors-0/+48
2019-03-19Ignore test on WindowsDouglas Creager-1/+6
2019-03-19Explicitly prefer dynamic linking in test caseDouglas Creager-0/+1
2019-03-16Fix testbjorn3-7/+34
2019-03-15Remove copyright noticesDouglas Creager-42/+1
2019-03-12Move comment describing test caseDouglas Creager-9/+10
2019-03-11Add run-make-fulldeps test caseDouglas Creager-0/+82
2019-03-10Make the rustc driver and interface demand drivenJohn Kåre Alsaker-47/+32
2019-03-07update treat-err-as-bug testEsteban Küber-1/+1
2019-03-02Call clang and llvm-objdump with correct library pathMark Rousskov-6/+6
2019-02-28Introduce rustc_interface and move some methods thereJohn Kåre Alsaker-1/+3
2019-02-27Support defining C compatible variadic functionsDan Robertson-2/+35
2019-02-12Stabilize linker-plugin based LTO.Michael Woerister-10/+10
2019-02-11use ignore directives for run-make testsAndy Russell-253/+97
2019-02-05Do not ICE in codegen given a extern_type staticDan Robertson-0/+30
2019-02-03liballoc: alloc-extern-crates test needs --edition=2018Mazdak Farrokhzad-1/+1
2019-01-31Auto merge of #57514 - michaelwoerister:xlto-tests, r=alexcrichtonbors-0/+69
2019-01-26Ignore LLVM-dependent run-make tests on WindowsMark Rousskov-1/+20
2019-01-26Workaround presence of LLVM library in stage0/libMark Rousskov-11/+12
2019-01-17compiletest: Simplify handling of Clang-based tests.Michael Woerister-3/+3
2019-01-17Add an end-to-end run-make test for cross-lang LTO.Michael Woerister-0/+69
2019-01-13remove extern_in_paths.Mazdak Farrokhzad-11/+1
2019-01-06Auto merge of #57286 - alexcrichton:less-thin-2-2, r=nikomatsakisbors-141/+0
2019-01-03Fix repeated word typosWiktor Kuchta-1/+1
2019-01-02Remove no longer working testAlex Crichton-141/+0
2018-12-25Remove licensesMark Rousskov-3650/+8
2018-12-25Revert "Rollup merge of #56944 - alexcrichton:less-thin2, r=michaelwoerister"kennytm-0/+181
2018-12-24Rollup merge of #56944 - alexcrichton:less-thin2, r=michaelwoeristerMazdak Farrokhzad-181/+0
2018-12-19Rollup merge of #56947 - hsivonen:neon, r=alexcrichtonPietro Albini-0/+2
2018-12-18Remove no longer working testAlex Crichton-181/+0
2018-12-18Search other library paths when loking for link objectsPetr Hosek-0/+27
2018-12-14Auto merge of #56818 - kennytm:rollup-2, r=kennytmbors-1/+1
2018-12-14Rollup merge of #56748 - kinnison:kinnison/fix-56734, r=dtolnaykennytm-1/+1
2018-12-14Auto merge of #56568 - notriddle:master, r=alexcrichtonbors-1/+1
2018-12-13Update panic message to be clearer about env-varsDaniel Silverstone-1/+1
2018-12-13Add targets thumbv7neon-linux-androideabi and thumbv7neon-unknown-linux-gnuea...Henri Sivonen-0/+2
2018-12-12Auto merge of #56092 - alexcrichton:no-more-std-subodules, r=Mark-Simulacrumbors-9/+5
2018-12-11std: Depend directly on crates.io cratesAlex Crichton-9/+5
2018-12-11Auto merge of #56243 - RalfJung:test-deterministic, r=alexcrichtonbors-1/+1
2018-12-10Remove dependency on shell32.dll #56510Michael Howell-1/+1
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-1/+1
2018-12-06codegen_utils, driver: fix clippy errorsljedrz-1/+1
2018-12-06Auto merge of #54517 - mcr431:53956-panic-on-include_bytes-of-own-file, r=mic...bors-1/+2
2018-12-05Auto merge of #55933 - euclio:doc-panic, r=QuietMisdreavusbors-0/+26
2018-12-05emit error when doc generation failsAndy Russell-0/+26
2018-12-04adds DocTest filename variant, refactors doctest_offset out of source_map, fi...Matthew Russo-1/+2
2018-11-30tests: Simplify VaList run-make testDan Robertson-174/+57