| Age | Commit message (Expand) | Author | Lines |
| 2022-01-13 | Rollup merge of #92142 - wesleywiser:fix_codecoverage_partitioning, r=tmandry | Matthias Krüger | -1/+14 |
| 2022-01-10 | Ignore `unused_mod.rs` file in code coverage results | Wesley Wiser | -10/+1 |
| 2022-01-06 | cg: use thorin instead of llvm-dwp | David Wood | -19/+84 |
| 2022-01-06 | sess/cg: re-introduce split dwarf kind | David Wood | -5/+19 |
| 2022-01-01 | Update references to `-Z symbol-mangling-version` to use `-C` | Josh Triplett | -4/+4 |
| 2021-12-29 | Auto merge of #88354 - Jmc18134:hint-space-pauth-opt, r=nagisa | bors | -0/+23 |
| 2021-12-27 | Address review comments | Wesley Wiser | -8/+8 |
| 2021-12-20 | [code coverage] Fix missing dead code in modules that are never called | Wesley Wiser | -8/+14 |
| 2021-12-20 | Add test case for #86177 and #85718 | Wesley Wiser | -0/+16 |
| 2021-12-18 | Rollup merge of #91566 - cbeuw:remap-dwo-name, r=davidtwco | Matthias Krüger | -1/+10 |
| 2021-12-16 | Auto merge of #89836 - pierwill:fix-85142-crate-hash, r=wesleywiser | bors | -0/+49 |
| 2021-12-15 | Rollup merge of #91868 - tmiasko:llvm-time-trace-out, r=oli-obk | Matthias Krüger | -0/+1 |
| 2021-12-13 | fix coverage report test | Esteban Kuber | -2/+2 |
| 2021-12-13 | Add run-make-fulldeps test | pierwill | -0/+49 |
| 2021-12-13 | Use `OutputFilenames` to generate output file for `-Zllvm-time-trace` | Tomasz Miąsko | -0/+1 |
| 2021-12-12 | Auto merge of #90716 - euclio:libloading, r=cjgillot | bors | -20/+18 |
| 2021-12-07 | Correct test which wasn't failing correctly | Andy Wang | -4/+4 |
| 2021-12-06 | replace dynamic library module with libloading | Andy Russell | -20/+18 |
| 2021-12-06 | Provide .dwo paths to llvm-dwp explicitly | Andy Wang | -2/+2 |
| 2021-12-05 | Apply path remapping to DW_AT_GNU_dwo_name | Andy Wang | -1/+10 |
| 2021-12-03 | code-cov: generate dead functions with private/default linkage | Wesley Wiser | -0/+68 |
| 2021-12-01 | Review comments | Jamie Cunliffe | -3/+3 |
| 2021-12-01 | Add codegen option for branch protection and pointer authentication on AArch64 | James McGregor | -0/+23 |
| 2021-11-30 | Add conditional support for coverage map version 6 | Rich Kadel | -0/+13 |
| 2021-11-21 | Bless coverage tests | Cameron Steffen | -11/+9 |
| 2021-11-07 | Auto merge of #88368 - jyn514:metadata-error, r=petrochenkov | bors | -1/+1 |
| 2021-11-07 | Improve error when an .rlib can't be parsed | Joshua Nelson | -1/+1 |
| 2021-11-07 | ast: Fix naming conventions in AST structures | Vadim Petrochenkov | -0/+2 |
| 2021-11-05 | Fix rustdoc-scrape-examples-macros test not being cross-platform | Will Crichton | -1/+2 |
| 2021-11-04 | Move rustdoc-scrape-examples-macros test to run-make-fulldeps | Will Crichton | -0/+95 |
| 2021-10-30 | Auto merge of #90205 - mati865:link-modifiers-in-rustc, r=petrochenkov | bors | -4/+2 |
| 2021-10-28 | Add -Zunstable-options instead of feature | Mateusz Mikuła | -4/+2 |
| 2021-10-25 | Fix test | bjorn3 | -3/+2 |
| 2021-10-23 | Repace use of `static_nobundle` with `native_link_modifiers` | Mateusz Mikuła | -2/+2 |
| 2021-10-22 | Update the minimum external LLVM to 12 | Josh Stone | -10/+0 |
| 2021-10-22 | llvm-dwp-11 fails on absolute paths | Josh Stone | -0/+10 |
| 2021-10-22 | Update the minimum external LLVM to 11 | Josh Stone | -5/+0 |
| 2021-10-15 | Add missing bcrypt.lib to make-fulldeps Makefile. | Mara Bos | -2/+2 |
| 2021-10-01 | Auto merge of #88880 - cjgillot:no-krate, r=oli-obk | bors | -4/+1 |
| 2021-10-01 | Auto merge of #89414 - Manishearth:rollup-hs11bcq, r=Manishearth | bors | -1/+1 |
| 2021-09-30 | Rollup merge of #88782 - asquared31415:issue-79559, r=cjgillot | Manish Goregaokar | -1/+1 |
| 2021-09-30 | Update run-make-fulldeps. | Camille GILLOT | -3/+4 |
| 2021-09-30 | Bless tests. | Camille GILLOT | -4/+1 |
| 2021-09-22 | Fix test | Cameron Steffen | -3/+3 |
| 2021-09-16 | Set the library path in sysroot-crates-are-unstable | Josh Stone | -0/+13 |
| 2021-09-15 | Rollup merge of #87320 - danakj:debug-compilation-dir, r=michaelwoerister | Manish Goregaokar | -2/+63 |
| 2021-09-15 | Disable both reproducible-build tests for crate-type=bin | danakj | -4/+5 |
| 2021-09-15 | Verify bin crates are not deterministic on Windows | danakj | -3/+21 |
| 2021-09-14 | update test | asquared31415 | -1/+1 |
| 2021-09-14 | Fix ICE when `start` lang item has wrong generics | asquared31415 | -1/+1 |