| Age | Commit message (Expand) | Author | Lines |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -1066/+0 |
| 2022-12-27 | Fix some totally useless suggestions | Michael Goulet | -8/+1 |
| 2022-12-27 | Dont clobber `as ..` rename in import suggestion | Michael Goulet | -2/+2 |
| 2022-12-23 | Move tests | Caio | -0/+30 |
| 2022-10-28 | libtest: run all tests in their own thread, if supported by the host | Ralf Jung | -2/+2 |
| 2022-10-20 | Adjusting test to needs-unwind, with linking issue | Andrew Pollack | -1/+1 |
| 2022-10-18 | Rollup merge of #103023 - andrewpollack:i-fuchsia-finals, r=tmandry | Yuki Okushi | -2/+5 |
| 2022-10-13 | Adding fuchsia-ignore and needs-unwind to compiler test cases | Andrew Pollack | -2/+5 |
| 2022-10-10 | suggest candidates for unresolved import | SparrowLii | -4/+10 |
| 2022-10-02 | Fix duplicate usage of `a` article. | Petr Portnov | -12/+12 |
| 2022-09-23 | Restore ignore tag | Florian Bartels | -2/+0 |
| 2022-06-22 | Auto merge of #97853 - TaKO8Ki:emit-only-one-note-per-unused-struct-field, r=... | bors | -2/+2 |
| 2022-06-21 | Move some tests to more reasonable directories | Caio | -0/+15 |
| 2022-06-19 | collapse dead code warnings into a single diagnostic | Takayuki Maeda | -2/+2 |
| 2022-03-29 | Auto merge of #94566 - yanganto:show-ignore-message, r=m-ou-se | bors | -4/+3 |
| 2022-03-19 | Add needs-unwind directive to tests where necessary | bjorn3 | -0/+1 |
| 2022-03-11 | Add tests for JSON and console output | Mark Rousskov | -4/+3 |
| 2022-03-04 | Downgrade `#[test]` on macro call to warning | Esteban Kuber | -27/+15 |
| 2022-02-18 | Rollup merge of #92959 - asquared31415:test-non-fn-help, r=estebank | Matthias Krüger | -21/+265 |
| 2022-01-28 | remove allow_fail test flag | yuhaixin.hx | -17/+0 |
| 2022-01-17 | add more info to invalid use of #[test] on invalid items | asquared31415 | -21/+265 |
| 2021-12-09 | Add needs-unwind to tests that depend on panicking | David Koloski | -0/+1 |
| 2021-11-06 | Move some tests to more reasonable directories | Caio | -0/+5 |
| 2021-10-03 | Practice diagnostic message convention | Hirochika Matsumoto | -4/+4 |
| 2021-09-15 | Move some tests to more reasonable directories | Caio | -0/+9 |
| 2021-06-30 | Move some UI tests to more suitable subdirs | Yuki Okushi | -0/+363 |
| 2021-05-16 | remove mode for run and ignore tests | Aliénore Bouttefeux | -4/+4 |
| 2021-05-03 | change based on review | Aliénore Bouttefeux | -5/+5 |
| 2021-05-03 | proof of concept add test type on prints | Aliénore Bouttefeux | -2/+38 |
| 2021-04-16 | Remove #[main] attribute. | Charles Lew | -4/+4 |
| 2021-02-08 | Rollup merge of #81356 - ehuss:libtest-filters, r=m-ou-se | Mara Bos | -0/+24 |
| 2021-01-31 | Move some tests to more reasonable directories | Caio | -0/+36 |
| 2021-01-24 | libtest: allow multiple filters | Eric Huss | -0/+24 |
| 2020-11-09 | Add `#[cfg(panic = "...")]` | David Hewitt | -1/+2 |
| 2020-07-28 | Make closures and generators a must use types | Tomasz Miąsko | -2/+2 |
| 2020-05-06 | Move tests from `test/run-fail` to UI | Yuki Okushi | -0/+12 |
| 2020-04-23 | Moving more build-pass tests to check-pass | Val Markovic | -1/+1 |
| 2020-04-11 | rustc: Add a warning count upon completion | RoccoDev | -0/+4 |
| 2020-03-24 | defatalize expand_test_or_bench | Mazdak Farrokhzad | -2/+18 |
| 2020-01-24 | Normalise notes with the/is | varkor | -1/+1 |
| 2020-01-12 | Diagnostics should start lowercase | varkor | -4/+4 |
| 2019-11-10 | Make error and warning annotations mandatory in UI tests | Tomasz Miąsko | -2/+2 |
| 2019-11-06 | Auto merge of #65830 - Quantumplation:master, r=davidtwco,estebank | bors | -2/+2 |
| 2019-10-26 | Use ident instead of def_span in dead-code pass | Pi Lanningham | -2/+2 |
| 2019-10-25 | Re-enable Emscripten's exception handling support | Thomas Lively | -2/+2 |
| 2019-10-16 | Upgrade Emscripten targets to use upstream LLVM backend | Thomas Lively | -2/+2 |
| 2019-10-05 | Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri... | Tyler Mandry | -2/+2 |
| 2019-10-04 | Upgrade Emscripten targets to use upstream LLVM backend | Thomas Lively | -2/+2 |
| 2019-09-05 | Move tests for unit tests to their own directory | Matthew Jasper | -0/+247 |
| 2019-09-05 | Make use of hygiene in AST passes | Matthew Jasper | -0/+52 |