about summary refs log tree commit diff
path: root/src/test/run-make-fulldeps
AgeCommit message (Expand)AuthorLines
2019-11-01targeted revert of PR rust-lang/rust#64324 (just undo change to dylib generic...Felix S. Klock II-55/+2
2019-11-01Optimize long-linker-command-line testTomasz Miąsko-29/+44
2019-10-29Auto merge of #65435 - michaelwoerister:fix-issue-64153, r=alexcrichtonbors-0/+38
2019-10-28Ignore issue-64153 run-make test on Windows since supporting a Windows versio...Michael Woerister-0/+4
2019-10-24rustc: Add a convenience alias for `dyn MetadataLoader + Sync`Vadim Petrochenkov-3/+3
2019-10-23Rollup merge of #65193 - Mark-Simulacrum:lockless-lintstore, r=nikomatsakisMazdak Farrokhzad-0/+1
2019-10-22Add regression test for issue #64153.Michael Woerister-0/+34
2019-10-17Update API to be more compatible with plugin needsMark Rousskov-0/+1
2019-10-17Avoid injecting sanitizer runtimes into staticlibs (#64629).Christian Holler (:decoder)-4/+20
2019-10-13Rollup merge of #65369 - tmiasko:sanitizers-keep-names, r=varkorMazdak Farrokhzad-0/+3
2019-10-13Rollup merge of #65214 - Amanieu:cfg_atomic, r=alexcrichtonMazdak Farrokhzad-1/+1
2019-10-13Don't discard value names when using address or memory sanitizerTomasz Miąsko-0/+3
2019-10-11Remove painful test that is not pulling its weightMark Rousskov-39/+0
2019-10-08Split non-CAS atomic support off into target_has_atomic_load_storeAmanieu d'Antras-1/+1
2019-10-03Deprecate `#![plugin]` and `#[plugin_registrar]`.Mazdak Farrokhzad-4/+4
2019-09-25Remove tx_to_llvm_workers from TyCtxtMark Rousskov-1/+0
2019-09-25Rollup merge of #64324 - alexcrichton:share-generics-again, r=michaelwoeristerMazdak Farrokhzad-2/+55
2019-09-24Rollup merge of #64016 - nnethercote:Compiler-fiddling, r=oli-obkMazdak Farrokhzad-1/+2
2019-09-23rustc: Fix mixing crates with different `share_generics`Alex Crichton-2/+55
2019-09-19Add a comment to `Compiler::compile()`.Nicholas Nethercote-1/+2
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