about summary refs log tree commit diff
path: root/compiler/rustc_parse/src/lexer
AgeCommit message (Expand)AuthorLines
2021-09-10Improve diagnostics if a character literal contains combining marksFabian Wolff-14/+47
2021-08-11Warn when an escaped newline skips multiple linesAnton Golov-0/+5
2021-08-02Rollup merge of #87659 - FabianWolff:issue-87397, r=davidtwcoCameron Steffen-8/+29
2021-07-31Auto merge of #87662 - FabianWolff:rb-string, r=estebankbors-3/+11
2021-07-31Suggest `br` if the unknown string prefix `rb` is foundFabian Wolff-3/+11
2021-07-31Fix invalid suggestions for non-ASCII characters in byte constantsFabian Wolff-8/+29
2021-07-30Add warning when whitespace is not skipped after an escaped newline.Anton Golov-0/+6
2021-07-06rename rust_2021_token_prefixes to rust_2021_prefixes_incompatible_syntaxRyan Levick-2/+2
2021-07-06rust_2021_token_prefixesRyan Levick-2/+2
2021-07-06Rename reserved_prefix lint to reserved_prefixesRyan Levick-2/+2
2021-06-26No reserved_prefix suggestion in proc macro call_site.Mara Bos-11/+13
2021-06-26Rename 'bad prefix' to 'unknown prefix'.Mara Bos-5/+5
2021-06-26Check the span's edition for the reserved prefixes.Mara Bos-15/+16
2021-06-26Improve comments for reserved prefixes.Mara Bos-1/+4
2021-06-26Add migration lint for reserved prefixes.Mara Bos-7/+16
2021-06-26Fix note in reserved prefix error.Mara Bos-1/+1
2021-06-26Add machine applicable suggestion to unknown prefix error.Mara Bos-5/+4
2021-06-26Reserve prefixed identifiers and string literals (RFC 3101)lrh2000-1/+31
2021-06-23Use HTTPS links where possibleSmitty-1/+1
2021-05-08Make `Diagnostic::span_fatal` unconditionally raise an errorJoshua Nelson-9/+5
2021-05-08Remove some unnecessary uses of `struct_span_fatal`Joshua Nelson-36/+20
2021-04-08Fix outdated crate names in compiler docspierwill-1/+1
2021-02-07Clarify error message wordingSmitty-1/+1
2021-02-06Add note about encoding when null bytes foundSmitty-0/+3
2021-02-03Handle `Span`s for byte and raw strings and add more detailEsteban Küber-80/+136
2020-11-22Fix typo in doc comment for report_too_many_hashesNicolas-1/+1
2020-11-05Fix even more URLsGuillaume Gomez-1/+1
2020-10-05Fix span for unicode escape suggestion.Eric Huss-3/+2
2020-09-20use if let instead of single match arm expressions to compact code and reduce...Matthias Krüger-6/+3
2020-09-03Rename IsJoint -> SpacingAleksey Kladov-18/+18
2020-09-03Condense StringReader's API to a single functionAleksey Kladov-31/+18
2020-09-01Simplify TokenTreesReaderAleksey Kladov-11/+11
2020-09-01Remove trivia tokensAleksey Kladov-1/+1
2020-09-01Don't emit trivia tokensAleksey Kladov-73/+56
2020-08-31Make StringReader privateAleksey Kladov-3/+3
2020-08-30Remove unused functionAleksey Kladov-4/+0
2020-08-30mv compiler to compiler/mark-0/+1526