| Age | Commit message (Expand) | Author | Lines |
| 2022-09-14 | Remove check_missing_items.py | Nixon Enraght-Moony | -9/+0 |
| 2022-09-14 | jsondoclint: New Tool | Nixon Enraght-Moony | -0/+13 |
| 2022-09-11 | Avoid `Iterator::last` | KaDiWa | -1/+1 |
| 2022-09-07 | fix compiletest detection of needs-rust-lld tests | Rémy Rakic | -3/+15 |
| 2022-09-01 | Sort tests at compile time, not at startup | Ben Kimock | -0/+2 |
| 2022-08-28 | Auto merge of #100497 - kadiwa4:remove_clone_into_iter, r=cjgillot | bors | -1/+1 |
| 2022-08-28 | Rollup merge of #98301 - ortem:pretty-printers-nonzero, r=wesleywiser | Matthias Krüger | -0/+1 |
| 2022-08-26 | Auto merge of #98051 - davidtwco:split-dwarf-stabilization, r=wesleywiser | bors | -2/+5 |
| 2022-08-24 | Add GDB/LLDB pretty-printers for NonZero types | Artem Mukhin | -0/+1 |
| 2022-08-18 | session: stabilize split debuginfo on linux | David Wood | -2/+5 |
| 2022-08-16 | compiletest: fix typo in runtest.rs | Ikko Ashimine | -1/+1 |
| 2022-08-13 | avoid cloning and then iterating | KaDiWa | -1/+1 |
| 2022-08-12 | [compiletest] Add compiler-bundled NatVis files to test input stamp. | Michael Woerister | -0/+2 |
| 2022-08-08 | compiletest: Add warning and comment about running tests without RUSTC | Eric Huss | -1/+16 |
| 2022-08-07 | compiletest: match ignores on target family | Eric Huss | -0/+29 |
| 2022-08-07 | compiletest: use precise cfg matching instead of hard-coded tables | Eric Huss | -208/+301 |
| 2022-07-28 | Use line numbers relative to function in mir opt tests | Nilstrieb | -0/+1 |
| 2022-07-24 | Auto merge of #95548 - rcvalle:rust-cfi-2, r=nagisa | bors | -0/+19 |
| 2022-07-23 | Auto merge of #98208 - ivanloz:master, r=nagisa | bors | -0/+5 |
| 2022-07-23 | Add fine-grained LLVM CFI support to the Rust compiler | Ramon de C Valle | -0/+19 |
| 2022-07-20 | Add ShadowCallStack Support | Ivan Lozano | -0/+5 |
| 2022-07-20 | compiletest: dedup revision line logic. | Luqman Aden | -31/+27 |
| 2022-07-20 | compiletest: allow using revisions with debuginfo tests | Luqman Aden | -13/+47 |
| 2022-07-12 | Add regex-error-pattern flag in compiletest | Guillaume Gomez | -19/+66 |
| 2022-07-11 | compiletest: trim edition before passing as flag | Deadbeef | -1/+1 |
| 2022-07-04 | Auto merge of #98817 - the8472:dont-optimize-ui-tests, r=Mark-Simulacrum | bors | -0/+32 |
| 2022-07-02 | move optimize-tests flag handling from bootstrap to compiletest | The 8472 | -16/+28 |
| 2022-07-02 | Only obey optimize-tests flag on UI tests that are run-pass | The 8472 | -0/+20 |
| 2022-07-02 | Fix bug in `rustdoc -Whelp` | Joshua Nelson | -2/+4 |
| 2022-06-28 | Rollup merge of #98564 - jyn514:remove-tmp-dir, r=Mark-Simulacrum | Matthias Krüger | -5/+0 |
| 2022-06-26 | Remove references to `./tmp` in-tree | Joshua Nelson | -5/+0 |
| 2022-06-26 | compiletest: add issue number param to `known-bug` | David Knaack | -1/+23 |
| 2022-06-22 | use `-Cstrip=debuginfo` with ui tests to reduce disk space usage | klensy | -0/+2 |
| 2022-06-13 | Add Apple WatchOS compile targets | Vladimir Michael Eatwell | -1/+2 |
| 2022-06-08 | Fix polonius compare mode. | Eric Huss | -1/+1 |
| 2022-06-07 | Auto merge of #95565 - jackh726:remove-borrowck-mode, r=nikomatsakis | bors | -15/+2 |
| 2022-06-06 | Auto merge of #96551 - ferrocene:pa-ignore-paths-when-abbreviating, r=Mark-Si... | bors | -60/+249 |
| 2022-06-04 | update tests | Pietro Albini | -20/+20 |
| 2022-06-04 | address review comments | Pietro Albini | -24/+35 |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -15/+2 |
| 2022-05-24 | Add support for embedding pretty printers via the `#[debugger_visualizer]` at... | ridwanabdillahi | -0/+10 |
| 2022-05-22 | Disallow non-same compare-mode-nll | Jack Huey | -18/+44 |
| 2022-05-13 | Auto merge of #96493 - chbaker0:issue-96342-fix, r=Mark-Simulacrum | bors | -1/+9 |
| 2022-05-12 | compiletest: normalize paths from repository root | David Wood | -10/+9 |
| 2022-05-10 | Add test skip support | Collin Baker | -1/+9 |
| 2022-05-02 | add tests | Pietro Albini | -0/+126 |
| 2022-05-02 | fix existing bug when the first write was always included in full | Pietro Albini | -1/+2 |
| 2022-05-02 | extract ProcOutput out of the function to make it testable | Pietro Albini | -82/+84 |
| 2022-05-02 | handle excluded strings across boundaries | Pietro Albini | -1/+5 |
| 2022-04-29 | handle compiler emitting only excluded strings | Pietro Albini | -3/+9 |