about summary refs log tree commit diff
path: root/src/test/run-make-fulldeps
AgeCommit message (Expand)AuthorLines
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
2022-07-08Fix unreachable coverage generation for inlined functionsTomasz Miąsko-0/+41
2022-07-07Bless coverage reports.Camille GILLOT-11/+11
2022-07-06End-to-end regression test for 97463.Felix S. Klock II-0/+74
2022-07-04Don't use match-destructuring for derived ops on structs.Nicholas Nethercote-2/+2
2022-07-03ensure rustc does not panic by the test for issue-26092Yoshiki Matsuda-1/+3
2022-06-29Rollup merge of #98652 - ojeda:warning-free-no_global_oom_handling, r=joshtri...Matthias Krüger-1/+1
2022-06-29Rollup merge of #97423 - m-ou-se:memory-ordering-intrinsics, r=tmiaskoDylan DPC-14/+14
2022-06-29alloc: ensure `no_global_oom_handling` builds are warning-freeMiguel Ojeda-1/+1
2022-06-28Rename/restructure memory ordering intrinsics.Mara Bos-14/+14
2022-06-09Stabilize the `bundle` native library modifierVadim Petrochenkov-58/+1
2022-06-03Fully stabilize NLLJack Huey-3/+3
2022-05-29Auto merge of #94214 - nikic:rust-opaque-pointers, r=cuviperbors-8/+8
2022-05-28Fix TyKind lint, make consts no longer fn, etcMichael Goulet-1/+1
2022-05-25Update some codegen tests for opaque pointersNikita Popov-8/+8
2022-05-13remove HirVisitorMiguel Guarniz-33/+27
2022-05-11Add a test that `#[used]` makes it through to the linker on macosThom Chiovoloni-0/+15
2022-04-30Revert "Bless coverage-reports after core macro blocks change"David Tolnay-4/+4
2022-04-25Auto merge of #95604 - nbdd0121:used2, r=petrochenkovbors-0/+11
2022-04-18Skip broken symbol visibility test in MinGWGary Guo-0/+5