aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/assists
Commit message (Expand)AuthorAgeFilesLines
* feat(assists): Keep only one version of make_raw_stringGeobert Quach2019-09-291-82/+13
* feat(assists): Make raw string unescapedGeobert Quach2019-09-261-0/+77
* keep ast creation API simpleAleksey Kladov2019-09-263-21/+23
* add new editing API, suitable for modifying several nodes at onceAleksey Kladov2019-09-251-20/+19
* shorten AstBuilder namesAleksey Kladov2019-09-253-23/+17
* minor builder cleanupsAleksey Kladov2019-09-252-4/+4
* move ast builder to a separate fileAleksey Kladov2019-09-253-6/+3
* move assists to subdirAleksey Kladov2019-09-2518-0/+4550