about summary refs log tree commit diff
path: root/src/test/ui/lexer
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-878/+0
2023-01-02Print correct base for too-large literalsclubby789-24/+62
2022-12-27Silence knock-down errors on `[type error]` bindingsEsteban Küber-40/+3
2022-12-05Tweak "the following other types implement trait"Esteban Küber-10/+8
2022-11-16Use `token::Lit` in `ast::ExprKind::Lit`.Nicholas Nethercote-40/+73
2022-11-16Add a test for different stages of lexer error reporting.Nicholas Nethercote-0/+101
2022-09-18Add unit test for identifier Unicode emoji diagnosticsCharles Lew-0/+69
2022-04-04Refer to the TraitRef::identity in the message to be clearerEsteban Kuber-2/+2
2022-04-04Dedup logic and improve output for other types that impl traitEsteban Kuber-10/+10
2022-04-04Fix list lengthEsteban Kuber-0/+8
2022-04-04Mention implementers of unsatisfied traitEsteban Kuber-0/+12
2022-02-14suggest using raw string literals when invalid escapes appearErin Petra Sofiya Moon-0/+8
2021-11-25Move some tests to more reasonable directoriesCaio-0/+648