summary refs log tree commit diff
path: root/src/test/run-make-fulldeps
AgeCommit message (Expand)AuthorLines
2019-06-21Stabilize profile-guided optimization.Michael Woerister-9/+9
2019-06-18Auto merge of #59625 - immunant:copy_variadics_typealias, r=eddybbors-1/+1
2019-06-17Expose `VaListImpl` as the Rust equivalent of `__va_list_tag` and implement C...Andrei Homescu-1/+1
2019-06-17Make use of `ptr::null(_mut)` instead of casting zeroLzu Tao-2/+4
2019-06-14Unify all uses of 'gcx and 'tcx.Eduard-Mihai Burtescu-1/+1
2019-06-12rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.Eduard-Mihai Burtescu-1/+1
2019-06-12rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`.Eduard-Mihai Burtescu-1/+1
2019-06-05Reblessed tests.Alexander Regueiro-1/+1
2019-05-31test: force `legacy` mangling for run-make-fulldeps/a-b-a-linker-guard.Eduard-Mihai Burtescu-3/+6
2019-05-31test: support both (`legacy` and `v0`) choices of mangling.Eduard-Mihai Burtescu-12/+16
2019-05-30Auto merge of #61005 - michaelwoerister:error-pgo-windows-unwind, r=zackmdavisbors-4/+34
2019-05-29Make run-make PGO tests work on MSVC.Michael Woerister-4/+34
2019-05-28Rollup merge of #61250 - rye:print-target-list--rm-ios-case, r=alexcrichtonMazdak Farrokhzad-8/+1
2019-05-27Fix an sh errorKristofer Rye-1/+1
2019-05-27Remove now-dead case statement in print-target-list MakefileKristofer Rye-5/+1
2019-05-27Remove *ios* case from print-target-list MakefileKristofer Rye-3/+0
2019-05-27Add a smoketest for combining PGO with xLTO.Michael Woerister-0/+131
2019-05-23Update wasm_import_module_map and target_features_whitelistJohn Kåre Alsaker-2/+2
2019-05-13Remove bitrig support from rustMarcel Hellwig-10/+0
2019-05-10Make tests compatible with musl hostMateusz Mikuła-2/+6
2019-05-05Move run-make test to run-make-fulldepsvarkor-0/+23
2019-05-03Rollup merge of #60401 - JohnTitor:rename-log, r=davidtwcoMazdak Farrokhzad-1/+1
2019-05-02Rollup merge of #60385 - nnethercote:earlier-metadata, r=alexcrichtonMazdak Farrokhzad-1/+3
2019-04-30Work around missing tac command on macOS in PGO run-make test.Michael Woerister-1/+9
2019-04-30Rename to RUSTC_LOGYuki OKUSHI-1/+1
2019-04-30Move metadata encoding earlier.Nicholas Nethercote-1/+3
2019-04-29bootstrap: Don't add LLVM's bin directory to the PATH for tool invocations.Michael Woerister-11/+11
2019-04-26PGO: Add a run-make test that makes sure that PGO profiling data is used by t...Michael Woerister-0/+77
2019-04-26compiletest: Make the LLVM FileCheck tool available to run-make tests.Michael Woerister-0/+1
2019-04-25Rollup merge of #60038 - michaelwoerister:pgo-updates-2, r=alexcrichtonMazdak Farrokhzad-41/+28
2019-04-24Fix ignore-logic for sanitizer run-make tests.Michael Woerister-9/+6
2019-04-23Auto merge of #60172 - varkor:tidy-double-trailing-newline, r=kennytmbors-7/+0
2019-04-23Auto merge of #60140 - euclio:pulldown-cmark, r=GuillaumeGomezbors-0/+22
2019-04-22Remove leading newlinesvarkor-2/+0
2019-04-22Remove double trailing newlinesvarkor-7/+0
2019-04-22upgrade rustdoc's pulldown-cmark to 0.4.1Andy Russell-0/+22
2019-04-18Use new `needs-(profiler|sanitizer)-support` compiletest directive to clean u...Michael Woerister-30/+20
2019-04-18Prefix PROFILER_SUPPORT and SANITIZER_SUPPORT test env vars with RUSTC_ to ma...Michael Woerister-14/+14
2019-04-18Update run-make PGO test to new commandline syntax.Michael Woerister-1/+1
2019-04-14Auto merge of #59950 - Centril:rollup-hpmr62i, r=Centrilbors-8/+16
2019-04-14Rollup merge of #59874 - michaelwoerister:pgo-updates-1, r=cramertjMazdak Farrokhzad-8/+4
2019-04-14Rollup merge of #59675 - SimonSapin:stable-alloc, r=alexcrichtonMazdak Farrokhzad-2/+2
2019-04-12Stabilize the `alloc` crate.Simon Sapin-2/+2
2019-04-11Clean up handling of -Zpgo-gen commandline option.Michael Woerister-8/+4
2019-04-09Exclude profiler-generated symbols from MSVC __imp_-symbol workaround.Michael Woerister-0/+12
2019-04-05Add regression test for #59137.Michael Woerister-0/+20
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