aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/validation/unescape.rs
Commit message (Collapse)AuthorAgeFilesLines
* switch to upstream unescapeAleksey Kladov2019-07-241-521/+0
|
* Clippy changesJeremy Kolb2019-07-051-1/+1
|
* Some clippy fixes for 1.36Jeremy Kolb2019-07-041-1/+1
|
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-1/+1
| | | | | | This wasn't a right decision in the first place, the feature flag was broken in the last rustfmt release, and syntax highlighting of imports is more important anyway
* Fix clippy::or_fun_callAlan Du2019-06-041-1/+1
|
* share literal validation logic with compilerAleksey Kladov2019-05-071-0/+521