aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_assists/src/handlers/move_bounds.rs
Commit message (Collapse)AuthorAgeFilesLines
* minor: use uniform namesAleksey Kladov2021-05-161-2/+2
|
* internal: introduce `ast::make::ext` module with common shortcutsAleksey Kladov2021-05-091-5/+1
| | | | | | | | | | There's a tension between keeping a well-architectured minimal orthogonal set of constructs, and providing convenience functions. Relieve this pressure by introducing an dedicated module for non-orthogonal shortcuts. This is inspired by the django.shortcuts module which serves a similar purpose architecturally.
* Tweak assits API to fit mutable syntax treesAleksey Kladov2021-03-231-4/+4
| | | | changelog: skip
* simplifyAleksey Kladov2021-03-191-3/+3
| | | | changelog skip
* Move more boundsAleksey Kladov2021-03-161-26/+10
| | | | changelog: skip
* Upgrade rowanAleksey Kladov2021-03-161-41/+21
| | | | Notably, new rowan comes with support for mutable syntax trees.
* 7526: Rename crate assists to ide_assists.Chetan Khilosiya2021-02-221-0/+152