| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -959/+0 | |
| 2022-12-23 | Move tests | Caio | -5/+0 | |
| 2022-12-11 | Move tests | Caio | -74/+0 | |
| 2022-11-12 | Move tests | Caio | -17/+0 | |
| 2022-10-13 | Move some tests to more reasonable directories | Caio | -8/+0 | |
| 2022-08-07 | Remove even more box syntax uses from src/test | est31 | -3/+1 | |
| Prior work, notably 6550021124451628b1efc60c59284465b109e3aa from #88316 has removed box syntax from most of the testsuite. However, some tests were left out. This commit removes box_syntax uses from more locations in src/test. Some tests that are very box syntax specific are not being migrated. | ||||
| 2022-05-20 | Move tests | Caio | -5/+0 | |
| 2022-03-28 | Remove duplicated and unused test files | Caio | -9/+0 | |
| 2021-11-20 | Move tests for missing trait bounds to their own directory | Esteban Kuber | -8/+0 | |
| 2021-11-06 | Move some tests to more reasonable directories | Caio | -31/+0 | |
| 2021-05-08 | Add tests. | Luqman Aden | -0/+12 | |
| 2021-03-06 | Move some tests to more suitable subdirs | Yuki Okushi | -10/+0 | |
| 2021-01-16 | Move some tests to more reasonable directories - 2 | Caio | -4/+0 | |
| Address comments Update limits | ||||
| 2021-01-13 | Update code to account for extern ABI requirement | Mark Rousskov | -2/+2 | |
| 2021-01-13 | Update tests for extern block linting | Mark Rousskov | -3/+3 | |
| 2021-01-11 | Move some tests to more reasonable directories | Caio | -10/+0 | |
| 2020-12-07 | Move some tests to subdirectories | Vadim Petrochenkov | -240/+0 | |
| 2020-09-11 | Give better diagnostic when using a private tuple struct constructor | Gus Wynn | -0/+5 | |
| 2020-07-14 | typeck: use `item_name` in cross-crate packed diag | David Wood | -0/+10 | |
| This commit replaces the use of `expect_local` and `hir().get` to fetch the identifier for a ADT with `item_name` - which works across crates. Signed-off-by: David Wood <david@davidtw.co> | ||||
| 2020-06-29 | Add test for issue #56175 | Dan Aloni | -0/+17 | |
| 2020-03-07 | Add a regression test | Yuki Okushi | -0/+8 | |
| 2020-02-16 | Add test for issue-51798 | Yuki Okushi | -0/+3 | |
| 2019-12-21 | Require issue = "none" over issue = "0" in unstable attributes | Ross MacArthur | -24/+24 | |
| 2019-11-06 | duplicate_macro_exports -> error | Mazdak Farrokhzad | -14/+0 | |
| 2019-10-07 | Add a regression test for #57271 | varkor | -0/+11 | |
| 2019-08-04 | Add test for issue-49544 | Yuki Okushi | -0/+7 | |
| 2019-08-04 | Add test for issue-29265 | Yuki Okushi | -0/+9 | |
| 2019-07-27 | tests: Move run-pass tests without naming conflicts to ui | Vadim Petrochenkov | -0/+957 | |
| 2019-07-08 | regression test. | Felix S. Klock II | -0/+5 | |
| 2019-05-24 | Add auxiliary issue file | varkor | -0/+18 | |
| 2019-01-31 | Add suggestion for duplicated import. | David Wood | -0/+33 | |
| This commit adds a suggestion when a import is duplicated (ie. the same name is used twice trying to import the same thing) to remove the second import. | ||||
| 2019-01-21 | Print visible name for types as well as modules. | David Wood | -0/+3 | |
| This commit extends previous work in #55007 where the name from the visible parent was used for modules. Now, we also print the name from the visible parent for types. | ||||
| 2018-12-25 | Remove licenses | Mark Rousskov | -211/+0 | |
| 2018-11-06 | Moved and renamed ui issue tests. | Alexander Regueiro | -0/+0 | |
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+509 | |
