2
0
Fork 0
mirror of https://github.com/rust-lang/rust-analyzer synced 2025-02-14 13:08:32 +00:00
rust-analyzer/crates/mbe/src
2023-01-10 18:48:51 +00:00
..
expander a number of code simplifications 2023-01-10 18:48:51 +00:00
syntax_bridge remove needless borrows 2023-01-02 14:52:32 +00:00
benchmark.rs mbe: split Op::Leaf and handle multi-character puncts 2022-12-27 18:23:01 +09:00
expander.rs Expand unmatched mbe fragments to reasonable default token trees 2022-10-10 14:27:05 +02:00
lib.rs remove unnecessary lazy evaluations 2023-01-02 15:02:54 +00:00
parser.rs remove unnecessary lifetimes that can be elided 2023-01-02 15:02:54 +00:00
syntax_bridge.rs remove useless conversions 2023-01-02 15:02:54 +00:00
to_parser_input.rs Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
token_map.rs Replace expressions with errors in them 2022-02-09 11:58:52 +01:00
tt_iter.rs mbe: handle multi-character separator 2022-12-28 00:59:56 +09:00