Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Nest all the or-patterns! | Lukas Wirth | 2021-06-17 | 1 | -2/+1 |
| | |||||
* | clippy::redundant_closure | Maan2003 | 2021-06-13 | 1 | -1/+1 |
| | |||||
* | Address final feedback | Jade | 2021-05-16 | 1 | -16/+8 |
| | | | | | * rename ConstExtension->ConstExt * refactor a manual construction of a Const | ||||
* | Add more tests, refactor array lengths/consteval work | Jade | 2021-05-14 | 1 | -0/+64 |
Fix #2922: add unknown length as a condition for a type having unknown. Incorporate reviews: * Extract some of the const evaluation workings into functions * Add fixmes on the hacks * Add tests for impls on specific array lengths (these work!!! 😁) * Add tests for const generics (indeed we don't support it yet) |