about summary refs log tree commit diff
path: root/src/test/run-make-fulldeps
AgeCommit message (Expand)AuthorLines
2019-09-01remove the unstable rustdoc parameter --linkerAndreas Jonson-1/+1
2019-08-27rustc: Handle modules in "fat" LTO more robustlyAlex Crichton-0/+13
2019-08-27Rollup merge of #62600 - emmericp:libtest-add-show-output, r=gnzlbgMazdak Farrokhzad-6/+21
2019-08-12Hash the remapped sysroot instead of the original.Joel Galenson-1/+11
2019-08-09Stop test from running on Windows.Joel Galenson-10/+205
2019-08-08Try to fix test on Windows.Joel Galenson-2/+2
2019-08-08Fix fat LTO determinism test so it fails without the fix.Joel Galenson-2/+2
2019-08-08Sort fat LTO modules later and add a test.Joel Galenson-1/+10
2019-07-31Remove derives `Encodable`/`Decodable` and unstabilize attribute `#[bench]`Vadim Petrochenkov-9/+10
2019-07-29rustc: Compile the `fmt_macros` crate as an rlibAlex Crichton-0/+1
2019-07-28Remove lint annotations in specific crates that are already enforced by rustb...Vadim Petrochenkov-2/+1
2019-07-26Introduce built-in macros through libcoreVadim Petrochenkov-1/+5
2019-07-25rustc: codegen: Build import library for all windows targetsHugo Beauzée-Luyssen-3/+3
2019-07-16Make pretty-expanded-hygiene a `ui` testMatthew Jasper-44/+0
2019-07-15pprust: Support `macro` macrosVadim Petrochenkov-1/+1
2019-07-15pprust: Fix formatting regressions from the previous commitsVadim Petrochenkov-5/+5
2019-07-12libtest: support display_output in JSON formatterPaul Emmerich-6/+21
2019-07-07rustc: Remove `dylib` crate type from most rustc cratesAlex Crichton-0/+2
2019-07-04Permit use of mem::uninitialized via allow(deprecated)Mark Rousskov-0/+1
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