about summary refs log tree commit diff
path: root/src/librustc_lexer
AgeCommit message (Expand)AuthorLines
2020-04-28Revert "Rollup merge of #71372 - ayushmishra2005:shebang_stripping, r=estebank"Eduard-Mihai Burtescu-24/+1
2020-04-21Minor refactoringAyush Kumar Mishra-1/+1
2020-04-21Fix formatting issueAyush Kumar Mishra-1/+0
2020-04-21Refactoring and added test-cases #70528Ayush Kumar Mishra-1/+25
2020-04-21Fix #! (shebang) stripping account space issue #70528Ayush Kumar Mishra-1/+1
2020-04-02Handle unterminated raw strings with no #s properlyRussell Cohen-1/+35
2020-03-31Fix tests to handle debug_assertRussell Cohen-0/+2
2020-03-30Clean up redudant conditions and match exprsRussell Cohen-1/+1
2020-03-29Cleanup error messages, improve docstringsRussell Cohen-17/+32
2020-03-29Improve error messages for raw strings (#60762)Russell Cohen-23/+229
2020-03-20remove redundant returns (clippy::needless_return)Matthias Krüger-3/+3
2020-03-06fix various typosMatthias Krüger-2/+2
2020-02-13Spelling error "represening" to "representing"Drew Ripberger-1/+1
2019-12-22Format the worldMark Rousskov-18/+9
2019-11-10move syntax::parse -> librustc_parseMazdak Farrokhzad-1/+1
2019-11-04librustc_lexer: Make nth_char method privateIgor Aleksanov-1/+1
2019-11-04librustc_lexer: Reorder imports in lib.rsIgor Aleksanov-3/+2
2019-11-04librustc_lexer: Simplify "lifetime_or_char" methodIgor Aleksanov-30/+37
2019-11-03librustc_lexer: Simplify "raw_double_quoted_string" methodIgor Aleksanov-25/+34
2019-11-03librustc_lexer: Simplify "double_quoted_string" methodIgor Aleksanov-6/+6
2019-11-03librustc_lexer: Simplify "single_quoted_string" methodIgor Aleksanov-11/+15
2019-11-03librustc_lexer: Make "eat_float_exponent" return bool instead of resultIgor Aleksanov-4/+6
2019-11-03librustc_lexer: Introduce "eat_while" and "eat_identifier" methodsIgor Aleksanov-22/+28
2019-11-03librustc_lexer: Add methods "first" and "second" to the "Cursor"Igor Aleksanov-20/+30
2019-10-27librustc_lexer: Enhance documentationIgor Aleksanov-24/+225
2019-09-05fill metadata in rustc_lexer's Cargo.tomlAleksey Kladov-0/+6
2019-09-04flatten rustc_lexer::character_properties moduleAleksey Kladov-65/+70
2019-09-04remove XID and Pattern_White_Space unicode tables from libcoreAleksey Kladov-37/+34
2019-08-19remove composite tokens support from the lexerAleksey Kladov-162/+14
2019-08-14remove special handling of \r\n from the lexerAleksey Kladov-38/+11
2019-08-02librustc_lexer: Unconfigure tests during normal buildVadim Petrochenkov-280/+279
2019-07-27Add commenttopecongiro-0/+2
2019-07-27Add lib section to rustc_lexer's Cargo.tomltopecongiro-0/+4
2019-07-23Rollup merge of #62869 - matklad:feature-gate, r=Mark-SimulacrumMark Rousskov-2/+1
2019-07-23Update src/librustc_lexer/src/lib.rsAleksey Kladov-1/+1
2019-07-22add rustc_private as a proper language feature gateAleksey Kladov-1/+0
2019-07-21move unescape module to rustc_lexerAleksey Kladov-0/+603
2019-07-20Introduce rustc_lexerAleksey Kladov-0/+776