aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/assists
Commit message (Collapse)AuthorAgeFilesLines
* feat(assists): Address some PR commentsGeobert Quach2019-10-041-25/+24
|
* feat(assists): Even smarter with hashesGeobert Quach2019-10-011-12/+44
| | | | Count `"#*` streak only, extract the counting in a function, unit test this function
* feat(assists): Be smart about hashesGeobert Quach2019-09-301-1/+36
| | | | Add max_hashes_streak + 1 hashes to the raw string
* 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