about summary refs log tree commit diff
path: root/src/test/ui/parser/lex-bad-numeric-literals.stderr
AgeCommit message (Collapse)AuthorLines
2021-11-25Move some tests to more reasonable directoriesCaio-141/+0
2020-07-04Update UI testsGuillaume Gomez-6/+7
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-05-31fix tidyEsteban Küber-23/+23
2019-05-23syntax: Some code cleanupVadim Petrochenkov-10/+10
2019-05-23syntax: More consistent wording for some literal parsing errorsVadim Petrochenkov-2/+2
2019-03-11Update testsVadim Petrochenkov-23/+23
2019-01-11Continue evaluating after incorrect float literalEsteban Küber-3/+3
2018-12-25Remove licensesMark Rousskov-23/+23
2018-10-21Move parse-fail tests to UIVadim Petrochenkov-0/+140