Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Apply more clippy suggestions and update generated | Clemens Wasser | 2021-06-03 | 1 | -1/+1 |
* | Make `ast_to_token_tree` infallible | Jonas Schievink | 2021-04-04 | 1 | -1/+1 |
* | don't clone types that are copy (clippy::clone_on_copy) | Matthias Krüger | 2021-03-17 | 1 | -3/+2 |
* | avoid converting types into themselves via .into() (clippy::useless-conversion) | Matthias Krüger | 2021-03-17 | 1 | -10/+8 |
* | Merge #7513 | bors[bot] | 2021-03-02 | 1 | -13/+27 |
|\ | |||||
| * | NFA parser for mbe matcher | Edwin Cheng | 2021-02-28 | 1 | -13/+27 |
* | | Remove redundant semicolon | Dániel Buga | 2021-03-01 | 1 | -1/+1 |
|/ | |||||
* | Add benchmark test for mbe | Edwin Cheng | 2021-02-24 | 1 | -0/+211 |