| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-01-16 | Move some tests to more reasonable directories - 2 | Caio | -19/+0 | |
| Address comments Update limits | ||||
| 2020-04-28 | Add tests from #67088 and the issues mentioned in its description | Dylan MacKenzie | -2/+0 | |
| 2019-07-12 | Turn `indirect_structural_match` lint on explicitly in ui tests. | Felix S. Klock II | -1/+1 | |
| 2019-07-08 | Regression tests and updates to existing tests. | Felix S. Klock II | -0/+2 | |
| The regression tests explore: (direct | indirect | doubly-indirect | unsafe) x (embedded | param): where: embedded: `struct Wrapper(... NoDerive ...);` param: `struct Wrapper<X>(... X ...);` direct: `const A: Wrapper<...> = Wrapper(NoDerive);` indirect: `const A: & & Wrapper<...> = Wrapper(NoDerive)` doubly-indirect: `const A: & & Wrapper<...> = & & Wrapper(& & NoDerive)` unsafe: `const A: UnsafeWrap<...> = UnsafeWrap(std::ptr::null())` | ||||
| 2019-03-14 | Moved issue tests to subdirs and normalised names. | Alexander Regueiro | -0/+19 | |
