about summary refs log tree commit diff
path: root/compiler/rustc_lexer/src/unescape.rs
AgeCommit message (Expand)AuthorLines
2021-11-06use matches!() macro in more placesMatthias Krüger-5/+4
2021-10-15Revert "Auto merge of #89709 - clemenswasser:apply_clippy_suggestions_2, r=pe...Matthias Krüger-5/+6
2021-10-10Apply clippy suggestionsClemens Wasser-6/+5
2021-08-11Renamed variable str -> tail for clarityAnton Golov-5/+5
2021-08-11Warn when an escaped newline skips multiple linesAnton Golov-0/+9
2021-07-30Add warning when whitespace is not skipped after an escaped newline.Anton Golov-4/+30
2020-12-18Fix typoHirochika Matsumoto-1/+1
2020-08-30mv compiler to compiler/mark-0/+344