rust/crates/parser/src
onestacked 872408500b Parse const_closures syntax.
Enables parsing of the syntax for `#![features(const_closures)]` introduced in https://github.com/rust-lang/rust/pull/106004
2023-01-19 15:40:07 +01:00
..
grammar Parse const_closures syntax. 2023-01-19 15:40:07 +01:00
syntax_kind Parse do yeet expressions 2022-12-28 22:42:26 +00:00
tests Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
event.rs
grammar.rs Moar linting: needless_borrow, let_unit_value, ... 2022-12-25 05:07:47 -05:00
input.rs
lexed_str.rs Remove non-needed clones 2022-12-23 02:20:03 -05:00
lib.rs Run cargo fix --edition-idioms 2022-07-20 15:02:08 +02:00
output.rs remove useless operations 2023-01-02 15:02:54 +00:00
parser.rs Parse do yeet expressions 2022-12-28 22:42:26 +00:00
shortcuts.rs Moar linting: needless_borrow, let_unit_value, ... 2022-12-25 05:07:47 -05:00
syntax_kind.rs
tests.rs Moar linting: needless_borrow, let_unit_value, ... 2022-12-25 05:07:47 -05:00
token_set.rs