rust/crates/syntax/src
2023-10-06 12:32:37 +02:00
..
ast Auto merge of #15484 - rmehri01:14779_bool_to_enum_assist, r=Veykril 2023-09-22 07:19:12 +00:00
parsing Support c string literals 2023-05-18 11:06:05 +02:00
tests Implement builtin#format_args, using rustc's format_args parser 2023-09-05 19:19:46 +02:00
validation
algo.rs use inline format args 2023-01-02 14:52:32 +00:00
ast.rs refactor: leverage HasAttrs for code brevity 2023-03-04 00:24:03 +09:00
fuzz.rs Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
hacks.rs Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
lib.rs Simplify 2023-09-26 12:25:59 +02:00
parsing.rs
ptr.rs Shrink PatPtr by swapping its AstPtr and Either wrap order 2023-10-06 12:32:37 +02:00
syntax_error.rs Run cargo fix --edition-idioms 2022-07-20 15:02:08 +02:00
syntax_node.rs suppress lint 2023-01-10 07:06:26 +00:00
ted.rs Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
tests.rs refactor: fix clippy lints 2023-09-15 16:43:21 +09:00
token_text.rs Bump smol-str 2023-04-11 14:39:19 +02:00
utils.rs Make is_raw_identifier() public util function 2023-02-13 18:43:59 +09:00
validation.rs Switch to in-tree rustc dependencies with a cfg flag 2023-09-15 18:10:11 +03:30