| Age | Commit message (Expand) | Author | Lines |
| 2020-07-06 | Rollup merge of #73856 - pierwill:pierwill-lexer-doc, r=jonas-schievink | Manish Goregaokar | -4/+5 |
| 2020-07-06 | Edit librustc_lexer top-level docs | pierwill | -4/+5 |
| 2020-07-01 | Rollup merge of #73848 - pierwill:pierwill-lexer-block-doc, r=jonas-schievink | Manish Goregaokar | -2/+3 |
| 2020-06-28 | Edit cursor.prev() method docs in lexer | pierwill | -2/+2 |
| 2020-06-28 | Fix markdown rendering in librustc_lexer docs | pierwill | -2/+3 |
| 2020-06-26 | rustc_lexer: Simplify shebang parsing once more | Vadim Petrochenkov | -15/+12 |
| 2020-06-12 | Rollup merge of #72906 - lzutao:migrate-numeric-assoc-consts, r=dtolnay | Dylan DPC | -1/+1 |
| 2020-06-10 | Migrate to numeric associated consts | Lzu Tao | -1/+1 |
| 2020-06-09 | Fix more clippy warnings | Matthias Krüger | -2/+2 |
| 2020-06-01 | Simplify raw string error reporting. | Julian Wollersberger | -189/+61 |
| 2020-05-29 | rustc_lexer: Optimize shebang detection slightly | Vadim Petrochenkov | -19/+18 |
| 2020-05-25 | Fix bug in shebang handling | Russell Cohen | -7/+76 |
| 2020-05-13 | Replace some usages of the old `unescape_` functions in AST, clippy and tests. | Julian Wollersberger | -52/+6 |
| 2020-05-13 | Unified `unescape_{char,byte,str,byte_str,raw_str,raw_byte_str}` methods into... | Julian Wollersberger | -4/+42 |
| 2020-05-09 | Small doc improvements. | Julian Wollersberger | -2/+11 |
| 2020-04-28 | Revert "Rollup merge of #71372 - ayushmishra2005:shebang_stripping, r=estebank" | Eduard-Mihai Burtescu | -24/+1 |
| 2020-04-21 | Minor refactoring | Ayush Kumar Mishra | -1/+1 |
| 2020-04-21 | Fix formatting issue | Ayush Kumar Mishra | -1/+0 |
| 2020-04-21 | Refactoring and added test-cases #70528 | Ayush Kumar Mishra | -1/+25 |
| 2020-04-21 | Fix #! (shebang) stripping account space issue #70528 | Ayush Kumar Mishra | -1/+1 |
| 2020-04-02 | Handle unterminated raw strings with no #s properly | Russell Cohen | -1/+35 |
| 2020-03-31 | Fix tests to handle debug_assert | Russell Cohen | -0/+2 |
| 2020-03-30 | Clean up redudant conditions and match exprs | Russell Cohen | -1/+1 |
| 2020-03-29 | Cleanup error messages, improve docstrings | Russell Cohen | -17/+32 |
| 2020-03-29 | Improve error messages for raw strings (#60762) | Russell Cohen | -23/+229 |
| 2020-03-20 | remove redundant returns (clippy::needless_return) | Matthias Krüger | -3/+3 |
| 2020-03-06 | fix various typos | Matthias Krüger | -2/+2 |
| 2020-02-13 | Spelling error "represening" to "representing" | Drew Ripberger | -1/+1 |
| 2019-12-22 | Format the world | Mark Rousskov | -18/+9 |
| 2019-11-10 | move syntax::parse -> librustc_parse | Mazdak Farrokhzad | -1/+1 |
| 2019-11-04 | librustc_lexer: Make nth_char method private | Igor Aleksanov | -1/+1 |
| 2019-11-04 | librustc_lexer: Reorder imports in lib.rs | Igor Aleksanov | -3/+2 |
| 2019-11-04 | librustc_lexer: Simplify "lifetime_or_char" method | Igor Aleksanov | -30/+37 |
| 2019-11-03 | librustc_lexer: Simplify "raw_double_quoted_string" method | Igor Aleksanov | -25/+34 |
| 2019-11-03 | librustc_lexer: Simplify "double_quoted_string" method | Igor Aleksanov | -6/+6 |
| 2019-11-03 | librustc_lexer: Simplify "single_quoted_string" method | Igor Aleksanov | -11/+15 |
| 2019-11-03 | librustc_lexer: Make "eat_float_exponent" return bool instead of result | Igor Aleksanov | -4/+6 |
| 2019-11-03 | librustc_lexer: Introduce "eat_while" and "eat_identifier" methods | Igor Aleksanov | -22/+28 |
| 2019-11-03 | librustc_lexer: Add methods "first" and "second" to the "Cursor" | Igor Aleksanov | -20/+30 |
| 2019-10-27 | librustc_lexer: Enhance documentation | Igor Aleksanov | -24/+225 |
| 2019-09-05 | fill metadata in rustc_lexer's Cargo.toml | Aleksey Kladov | -0/+6 |
| 2019-09-04 | flatten rustc_lexer::character_properties module | Aleksey Kladov | -65/+70 |
| 2019-09-04 | remove XID and Pattern_White_Space unicode tables from libcore | Aleksey Kladov | -37/+34 |
| 2019-08-19 | remove composite tokens support from the lexer | Aleksey Kladov | -162/+14 |
| 2019-08-14 | remove special handling of \r\n from the lexer | Aleksey Kladov | -38/+11 |
| 2019-08-02 | librustc_lexer: Unconfigure tests during normal build | Vadim Petrochenkov | -280/+279 |
| 2019-07-27 | Add comment | topecongiro | -0/+2 |
| 2019-07-27 | Add lib section to rustc_lexer's Cargo.toml | topecongiro | -0/+4 |
| 2019-07-23 | Rollup merge of #62869 - matklad:feature-gate, r=Mark-Simulacrum | Mark Rousskov | -2/+1 |
| 2019-07-23 | Update src/librustc_lexer/src/lib.rs | Aleksey Kladov | -1/+1 |