| Age | Commit message (Expand) | Author | Lines |
| 2022-07-08 | Fix unreachable coverage generation for inlined functions | Tomasz Miąsko | -0/+41 |
| 2022-07-07 | Bless coverage reports. | Camille GILLOT | -11/+11 |
| 2022-07-06 | End-to-end regression test for 97463. | Felix S. Klock II | -0/+74 |
| 2022-07-04 | Don't use match-destructuring for derived ops on structs. | Nicholas Nethercote | -2/+2 |
| 2022-07-03 | ensure rustc does not panic by the test for issue-26092 | Yoshiki Matsuda | -1/+3 |
| 2022-06-29 | Rollup merge of #98652 - ojeda:warning-free-no_global_oom_handling, r=joshtri... | Matthias Krüger | -1/+1 |
| 2022-06-29 | Rollup merge of #97423 - m-ou-se:memory-ordering-intrinsics, r=tmiasko | Dylan DPC | -14/+14 |
| 2022-06-29 | alloc: ensure `no_global_oom_handling` builds are warning-free | Miguel Ojeda | -1/+1 |
| 2022-06-28 | Rename/restructure memory ordering intrinsics. | Mara Bos | -14/+14 |
| 2022-06-09 | Stabilize the `bundle` native library modifier | Vadim Petrochenkov | -58/+1 |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -3/+3 |
| 2022-05-29 | Auto merge of #94214 - nikic:rust-opaque-pointers, r=cuviper | bors | -8/+8 |
| 2022-05-28 | Fix TyKind lint, make consts no longer fn, etc | Michael Goulet | -1/+1 |
| 2022-05-25 | Update some codegen tests for opaque pointers | Nikita Popov | -8/+8 |
| 2022-05-13 | remove HirVisitor | Miguel Guarniz | -33/+27 |
| 2022-05-11 | Add a test that `#[used]` makes it through to the linker on macos | Thom Chiovoloni | -0/+15 |
| 2022-04-30 | Revert "Bless coverage-reports after core macro blocks change" | David Tolnay | -4/+4 |
| 2022-04-25 | Auto merge of #95604 - nbdd0121:used2, r=petrochenkov | bors | -0/+11 |
| 2022-04-18 | Skip broken symbol visibility test in MinGW | Gary Guo | -0/+5 |
| 2022-04-18 | Ignore paths in temporary dir in reproducible build test | Gary Guo | -0/+6 |
| 2022-04-16 | Rollup merge of #93969 - bjorn3:codegen_backend_dep_info, r=pnkfelix | Dylan DPC | -2/+17 |
| 2022-04-02 | Address review comments and add a test | Jakub Beránek | -0/+7 |
| 2022-03-29 | Auto merge of #94566 - yanganto:show-ignore-message, r=m-ou-se | bors | -4/+4 |
| 2022-03-24 | Add test | bjorn3 | -2/+17 |
| 2022-03-23 | Rollup merge of #95219 - ojeda:update-alloc-no-oom-handling-test, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2022-03-22 | Fold aarch64 feature +fp into +neon | Jubilee Young | -1/+1 |
| 2022-03-22 | Modernize `alloc-no-oom-handling` test | Miguel Ojeda | -1/+1 |
| 2022-03-16 | Rollup merge of #94868 - dtolnay:noblock, r=Dylan-DPC | Dylan DPC | -4/+4 |
| 2022-03-15 | Bless coverage-reports after core macro blocks change | David Tolnay | -4/+4 |
| 2022-03-14 | Tie `fp` and `neon` | Adam Gemmell | -1/+1 |
| 2022-03-11 | Add tests for JSON and console output | Mark Rousskov | -4/+4 |
| 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 |