aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_ty/src/consteval.rs
Commit message (Collapse)AuthorAgeFilesLines
* Address final feedbackJade2021-05-161-16/+8
| | | | | * rename ConstExtension->ConstExt * refactor a manual construction of a Const
* Add more tests, refactor array lengths/consteval workJade2021-05-141-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)