Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge #1922 | bors[bot] | 2019-10-08 | 1 | -18/+92 |
|\ | | | | | | | | | | | | | | | 1922: feat(assists): Make raw string unescaped r=matklad a=Geobert Last piece of https://github.com/rust-analyzer/rust-analyzer/issues/1730 Co-authored-by: Geobert Quach <[email protected]> | ||||
| * | feat(assists): Address some PR comments | Geobert Quach | 2019-10-04 | 1 | -25/+24 |
| | | |||||
| * | feat(assists): Even smarter with hashes | Geobert Quach | 2019-10-01 | 1 | -12/+44 |
| | | | | | | | | Count `"#*` streak only, extract the counting in a function, unit test this function | ||||
| * | feat(assists): Be smart about hashes | Geobert Quach | 2019-09-30 | 1 | -1/+36 |
| | | | | | | | | Add max_hashes_streak + 1 hashes to the raw string | ||||
| * | feat(assists): Keep only one version of make_raw_string | Geobert Quach | 2019-09-29 | 1 | -82/+13 |
| | | |||||
| * | feat(assists): Make raw string unescaped | Geobert Quach | 2019-09-26 | 1 | -0/+77 |
| | | |||||
* | | Added test for check doc strings in crates. | Alexander Andreev | 2019-09-30 | 1 | -0/+2 |
|/ | | | | #1856 | ||||
* | move assists to subdir | Aleksey Kladov | 2019-09-25 | 1 | -0/+370 |