aboutsummaryrefslogtreecommitdiff
path: root/crates/mbe
Commit message (Expand)AuthorAgeFilesLines
* Reorganize mbe testsEdwin Cheng2021-03-183-1959/+1952
* don't clone types that are copy (clippy::clone_on_copy)Matthias Krüger2021-03-172-4/+3
* use if let Some(x) instead of if x.is_some() and x.unwrap() (clippy::unneces...Matthias Krüger2021-03-171-6/+6
* avoid converting types into themselves via .into() (clippy::useless-conversion)Matthias Krüger2021-03-174-14/+12
* Fix macro expansion for statements w/o semicolonEdwin Cheng2021-03-161-6/+5
* Enable thread-local coverage marksLaurențiu Nicola2021-03-151-1/+1
* some clippy::performance fixesMatthias Krüger2021-03-151-6/+2
* Simpify mbe bindings builderEdwin Cheng2021-03-141-63/+57
* Make sure ill-form macro handle propelyEdwin Cheng2021-03-141-2/+5
* Merge #7994bors[bot]2021-03-133-67/+221
|\
| * Add bindings builder for speed up matchingEdwin Cheng2021-03-133-67/+221
* | Compilation speedAleksey Kladov2021-03-091-1/+1
* | Use upstream cov-markLaurențiu Nicola2021-03-083-6/+6
|/
* Fix fail to parse :: for meta in mbeEdwin Cheng2021-03-051-1/+2
* Merge #7513bors[bot]2021-03-028-163/+579
|\
| * NFA parser for mbe matcherEdwin Cheng2021-02-288-163/+579
* | Use an unversioned profile dependency in mbeLaurențiu Nicola2021-03-011-5/+2
* | Merge #7822bors[bot]2021-03-011-1/+3
|\ \
| * | Paperover a bug in cargo-workspace for publish RAEdwin Cheng2021-03-011-1/+3
| |/
* / Remove redundant semicolonDániel Buga2021-03-011-1/+1
|/
* Fix non-latin characters doc comment for mbeEdwin Cheng2021-02-282-1/+24
* Fix builtin macros split exprs on commaEdwin Cheng2021-02-284-69/+119
* Add benchmark test for mbeEdwin Cheng2021-02-243-0/+217
* Make sure normal dependencies always have versionPavan Kumar Sunkara2021-02-031-1/+1
* Simpilfy mbe parsingEdwin Cheng2021-01-304-74/+71
* Simplify mbe match error.Edwin Cheng2021-01-296-210/+180
* Rename mbe_expander for consistencyEdwin Cheng2021-01-294-5/+5
* Support Macro v2 in mbeEdwin Cheng2021-01-254-89/+228
* :arrow_up: rowanAleksey Kladov2021-01-201-3/+1
* .Aleksey Kladov2021-01-191-1/+1
* Reduce TokenMap sizeEdwin Cheng2021-01-191-10/+16
* shrink_to_fit `TokenMap`'s backing storageJonas Schievink2021-01-181-1/+3
* Swap assert_eq_text\!(expected, actual)yugo-horie2021-01-161-5/+5
* Merge #7211bors[bot]2021-01-141-1/+22
|\
| * Fixed expr meta var after path colons in mbeEdwin Cheng2021-01-101-1/+22
* | Fixed typos in public type namesVincent Esche2021-01-091-2/+2
* | Fixed typos in private type namesVincent Esche2021-01-091-5/+5
* | Fixed typos in testsVincent Esche2021-01-091-1/+1
* | Fixed typos in `log::warn!` messageVincent Esche2021-01-091-5/+1
* | Fixed typos in code commentsVincent Esche2021-01-093-3/+3
|/
* Add testEdwin Cheng2021-01-081-0/+13
* Fix bug when $crate in LHS in mbeEdwin Cheng2021-01-082-5/+8
* Merge #7145bors[bot]2021-01-083-19/+14
|\
| * Proper handling $crate Take 2Edwin Cheng2021-01-073-19/+14
* | Simplify SubtreeTokenSourceEdwin Cheng2021-01-041-88/+60
* | Refactor TokenBuffer for reduc cloningEdwin Cheng2021-01-043-19/+18
* | Reduce string copyingEdwin Cheng2021-01-041-14/+16
|/
* Revert "Proper handling $crate and local_inner_macros"Jonas Schievink2021-01-033-14/+19
* Introduce HygieneFrames for proper token hygineeEdwin Cheng2021-01-023-19/+14
* Remove unused clones in mbeEdwin Cheng2020-12-301-8/+4