| Age | Commit message (Expand) | Author | Lines |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -10802/+0 |
| 2022-12-31 | Add missing extern crate rustc_driver | bjorn3 | -0/+5 |
| 2022-12-17 | core: ensure `no_fp_fmt_parse` builds are warning-free | Miguel Ojeda | -1/+1 |
| 2022-12-07 | Use `Symbol` for the crate name instead of `String`/`str` | Oli Scherer | -1/+1 |
| 2022-11-17 | run tests on the remote device even when the default address is used | Pietro Albini | -3/+3 |
| 2022-11-17 | add support for running binaries with remote-test-client on run-make | Pietro Albini | -6/+17 |
| 2022-11-13 | Rollup merge of #104105 - davidtwco:split-dwarf-lto, r=michaelwoerister | Manish Goregaokar | -14/+197 |
| 2022-11-12 | Update run-make-fulldeps tests | Vadim Petrochenkov | -1/+4 |
| 2022-11-08 | llvm: dwo only emitted when object code emitted | David Wood | -2/+55 |
| 2022-11-08 | run-make-fulldeps: fix split debuginfo test | David Wood | -15/+145 |
| 2022-11-04 | Rollup merge of #103681 - RalfJung:libtest-thread, r=thomcc | Matthias Krüger | -3/+3 |
| 2022-10-31 | Rewrite implementation of `#[alloc_error_handler]` | Amanieu d'Antras | -3/+3 |
| 2022-10-29 | Rollup merge of #103618 - nnethercote:rename-OwnerId-fields, r=compiler-errors | Guillaume Gomez | -6/+6 |
| 2022-10-29 | Rename some `OwnerId` fields. | Nicholas Nethercote | -6/+6 |
| 2022-10-28 | libtest: run all tests in their own thread, if supported by the host | Ralf Jung | -3/+3 |
| 2022-10-27 | Ignore test on mingw32 | Gary Guo | -0/+5 |
| 2022-10-23 | Fix windows compilation | Gary Guo | -1/+2 |
| 2022-10-23 | Add test case for foreign Rust exceptions | Gary Guo | -0/+25 |
| 2022-10-19 | Fixup a few tests needing asm support | Josh Stone | -0/+1 |
| 2022-10-18 | Remove `RunCompiler::emitter`. | Nicholas Nethercote | -2/+0 |
| 2022-09-26 | rustdoc: give `.line-number` / `.line-numbers` meaningful names | Michael Howell | -4/+4 |
| 2022-09-22 | Improve the help message for an invalid calling convention | khyperia | -0/+4 |
| 2022-09-21 | Rollup merge of #89891 - ojeda:modular-alloc, r=Mark-Simulacrum | Dylan DPC | -0/+8 |
| 2022-09-16 | Auto merge of #97800 - pnkfelix:issue-97463-fix-aarch64-call-abi-does-not-zer... | bors | -0/+76 |
| 2022-09-16 | Do not run run-make test tied to unix-style `$(CC)` on MSVC host. | Felix S. Klock II | -0/+2 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -1/+1 |
| 2022-08-28 | Auto merge of #92845 - Amanieu:std_personality, r=Mark-Simulacrum | bors | -0/+5 |
| 2022-08-26 | Auto merge of #98051 - davidtwco:split-dwarf-stabilization, r=wesleywiser | bors | -17/+22 |
| 2022-08-26 | `alloc`: add unstable cfg features `no_rc` and `no_sync` | Miguel Ojeda | -0/+8 |
| 2022-08-23 | Fix test | Amanieu d'Antras | -0/+5 |
| 2022-08-23 | Diagnose missing includes in run-make tests | Tomasz Miąsko | -218/+218 |
| 2022-08-18 | session: stabilize split debuginfo on linux | David Wood | -17/+22 |
| 2022-08-10 | Rollup merge of #99573 - tbodt:stabilize-backtrace, r=yaahc | Matthias Krüger | -1/+0 |
| 2022-08-07 | Remove even more box syntax uses from src/test | est31 | -16/+14 |
| 2022-08-04 | fix typo, thanks wesley | Felix S Klock II | -1/+1 |
| 2022-08-03 | Warn about dead tuple struct fields | Fabian Wolff | -1/+1 |
| 2022-08-02 | Stabilize backtrace | Theodore Dubois | -1/+0 |
| 2022-07-31 | Add issue reference | bjorn3 | -2/+2 |
| 2022-07-30 | Limit symbols exported from proc macros | bjorn3 | -0/+30 |
| 2022-07-28 | Move coverage tests from run-make-fulldeps to run-make | Tomasz Miąsko | -5620/+0 |
| 2022-07-26 | Auto merge of #99745 - JohnTitor:rollup-lvrie64, r=JohnTitor | bors | -17/+31 |
| 2022-07-26 | Auto merge of #98989 - dpaoliello:rawdylibbin, r=michaelwoerister | bors | -1/+1 |
| 2022-07-25 | Remove reachable coverage without counters | Tomasz Miąsko | -17/+31 |
| 2022-07-22 | Enable raw-dylib for binaries | Daniel Paoliello | -1/+1 |
| 2022-07-22 | Rollup merge of #98868 - tmiasko:unreachable-coverage, r=wesleywiser | Dylan DPC | -0/+41 |
| 2022-07-21 | Auto merge of #98162 - nextsilicon:support_lto_embed_bitcode, r=davidtwco | bors | -0/+14 |
| 2022-07-21 | Auto merge of #93718 - thomcc:used-macho, r=pnkfelix | bors | -0/+15 |
| 2022-07-14 | Auto merge of #96544 - m-ysk:feature/issue-96358, r=cjgillot | bors | -1/+3 |
| 2022-07-14 | rustc: add ability to output regular LTO bitcode modules | Ziv Dunkelman | -0/+14 |
| 2022-07-11 | rustc_target: Flip the default for `TargetOptions::executables` to true | Vadim Petrochenkov | -1/+1 |