about summary refs log tree commit diff
path: root/src/test/run-make-fulldeps
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-10802/+0
2022-12-31Add missing extern crate rustc_driverbjorn3-0/+5
2022-12-17core: ensure `no_fp_fmt_parse` builds are warning-freeMiguel Ojeda-1/+1
2022-12-07Use `Symbol` for the crate name instead of `String`/`str`Oli Scherer-1/+1
2022-11-17run tests on the remote device even when the default address is usedPietro Albini-3/+3
2022-11-17add support for running binaries with remote-test-client on run-makePietro Albini-6/+17
2022-11-13Rollup merge of #104105 - davidtwco:split-dwarf-lto, r=michaelwoeristerManish Goregaokar-14/+197
2022-11-12Update run-make-fulldeps testsVadim Petrochenkov-1/+4
2022-11-08llvm: dwo only emitted when object code emittedDavid Wood-2/+55
2022-11-08run-make-fulldeps: fix split debuginfo testDavid Wood-15/+145
2022-11-04Rollup merge of #103681 - RalfJung:libtest-thread, r=thomccMatthias Krüger-3/+3
2022-10-31Rewrite implementation of `#[alloc_error_handler]`Amanieu d'Antras-3/+3
2022-10-29Rollup merge of #103618 - nnethercote:rename-OwnerId-fields, r=compiler-errorsGuillaume Gomez-6/+6
2022-10-29Rename some `OwnerId` fields.Nicholas Nethercote-6/+6
2022-10-28libtest: run all tests in their own thread, if supported by the hostRalf Jung-3/+3
2022-10-27Ignore test on mingw32Gary Guo-0/+5
2022-10-23Fix windows compilationGary Guo-1/+2
2022-10-23Add test case for foreign Rust exceptionsGary Guo-0/+25
2022-10-19Fixup a few tests needing asm supportJosh Stone-0/+1
2022-10-18Remove `RunCompiler::emitter`.Nicholas Nethercote-2/+0
2022-09-26rustdoc: give `.line-number` / `.line-numbers` meaningful namesMichael Howell-4/+4
2022-09-22Improve the help message for an invalid calling conventionkhyperia-0/+4
2022-09-21Rollup merge of #89891 - ojeda:modular-alloc, r=Mark-SimulacrumDylan DPC-0/+8
2022-09-16Auto merge of #97800 - pnkfelix:issue-97463-fix-aarch64-call-abi-does-not-zer...bors-0/+76
2022-09-16Do not run run-make test tied to unix-style `$(CC)` on MSVC host.Felix S. Klock II-0/+2
2022-08-31Fix a bunch of typoDezhi Wu-1/+1
2022-08-28Auto merge of #92845 - Amanieu:std_personality, r=Mark-Simulacrumbors-0/+5
2022-08-26Auto merge of #98051 - davidtwco:split-dwarf-stabilization, r=wesleywiserbors-17/+22
2022-08-26`alloc`: add unstable cfg features `no_rc` and `no_sync`Miguel Ojeda-0/+8
2022-08-23Fix testAmanieu d'Antras-0/+5
2022-08-23Diagnose missing includes in run-make testsTomasz Miąsko-218/+218
2022-08-18session: stabilize split debuginfo on linuxDavid Wood-17/+22
2022-08-10Rollup merge of #99573 - tbodt:stabilize-backtrace, r=yaahcMatthias Krüger-1/+0
2022-08-07Remove even more box syntax uses from src/testest31-16/+14
2022-08-04fix typo, thanks wesleyFelix S Klock II-1/+1
2022-08-03Warn about dead tuple struct fieldsFabian Wolff-1/+1
2022-08-02Stabilize backtraceTheodore Dubois-1/+0
2022-07-31Add issue referencebjorn3-2/+2
2022-07-30Limit symbols exported from proc macrosbjorn3-0/+30
2022-07-28Move coverage tests from run-make-fulldeps to run-makeTomasz Miąsko-5620/+0
2022-07-26Auto merge of #99745 - JohnTitor:rollup-lvrie64, r=JohnTitorbors-17/+31
2022-07-26Auto merge of #98989 - dpaoliello:rawdylibbin, r=michaelwoeristerbors-1/+1
2022-07-25Remove reachable coverage without countersTomasz Miąsko-17/+31
2022-07-22Enable raw-dylib for binariesDaniel Paoliello-1/+1
2022-07-22Rollup merge of #98868 - tmiasko:unreachable-coverage, r=wesleywiserDylan DPC-0/+41
2022-07-21Auto merge of #98162 - nextsilicon:support_lto_embed_bitcode, r=davidtwcobors-0/+14
2022-07-21Auto merge of #93718 - thomcc:used-macho, r=pnkfelixbors-0/+15
2022-07-14Auto merge of #96544 - m-ysk:feature/issue-96358, r=cjgillotbors-1/+3
2022-07-14rustc: add ability to output regular LTO bitcode modulesZiv Dunkelman-0/+14
2022-07-11rustc_target: Flip the default for `TargetOptions::executables` to trueVadim Petrochenkov-1/+1