summary refs log tree commit diff
path: root/src/test/run-make-fulldeps
AgeCommit message (Expand)AuthorLines
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-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
2018-09-07stabilize `#[panic_handler]`Jorge Aparicio-2/+0
2018-09-06crates that provide a `panic_handler` are exempt from `unused_extern_crates`Jorge Aparicio-0/+33
2018-09-05Allow for opting out of ThinLTO and clean up LTO related cli flag handling.Michael Woerister-4/+28
2018-08-31Fix tests for json formattingCharlie Andrews-2/+2
2018-08-28Fix warnings about the `native` target-cpuAlex Crichton-2/+17
2018-08-27Auto merge of #51456 - qmx:crate-in-path, r=nikomatsakisbors-0/+37
2018-08-27add test for the suggestion from preludeDouglas Campos-0/+37
2018-08-23add #[panic_handler]; deprecate #[panic_implementation]Jorge Aparicio-4/+4
2018-08-21Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkorkennytm-4/+4
2018-08-19mv (mod) codemap source_mapDonato Sciarra-1/+1
2018-08-19Fix typos found by codespell.Matthias Krüger-4/+4
2018-08-15Fix some run-make tests after object file naming has changed.Michael Woerister-5/+5
2018-08-08Address review comments for #53031 and fix some merge fallout.Michael Woerister-2/+2
2018-08-07Add test case for including upstream object files in staticlibs when doing cr...Michael Woerister-0/+54
2018-08-07Run cross-lang-lto tests also for MSVC (since there's no reason not to)Michael Woerister-1/+0
2018-08-07Auto merge of #51007 - AstralSorcerer:master, r=nagisabors-34/+0
2018-08-06Auto merge of #52644 - varkor:lib-feature-gate-2, r=withoutboatsbors-6/+4
2018-08-05Fix 2018 edition testsvarkor-2/+0
2018-08-05Fix stage 2 testsvarkor-3/+3
2018-08-05Fix test/compile-failvarkor-1/+1
2018-08-04fix exit-code test so the lint fires againQuietMisdreavus-1/+1
2018-08-04Move basic_options to impl of DefaultMark Rousskov-2/+2
2018-08-04Normalize variants of CrateType to standard styleMark Rousskov-1/+1
2018-07-31Make globals with private linkage unnamed. Fixes #50862.Colin Pronovost-34/+0
2018-07-26Rollup merge of #52723 - alexcrichton:fix-extern-rename-ice, r=estebankMark Rousskov-0/+45
2018-07-25rustc: Register crates under their real namesAlex Crichton-0/+45
2018-07-24Rollup merge of #52391 - Amanieu:volatile_unaligned, r=alexcrichtonMark Rousskov-3/+10
2018-07-18rustc: distinguish compilation failure from ICEAndy Russell-0/+54
2018-07-16Revert "Fix some run-make tests after object file naming has changed."Michael Woerister-5/+5
2018-07-14Add unaligned volatile intrinsicsAmanieu d'Antras-3/+10
2018-07-13Auto merge of #52266 - michaelwoerister:incr-thinlto-preliminaries, r=alexcri...bors-5/+5
2018-07-14Rollup merge of #52330 - jethrogb:jb/target-link-args, r=varkorkennytm-1/+1
2018-07-13Don't silently ignore invalid data in target specJethro Beekman-1/+1
2018-07-12Fix some run-make tests after object file naming has changed.Michael Woerister-5/+5
2018-07-11Auto merge of #51966 - alexcrichton:llvm7, r=michaelwoeristerbors-0/+4