| Age | Commit message (Expand) | Author | Lines |
| 2023-05-17 | Add simple regression test for `--print=native-static-libs` | Urgau | -0/+43 |
| 2023-05-17 | Fix #107910, Shorten backtraces in ICEs | yukang | -0/+52 |
| 2023-05-17 | Add/improve tests for debugger_visualizer change detection. | Michael Woerister | -5/+63 |
| 2023-05-16 | Fix dependency tracking for debugger visualizers | Michael Woerister | -0/+22 |
| 2023-05-13 | Rollup merge of #111469 - Dushistov:fix-coverage-data-race, r=wesleywiser | Dylan DPC | -1/+1 |
| 2023-05-12 | Rollup merge of #111179 - Zalathar:sort-groups, r=Mark-Simulacrum | Matthias Krüger | -33/+148 |
| 2023-05-12 | Usage of atomic counters for llvm code coverage | Evgeniy A. Dushistov | -1/+1 |
| 2023-05-11 | Ignore test on MSVC for now | bjorn3 | -0/+68 |
| 2023-05-10 | Auto merge of #106560 - bjorn3:support_staticlib_dylib_linking, r=pnkfelix | bors | -0/+49 |
| 2023-05-09 | Rollup merge of #110304 - cchiw:master, r=davidtwco | Dylan DPC | -0/+18 |
| 2023-05-08 | Rollup merge of #104070 - nbdd0121:unwind, r=Amanieu | Michael Goulet | -0/+26 |
| 2023-05-08 | Rollup merge of #105354 - BlackHoleFox:apple-deployment-printer, r=oli-obk | Yuki Okushi | -1/+1 |
| 2023-05-07 | Add test for unwinding past terminating POF | Gary Guo | -0/+26 |
| 2023-05-07 | Fix instrument-coverage tests by using Python to sort instantiation groups | Zalathar | -33/+148 |
| 2023-05-06 | Rollup merge of #111167 - cuviper:type-decl-disubprogram, r=michaelwoerister | Matthias Krüger | -0/+21 |
| 2023-05-06 | Rollup merge of #109677 - dpaoliello:rawdylib, r=michaelwoerister,wesleywiser | Yuki Okushi | -13/+24 |
| 2023-05-05 | Add GNU Property Note | Charisee | -0/+18 |
| 2023-05-05 | Add deployment-target --print flag for Apple targets | BlackHoleFox | -1/+1 |
| 2023-05-04 | Rollup merge of #110651 - durin42:xunit-stdout, r=cuviper | Matthias Krüger | -0/+56 |
| 2023-05-03 | debuginfo: split method declaration and definition | Josh Stone | -0/+21 |
| 2023-05-02 | Add needs-unwind annotations to tests that need stack unwinding | bjorn3 | -0/+10 |
| 2023-05-02 | Auto merge of #106075 - nbdd0121:ffi-unwind, r=joshtriplett | bors | -10/+0 |
| 2023-05-01 | Add `#[no_coverage]` to the test harness's `fn main` | Zalathar | -0/+21 |
| 2023-04-30 | Auto merge of #110942 - Zalathar:coverage-tests, r=Mark-Simulacrum | bors | -1/+1 |
| 2023-04-30 | Rollup merge of #110652 - ojeda:core-no_global_oom_handling-test, r=Mark-Simu... | Matthias Krüger | -0/+6 |
| 2023-04-29 | Update tests | Gary Guo | -10/+0 |
| 2023-04-28 | junit: fix typo in comment and don't include output for passes when not reque... | Augie Fackler | -1/+1 |
| 2023-04-28 | run-make test: using single quotes to not trigger the shell | Tim Neumann | -1/+1 |
| 2023-04-28 | Don't accidentally ignore all output in `tests/run-make/coverage-reports` diffs | Zalathar | -1/+1 |
| 2023-04-27 | Ignore test when cross compiling | bjorn3 | -0/+1 |
| 2023-04-27 | ignore failing test on arm | Maybe Waffle | -0/+1 |
| 2023-04-27 | fix typo in the `inaccessible-temp-dir` test name | Maybe Waffle | -0/+0 |
| 2023-04-25 | Fix `ui/io-checks/inaccessbile-temp-dir.rs` test | Maybe Waffle | -0/+32 |
| 2023-04-25 | Revert "Remove #[alloc_error_handler] from the compiler and library" | Matthias Krüger | -2/+100 |
| 2023-04-25 | Revert "Adjust expected result for coverage test" | Matthias Krüger | -3/+3 |
| 2023-04-25 | Rollup merge of #110667 - pcc:fix-pointer-auth-link-with-c, r=Mark-Simulacrum | Yuki Okushi | -2/+2 |
| 2023-04-24 | tests: add test for warning-free builds of `core` under `no_global_oom_handling` | Miguel Ojeda | -0/+6 |
| 2023-04-22 | Auto merge of #109507 - Amanieu:panic-oom-payload, r=davidtwco | bors | -103/+5 |
| 2023-04-21 | pointer-auth-link-with-c: Fix cross compilation. | Peter Collingbourne | -2/+2 |
| 2023-04-21 | junit: also include per-case stdout in xml | Augie Fackler | -2/+2 |
| 2023-04-21 | libtest: add tests for junit output format | Augie Fackler | -0/+56 |
| 2023-04-21 | Adjust expected result for coverage test | Amanieu d'Antras | -3/+3 |
| 2023-04-21 | Do not rely on exact error code. | Camille GILLOT | -1/+1 |
| 2023-04-21 | Ensure mir_drops_elaborated_and_const_checked when requiring codegen. | Camille GILLOT | -0/+14 |
| 2023-04-20 | Bless coverage. | Camille GILLOT | -5/+5 |
| 2023-04-19 | Ignore test on wasm as dylibs aren't supported | bjorn3 | -0/+1 |
| 2023-04-19 | Ignore test on MSVC for now | bjorn3 | -1/+4 |
| 2023-04-19 | Add unstable feature flags | bjorn3 | -1/+3 |
| 2023-04-19 | Support `--print native-static-libs` with rust dylibs | bjorn3 | -19/+6 |
| 2023-04-19 | Support linking to rust dylibs from a staticlib | bjorn3 | -0/+55 |