rust/crates/parser/src
2024-02-16 16:00:04 +00:00
..
grammar Add support for const and async trait bounds 2024-02-16 16:00:04 +00:00
syntax_kind Add support for become expr/tail calls 2024-02-14 14:57:18 +00:00
tests parser: Fix warnings about clippy str_to_string rule 2024-02-10 01:00:40 +09:00
event.rs Merge commit '141fc695dca1df7cfc3c9803972ec19bb178dcbc' into sync-from-ra 2023-11-16 22:27:35 +02:00
grammar.rs Recover from missing slots in delimited parsing 2024-02-08 11:14:37 +01:00
input.rs
lexed_str.rs parser: Fix warnings about clippy str_to_string rule 2024-02-10 01:00:40 +09:00
lib.rs Merge commit '7219414e81810fd4d967136c4a0650523892c157' into sync-from-ra 2024-01-28 15:56:54 +02:00
output.rs
parser.rs
shortcuts.rs Merge commit '3b7c7f97e4a7bb253a8d398ee4f8346f6cf2817b' into sync-from-ra 2023-11-08 08:15:03 +02:00
syntax_kind.rs use visibility to check unused imports and delete some stmts 2023-10-22 21:27:46 +08:00
tests.rs Merge commit '7219414e81810fd4d967136c4a0650523892c157' into sync-from-ra 2024-01-28 15:56:54 +02:00
token_set.rs