aboutsummaryrefslogtreecommitdiff
path: root/crates/mbe/src/benchmark.rs
Commit message (Expand)AuthorAgeFilesLines
* Apply more clippy suggestions and update generatedClemens Wasser2021-06-031-1/+1
* Make `ast_to_token_tree` infallibleJonas Schievink2021-04-041-1/+1
* don't clone types that are copy (clippy::clone_on_copy)Matthias Krüger2021-03-171-3/+2
* avoid converting types into themselves via .into() (clippy::useless-conversion)Matthias Krüger2021-03-171-10/+8
* Merge #7513bors[bot]2021-03-021-13/+27
|\
| * NFA parser for mbe matcherEdwin Cheng2021-02-281-13/+27
* | Remove redundant semicolonDániel Buga2021-03-011-1/+1
|/
* Add benchmark test for mbeEdwin Cheng2021-02-241-0/+211