about summary refs log tree commit diff
path: root/src/test/ui/parser/raw-byte-string-literals.stderr
AgeCommit message (Collapse)AuthorLines
2020-03-27Move raw string tests into the raw directoryRussell Cohen-20/+0
2019-07-20Introduce rustc_lexerAleksey Kladov-2/+2
The idea here is to make a reusable library out of the existing rust-lexer, by separating out pure lexing and rustc-specific concerns, like spans, error reporting an interning. So, rustc_lexer operates directly on `&str`, produces simple tokens which are a pair of type-tag and a bit of original text, and does not report errors, instead storing them as flags on the token.
2019-06-10Don't suggest using \r in raw stringsIgor Matuszewski-1/+1
2019-06-08Prohibit bare CRs in raw byte stringsIgor Matuszewski-4/+10
2019-05-31fix tidyEsteban Küber-2/+2
2019-03-25compiletest: make path normalization smarterAndy Russell-1/+1
2019-03-11Update testsVadim Petrochenkov-2/+2
2018-12-25Remove licensesMark Rousskov-2/+2
2018-10-21Move parse-fail tests to UIVadim Petrochenkov-0/+14