rust/compiler/rustc_lexer/src
Julian Wollersberger bd49ded308 Noticed a potential bug in eat_while(): it doesn't account for number of UTF8 bytes.
Fixed it by inlining it in the two places where the count is used and simplified the logic there.
2020-10-09 11:12:54 +02:00
..
unescape mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
cursor.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
lib.rs Noticed a potential bug in eat_while(): it doesn't account for number of UTF8 bytes. 2020-10-09 11:12:54 +02:00
tests.rs Move lexer unit tests to rustc_lexer 2020-08-30 19:53:36 +02:00
unescape.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00