about summary refs log tree commit diff
path: root/src/libsyntax/parse/lexer/unicode_chars.rs
AgeCommit message (Expand)AuthorLines
2019-11-10move syntax::parse -> librustc_parseMazdak Farrokhzad-392/+0
2019-11-07syntax::parser::token -> syntax::tokenMazdak Farrokhzad-1/+1
2019-08-15syntax_pos: `NO_EXPANSION`/`SyntaxContext::empty()` -> `SyntaxContext::root()`Vadim Petrochenkov-4/+3
2019-07-25review comments: add FIXME comments and formattingEsteban Küber-4/+10
2019-07-24Allow lexer to recover from some homoglyphsEsteban Küber-32/+33
2019-07-21Fix typo in Unicode character nameAndrew Dassonville-1/+1
2019-07-20Introduce rustc_lexerAleksey Kladov-24/+17
2019-07-02refactor check_for_substitutionAleksey Kladov-45/+72
2019-02-16help suggestion when trying to delimit string literals with directed unicode ...Patrick McCarter-9/+22
2019-02-13Rename rustc_errors dependency in rust 2018 cratesTaiki Endo-1/+1
2019-02-07libsyntax => 2018Taiki Endo-1/+1
2019-01-26remove `_with_applicability` from suggestion fnsAndy Russell-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-04cleanup: remove static lifetimes from constsljedrz-1/+1
2018-08-20Set applicability for more suggestions.Sébastien Duquette-2/+6
2018-08-13A few cleanups and minor improvements for the lexerljedrz-1/+1
2018-06-09Crate-ify and delete unused code in syntax::parseMark Simulacrum-1/+1
2018-05-26Fix testEsteban Küber-2/+4
2018-05-25in which we check for confusable Unicodepoints in float literal exponentZack M. Davis-2/+2
2017-10-13Fix typo in libsyntax/parse/lexer/unicode_chars.rskennytm-1/+1
2017-08-30Make fields of `Span` privateVadim Petrochenkov-1/+1
2017-08-11Rollup merge of #43779 - mattico:fix-unicode-typo, r=aidanhsGuillaume Gomez-1/+1
2017-08-09Fix typo in unicode char definitionMatt Ickstadt-1/+1
2017-08-09fix a typonicole mazzuca-1/+1
2017-08-06Fix typo in unicode_chars.rsMalo Jaffré-1/+1
2017-08-06Update the list of confusable charactersMalo Jaffré-19/+125
2017-05-20remove "much" from unicode diagnosticAndy Russell-1/+1
2017-03-29Refactor how spans are combined in the parser.Jeffrey Seyfried-2/+2
2017-01-17Give the `StringReader` a `sess: &ParseSess`.Jeffrey Seyfried-4/+2
2016-10-05Rename StringReader::last_pos as pos.Nicholas Nethercote-1/+1
2016-10-05Rename StringReader::pos as next_pos.Nicholas Nethercote-1/+1
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-1/+1
2016-04-21add more confusable CJK square bracket aliasesWang Xuerui-0/+12
2016-04-21correct aliases for square bracketsWang Xuerui-6/+8
2016-04-21add confusable space charactersWang Xuerui-0/+17
2016-04-21add more characters easily inputtable with CJK IMEsWang Xuerui-0/+16
2015-12-30use structured errorsNick Cameron-2/+5
2015-11-18Add some unicode aliases for ".Huon Wilson-0/+17
2015-11-17Detect confusing unicode characters and show the alternativeRavi Shankar-0/+186