| Age | Commit message (Expand) | Author | Lines |
| 2022-03-02 | rename ErrorReported -> ErrorGuaranteed | mark | -3/+3 |
| 2022-02-27 | make pgo-branch-weights test not dependent on argument attributes | Erik Desjardins | -2/+2 |
| 2022-02-20 | Auto merge of #94174 - matthiaskrgr:rollup-snyrlhy, r=matthiaskrgr | bors | -2/+4 |
| 2022-02-20 | Rollup merge of #94023 - krasimirgg:head-llvm-use-llvm-nm, r=Mark-Simulacrum | Matthias Krüger | -2/+4 |
| 2022-02-19 | Auto merge of #92911 - nbdd0121:unwind, r=Amanieu | bors | -0/+69 |
| 2022-02-18 | Rollup merge of #93915 - Urgau:rfc-3013, r=petrochenkov | Matthias Krüger | -0/+1 |
| 2022-02-18 | Rollup merge of #92933 - bjorn3:no_bin_lib_mixing, r=estebank | Matthias Krüger | -14/+2 |
| 2022-02-17 | Auto merge of #93577 - nikic:llvm-14, r=nagisa | bors | -2/+2 |
| 2022-02-16 | Update coverage IR test | Nikita Popov | -2/+2 |
| 2022-02-16 | Implement --check-cfg option (RFC 3013) | Loïc BRANSTETT | -0/+1 |
| 2022-02-15 | adapt static-nobundle test to use llvm-nm | Krasimir Georgiev | -2/+4 |
| 2022-02-14 | Add test for foreign double unwind | Gary Guo | -0/+69 |
| 2022-02-13 | Remove Config::stderr | bjorn3 | -1/+0 |
| 2022-02-09 | Stabilize cfg_target_has_atomic | Amanieu d'Antras | -1/+1 |
| 2022-02-08 | Rollup merge of #92695 - Swatinem:cover-nested, r=wesleywiser | Matthias Krüger | -9/+109 |
| 2022-02-07 | Auto merge of #93738 - m-ou-se:rollup-zjyd2et, r=m-ou-se | bors | -2/+2 |
| 2022-02-07 | Rollup merge of #93416 - name1e5s:chore/remove_allow_fail, r=m-ou-se | Mara Bos | -2/+2 |
| 2022-02-07 | Auto merge of #93719 - scottmcm:core-as-2021-everywhere, r=Mark-Simulacrum | bors | -1/+1 |
| 2022-02-07 | Add `#[no_coverage]` tests for nested functions | Arpad Borsos | -9/+109 |
| 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 |