aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/assists/raw_string.rs
Commit message (Expand)AuthorAgeFilesLines
* extract assist helper for getting a specific tokenAleksey Kladov2019-10-271-12/+5
* raw string assists work in macrosAleksey Kladov2019-10-271-49/+58
* Merge #1922bors[bot]2019-10-081-18/+92
|\
| * feat(assists): Address some PR commentsGeobert Quach2019-10-041-25/+24
| * feat(assists): Even smarter with hashesGeobert Quach2019-10-011-12/+44
| * feat(assists): Be smart about hashesGeobert Quach2019-09-301-1/+36
| * 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
* | Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
|/
* move assists to subdirAleksey Kladov2019-09-251-0/+370