about summary refs log tree commit diff
path: root/compiler/rustc_lexer/src/lib.rs
AgeCommit message (Expand)AuthorLines
2025-07-09feat(lexer): Allow including frontmatter with 'tokenize'Ed Page-10/+19
2025-07-03setup CI and tidy to use typos for spellchecking and fix few typosklensy-1/+1
2025-06-06rustc_lexer: typo fix + small cleanupsMarijn Schouten-9/+7
2025-06-04Fix parsing of frontmatters with inner hyphensMatthew Jasper-1/+3
2025-05-05Implement RFC 3503: frontmattersDeadbeef-7/+148
2025-04-04Replace `rustc_lexer/unescape` with `rustc-literal-escaper` crateGuillaume Gomez-1/+0
2025-03-18Revert "Rollup merge of #136355 - GuillaumeGomez:proc-macro_add_value_retriev...Ralf Jung-3/+1
2025-03-17Rollup merge of #136355 - GuillaumeGomez:proc-macro_add_value_retrieval_metho...Jacob Pratt-1/+3
2025-03-11Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.Nicholas Nethercote-1/+0
2025-03-10Revert "Use workspace lints for crates in `compiler/` #138084"许杰友 Jieyou Xu (Joe)-0/+1
2025-03-08Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.Nicholas Nethercote-1/+0
2025-02-22Greatly simplify lifetime captures in edition 2024Michael Goulet-1/+1
2025-02-10Reexport `literal-escaper` from `rustc_lexer` to allow rust-analyzer to compileGuillaume Gomez-0/+3
2025-02-10Extract `unescape` from `rustc_lexer` into its own crateGuillaume Gomez-1/+0
2025-02-05implement `eat_until` leveraging memchr in lexergvozdvmozgu-2/+2
2024-12-09Add test to check unicode identifier versionEric Huss-0/+1
2024-12-01Revert "Reject raw lifetime followed by \' as well"Michael Goulet-11/+1
2024-11-25Clean up `c_or_byte_string`.Nicholas Nethercote-4/+4
2024-11-19Remove `TokenKind::InvalidPrefix`.Nicholas Nethercote-13/+8
2024-11-19Improve `TokenKind` comments.Nicholas Nethercote-41/+39
2024-11-19Improve `fake_ident_or_unknown_prefix`.Nicholas Nethercote-6/+5
2024-10-30Reject raw lifetime followed by \' as wellMichael Goulet-1/+11
2024-10-08Reserve guarded string literals (RFC 3593)Peter Jaszkowiak-8/+85
2024-09-06Add initial support for raw lifetimesMichael Goulet-1/+12
2024-09-06Format lexerMichael Goulet-1/+1
2024-09-06Reserve prefix lifetimes tooMichael Goulet-9/+17
2024-08-27Add `warn(unreachable_pub)` to `rustc_lexer`.Nicholas Nethercote-0/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+2
2024-06-12Use `tidy` to sort crate attributes for all compiler crates.Nicholas Nethercote-0/+2
2024-04-24Improved the compiler code with clippyMichael Scholten-3/+3
2024-04-10Properly handle emojis as literal prefix in macrosEsteban Küber-1/+5
2024-02-06Invert diagnostic lints.Nicholas Nethercote-2/+1
2023-12-20Undeprecate and use lint `unstable_features`León Orell Valerian Liehr-2/+3
2023-07-29Update lexer emoji diagnostics to Unicode 15.0Charles Lew-7/+4
2023-07-23reimplement C string literalsDeadbeef-0/+7
2023-07-05Revert the lexing of c_str_literalsLeón Orell Valerian Liehr-7/+0
2023-05-15Don't try to eat non-existent decimal digits.Nicholas Nethercote-2/+6
2023-05-15Make `Cursor::number` less DRY.Nicholas Nethercote-10/+10
2023-05-02address commentsDeadbeef-1/+1
2023-05-02fix TODO commentsDeadbeef-57/+51
2023-05-02initial step towards implementing C string literalsDeadbeef-0/+30
2023-04-10Revert "Don't recover lifetimes/labels containing emojis as character literals"Michael Goulet-33/+10
2023-03-03Rustdoc-ify LiteralKind noteest31-5/+7
2023-02-14Don't recover lifetimes/labels containing emojis as character literals许杰友 Jieyou Xu (Joe)-10/+33
2023-01-17Remove double spaces after dots in commentsMaybe Waffle-1/+1
2022-12-27Recover `fn` keyword as `Fn` trait in boundsMichael Goulet-1/+1
2022-12-10compiler: remove unnecessary imports and qualified pathsKaDiWa-1/+0
2022-11-16Use `token::Lit` in `ast::ExprKind::Lit`.Nicholas Nethercote-2/+6
2022-11-09Rollup merge of #103919 - nnethercote:unescaping-cleanups, r=matkladDylan DPC-5/+5
2022-11-07Make underscore_literal_suffix a hard error.Nicholas Nethercote-3/+6