| Age | Commit message (Expand) | Author | Lines |
| 2022-02-06 | Build libcore as 2021 in a few more places | Scott McMurray | -1/+1 |
| 2022-02-04 | Rollup merge of #90132 - joshtriplett:stabilize-instrument-coverage, r=wesley... | Matthias Krüger | -9/+9 |
| 2022-02-03 | Fix some tests to use -Cinstrument-coverage | Wesley Wiser | -2/+2 |
| 2022-01-31 | Auto merge of #90891 - nbdd0121:format, r=Mark-Simulacrum | bors | -12/+12 |
| 2022-01-29 | Create `core::fmt::ArgumentV1` with generics instead of fn pointer | Gary Guo | -12/+12 |
| 2022-01-28 | remove allow_fail test flag | yuhaixin.hx | -2/+2 |
| 2022-01-25 | Rollup merge of #93144 - wesleywiser:uninhabited_type_code_cov2, r=tmandry | Matthias Krüger | -0/+57 |
| 2022-01-21 | Work around missing code coverage data causing llvm-cov failures | Wesley Wiser | -0/+57 |
| 2022-01-21 | Auto merge of #91359 - dtolnay:args, r=Mark-Simulacrum | bors | -3/+3 |
| 2022-01-20 | Rollup merge of #91606 - joshtriplett:stabilize-print-link-args, r=pnkfelix | Matthias Krüger | -9/+9 |
| 2022-01-18 | Bless coverage-reports after format_args change | David Tolnay | -3/+3 |
| 2022-01-17 | Rollup merge of #92825 - pierwill:rustc-version-force-rename, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2022-01-17 | Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu | bors | -5/+5 |
| 2022-01-15 | Update tests | bjorn3 | -14/+2 |
| 2022-01-13 | Rollup merge of #92142 - wesleywiser:fix_codecoverage_partitioning, r=tmandry | Matthias Krüger | -1/+14 |
| 2022-01-12 | Rename environment variable for overriding rustc version | pierwill | -1/+1 |
| 2022-01-12 | Migrate intrinsic-unreachable test to asm! | Tomasz Miąsko | -5/+5 |
| 2022-01-10 | Ignore `unused_mod.rs` file in code coverage results | Wesley Wiser | -10/+1 |
| 2022-01-09 | Stabilize -Z print-link-args as --print link-args | Josh Triplett | -9/+9 |
| 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 | Require `-Zunstable-options` for `-C instrument-coverage=except-*` options | Josh Triplett | -2/+2 |
| 2022-01-01 | Stabilize -Z instrument-coverage as -C instrument-coverage | Josh Triplett | -7/+7 |
| 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 |