| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-05-03 | Add more tests for label-break-value | Joshua Nelson | -1/+208 | |
| 2021-11-18 | Move some tests to more reasonable directories | Caio | -0/+159 | |
| 2021-11-14 | Move some tests to more reasonable directories | Caio | -0/+73 | |
| 2021-11-06 | Move some tests to more reasonable directories | Caio | -0/+20 | |
| 2021-09-26 | Remove box syntax from most places in src/test outside of the issues dir | est31 | -3/+1 | |
| 2021-02-16 | Move some tests to more reasonable directories | Caio | -0/+43 | |
| 2021-01-31 | Move some tests to more reasonable directories | Caio | -0/+55 | |
| 2019-12-22 | Remove mem::uninitalized from tests | Mark Rousskov | -2/+2 | |
| This purges uses of uninitialized where possible from test cases. Some are merely moved over to the equally bad pattern of MaybeUninit::uninit().assume_init() but with an annotation that this is "the best we can do". | ||||
| 2019-12-14 | Revert "Remove `#![feature(never_type)]` from tests." | Niko Matsakis | -0/+1 | |
| This reverts commit 8f6197f39f7d468dfc5b2bd41dae4769992a2f83. | ||||
| 2019-12-08 | Rollup merge of #66325 - BartMassey:master, r=joshtriplett | Mazdak Farrokhzad | -1/+2 | |
| Change unused_labels from allow to warn Fixes #66324, making the unused_labels lint warn instead of allow by default. I'm told @rust-lang/lang will need to review this, and perhaps will want to do a crater run. | ||||
| 2019-11-21 | Remove `#![feature(never_type)]` from tests. | Mazdak Farrokhzad | -1/+0 | |
| Also remove `never_type` the feature-gate test. | ||||
| 2019-11-15 | Cleaned up unused labels | Bart Massey | -1/+2 | |
| Deleted unused labels from compiler and fixed or allowed unused labels in tests. This patch removes some gratuitous unused labels and turns off the warning for unused labels that are a necessary part of tests. This will permit setting the `unused_labels` lint to `warn`. | ||||
| 2019-10-15 | Organize `never_type` tests | Mazdak Farrokhzad | -0/+1 | |
| Also move {run-fail -> ui}/never_type | ||||
| 2019-07-27 | tests: Move run-pass tests without naming conflicts to ui | Vadim Petrochenkov | -0/+959 | |
