about summary refs log tree commit diff
path: root/src/test/run-make-fulldeps
AgeCommit message (Expand)AuthorLines
2022-02-06Build libcore as 2021 in a few more placesScott McMurray-1/+1
2022-02-04Rollup merge of #90132 - joshtriplett:stabilize-instrument-coverage, r=wesley...Matthias Krüger-9/+9
2022-02-03Fix some tests to use -Cinstrument-coverageWesley Wiser-2/+2
2022-01-31Auto merge of #90891 - nbdd0121:format, r=Mark-Simulacrumbors-12/+12
2022-01-29Create `core::fmt::ArgumentV1` with generics instead of fn pointerGary Guo-12/+12
2022-01-28remove allow_fail test flagyuhaixin.hx-2/+2
2022-01-25Rollup merge of #93144 - wesleywiser:uninhabited_type_code_cov2, r=tmandryMatthias Krüger-0/+57
2022-01-21Work around missing code coverage data causing llvm-cov failuresWesley Wiser-0/+57
2022-01-21Auto merge of #91359 - dtolnay:args, r=Mark-Simulacrumbors-3/+3
2022-01-20Rollup merge of #91606 - joshtriplett:stabilize-print-link-args, r=pnkfelixMatthias Krüger-9/+9
2022-01-18Bless coverage-reports after format_args changeDavid Tolnay-3/+3
2022-01-17Rollup merge of #92825 - pierwill:rustc-version-force-rename, r=Mark-SimulacrumMatthias Krüger-1/+1
2022-01-17Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieubors-5/+5
2022-01-15Update testsbjorn3-14/+2
2022-01-13Rollup merge of #92142 - wesleywiser:fix_codecoverage_partitioning, r=tmandryMatthias Krüger-1/+14
2022-01-12Rename environment variable for overriding rustc versionpierwill-1/+1
2022-01-12Migrate intrinsic-unreachable test to asm!Tomasz Miąsko-5/+5
2022-01-10Ignore `unused_mod.rs` file in code coverage resultsWesley Wiser-10/+1
2022-01-09Stabilize -Z print-link-args as --print link-argsJosh Triplett-9/+9
2022-01-06cg: use thorin instead of llvm-dwpDavid Wood-19/+84
2022-01-06sess/cg: re-introduce split dwarf kindDavid Wood-5/+19
2022-01-01Require `-Zunstable-options` for `-C instrument-coverage=except-*` optionsJosh Triplett-2/+2
2022-01-01Stabilize -Z instrument-coverage as -C instrument-coverageJosh Triplett-7/+7
2022-01-01Update references to `-Z symbol-mangling-version` to use `-C`Josh Triplett-4/+4
2021-12-29Auto merge of #88354 - Jmc18134:hint-space-pauth-opt, r=nagisabors-0/+23
2021-12-27Address review commentsWesley Wiser-8/+8
2021-12-20[code coverage] Fix missing dead code in modules that are never calledWesley Wiser-8/+14
2021-12-20Add test case for #86177 and #85718Wesley Wiser-0/+16
2021-12-18Rollup merge of #91566 - cbeuw:remap-dwo-name, r=davidtwcoMatthias Krüger-1/+10
2021-12-16Auto merge of #89836 - pierwill:fix-85142-crate-hash, r=wesleywiserbors-0/+49
2021-12-15Rollup merge of #91868 - tmiasko:llvm-time-trace-out, r=oli-obkMatthias Krüger-0/+1
2021-12-13fix coverage report testEsteban Kuber-2/+2
2021-12-13Add run-make-fulldeps testpierwill-0/+49
2021-12-13Use `OutputFilenames` to generate output file for `-Zllvm-time-trace`Tomasz Miąsko-0/+1
2021-12-12Auto merge of #90716 - euclio:libloading, r=cjgillotbors-20/+18
2021-12-07Correct test which wasn't failing correctlyAndy Wang-4/+4
2021-12-06replace dynamic library module with libloadingAndy Russell-20/+18
2021-12-06Provide .dwo paths to llvm-dwp explicitlyAndy Wang-2/+2
2021-12-05Apply path remapping to DW_AT_GNU_dwo_nameAndy Wang-1/+10
2021-12-03code-cov: generate dead functions with private/default linkageWesley Wiser-0/+68
2021-12-01Review commentsJamie Cunliffe-3/+3
2021-12-01Add codegen option for branch protection and pointer authentication on AArch64James McGregor-0/+23
2021-11-30Add conditional support for coverage map version 6Rich Kadel-0/+13
2021-11-21Bless coverage testsCameron Steffen-11/+9
2021-11-07Auto merge of #88368 - jyn514:metadata-error, r=petrochenkovbors-1/+1
2021-11-07Improve error when an .rlib can't be parsedJoshua Nelson-1/+1
2021-11-07ast: Fix naming conventions in AST structuresVadim Petrochenkov-0/+2
2021-11-05Fix rustdoc-scrape-examples-macros test not being cross-platformWill Crichton-1/+2
2021-11-04Move rustdoc-scrape-examples-macros test to run-make-fulldepsWill Crichton-0/+95
2021-10-30Auto merge of #90205 - mati865:link-modifiers-in-rustc, r=petrochenkovbors-4/+2