about summary refs log tree commit diff
path: root/src/librustc_lexer
AgeCommit message (Expand)AuthorLines
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