about summary refs log tree commit diff
path: root/src/test/run-make-fulldeps
AgeCommit message (Expand)AuthorLines
2022-01-13Rollup merge of #92142 - wesleywiser:fix_codecoverage_partitioning, r=tmandryMatthias Krüger-1/+14
2022-01-10Ignore `unused_mod.rs` file in code coverage resultsWesley Wiser-10/+1
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-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
2021-10-28Add -Zunstable-options instead of featureMateusz Mikuła-4/+2
2021-10-25Fix testbjorn3-3/+2
2021-10-23Repace use of `static_nobundle` with `native_link_modifiers`Mateusz Mikuła-2/+2
2021-10-22Update the minimum external LLVM to 12Josh Stone-10/+0
2021-10-22llvm-dwp-11 fails on absolute pathsJosh Stone-0/+10
2021-10-22Update the minimum external LLVM to 11Josh Stone-5/+0
2021-10-15Add missing bcrypt.lib to make-fulldeps Makefile.Mara Bos-2/+2
2021-10-01Auto merge of #88880 - cjgillot:no-krate, r=oli-obkbors-4/+1
2021-10-01Auto merge of #89414 - Manishearth:rollup-hs11bcq, r=Manishearthbors-1/+1
2021-09-30Rollup merge of #88782 - asquared31415:issue-79559, r=cjgillotManish Goregaokar-1/+1
2021-09-30Update run-make-fulldeps.Camille GILLOT-3/+4
2021-09-30Bless tests.Camille GILLOT-4/+1
2021-09-22Fix testCameron Steffen-3/+3
2021-09-16Set the library path in sysroot-crates-are-unstableJosh Stone-0/+13
2021-09-15Rollup merge of #87320 - danakj:debug-compilation-dir, r=michaelwoeristerManish Goregaokar-2/+63
2021-09-15Disable both reproducible-build tests for crate-type=bindanakj-4/+5
2021-09-15Verify bin crates are not deterministic on Windowsdanakj-3/+21
2021-09-14update testasquared31415-1/+1
2021-09-14Fix ICE when `start` lang item has wrong genericsasquared31415-1/+1