rust-analyzer/crates/mbe/src
Matthias Krüger cad617bba0 some clippy::performance fixes
use vec![] instead of Vec::new() +  push()
avoid redundant clones
use chars instead of &str for single char patterns in ends_with() and starts_with()
allocate some Vecs with capacity to avoid unneccessary resizing
2021-03-15 10:19:59 +01:00
..
expander Simpify mbe bindings builder 2021-03-14 11:54:19 +08:00
benchmark.rs Merge #7513 2021-03-02 13:20:47 +00:00
expander.rs Add bindings builder for speed up matching 2021-03-13 20:52:36 +08:00
lib.rs Use upstream cov-mark 2021-03-08 22:19:44 +02:00
parser.rs NFA parser for mbe matcher 2021-03-01 00:11:14 +08:00
subtree_source.rs Simplify SubtreeTokenSource 2021-01-05 02:00:51 +08:00
syntax_bridge.rs some clippy::performance fixes 2021-03-15 10:19:59 +01:00
tests.rs Use upstream cov-mark 2021-03-08 22:19:44 +02:00
tt_iter.rs Fix builtin macros split exprs on comma 2021-02-28 13:06:17 +08:00