summary refs log tree commit diff
path: root/src/test/run-make-fulldeps
AgeCommit message (Expand)AuthorLines
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
2018-11-30tests: move all proc_macro tests from -fulldeps.Eduard-Mihai Burtescu-47/+0
2018-11-30tests: remove ignore-stage1 where possible in proc_macro tests.Eduard-Mihai Burtescu-12/+0
2018-11-27fix run-make-fulldeps/libtest-jsonRalf Jung-1/+1
2018-11-26test: Add basic test for VaListDan Robertson-0/+243
2018-10-27Correct alignment of atomic types and (re)add Atomic{I,U}128Oliver Middleton-0/+8
2018-10-06rustc: Allow `#[no_mangle]` anywhere in a crateAlex Crichton-2/+2
2018-09-26don't run the test on macOSJorge Aparicio-1/+7
2018-09-26use `rustc -Vv` in the run-make testJorge Aparicio-4/+4
2018-09-26run test only if LLVM version is >= 6.0.0Jorge Aparicio-0/+13
2018-09-26add run-make testJorge Aparicio-0/+25
2018-09-22Stabilize crate_in_paths, extern_absolute_paths and extern_prelude on all edi...Eduard-Mihai Burtescu-14/+0
2018-09-15rustc_resolve: don't allow `::crate_name` to bypass `extern_prelude`.Eduard-Mihai Burtescu-2/+4
2018-09-14Rollup merge of #53950 - michaelwoerister:more-lto-cli, r=alexcrichtonkennytm-4/+28
2018-09-09stabilize `#[used]`Jorge Aparicio-1/+0
2018-09-08Auto merge of #54051 - kennytm:rollup, r=kennytmbors-0/+33