aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_assists/src/handlers/add_explicit_type.rs
Commit message (Collapse)AuthorAgeFilesLines
* add_explicit_type respects `@` patternsDawer2021-05-191-5/+20
|
* Add more tests, refactor array lengths/consteval workJade2021-05-141-0/+28
| | | | | | | | | | | 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)
* Unify test styleAleksey Kladov2021-03-231-38/+52
| | | | changelog skip
* 7526: Rename crate assists to ide_assists.Chetan Khilosiya2021-02-221-0/+207