about summary refs log tree commit diff
path: root/src/test/run-make-fulldeps
AgeCommit message (Expand)AuthorLines
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-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-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
2022-04-18Ignore paths in temporary dir in reproducible build testGary Guo-0/+6
2022-04-16Rollup merge of #93969 - bjorn3:codegen_backend_dep_info, r=pnkfelixDylan DPC-2/+17
2022-04-02Address review comments and add a testJakub Beránek-0/+7
2022-03-29Auto merge of #94566 - yanganto:show-ignore-message, r=m-ou-sebors-4/+4
2022-03-24Add testbjorn3-2/+17
2022-03-23Rollup merge of #95219 - ojeda:update-alloc-no-oom-handling-test, r=Dylan-DPCDylan DPC-1/+1
2022-03-22Fold aarch64 feature +fp into +neonJubilee Young-1/+1
2022-03-22Modernize `alloc-no-oom-handling` testMiguel Ojeda-1/+1
2022-03-16Rollup merge of #94868 - dtolnay:noblock, r=Dylan-DPCDylan DPC-4/+4
2022-03-15Bless coverage-reports after core macro blocks changeDavid Tolnay-4/+4
2022-03-14Tie `fp` and `neon`Adam Gemmell-1/+1
2022-03-11Add tests for JSON and console outputMark Rousskov-4/+4
2022-03-02rename ErrorReported -> ErrorGuaranteedmark-3/+3
2022-02-27make pgo-branch-weights test not dependent on argument attributesErik Desjardins-2/+2
2022-02-20Auto merge of #94174 - matthiaskrgr:rollup-snyrlhy, r=matthiaskrgrbors-2/+4