aboutsummaryrefslogtreecommitdiff
path: root/crates/mbe/src/syntax_bridge.rs
Commit message (Expand)AuthorAgeFilesLines
* Rewrite `convert_tokens` to use an explicit stackJonas Schievink2021-06-221-40/+80
* Move subtree collection out of `TokenConvertor`Jonas Schievink2021-06-221-124/+124
* Apply some clippy suggestionsClemens Wasser2021-06-211-1/+1
* clippy::redudant_borrowMaan20032021-06-131-1/+1
* Apply more clippy suggestions and update generatedClemens Wasser2021-06-031-3/+2
* Move `TokenMap` to its own fileJonas Schievink2021-05-241-80/+3
* Add even more docsAleksey Kladov2021-05-221-1/+1
* Merge #8560bors[bot]2021-04-181-1/+1
|\
| * Escape characters in doc comments in macros correctlyChayim Refael Friedman2021-04-181-1/+1
* | Make `ast_to_token_tree` infallibleJonas Schievink2021-04-041-10/+10
* | Allow include! an empty content fileEdwin Cheng2021-04-031-3/+0
|/
* a lot of clippy::style fixesMatthias Krüger2021-03-211-1/+1
* Make bare underscore token an Ident rather than Punct in proc-macroKevin Mehall2021-03-201-2/+5
* avoid converting types into themselves via .into() (clippy::useless-conversion)Matthias Krüger2021-03-171-2/+2
* some clippy::performance fixesMatthias Krüger2021-03-151-6/+2
* Fix non-latin characters doc comment for mbeEdwin Cheng2021-02-281-1/+1
* Fix builtin macros split exprs on commaEdwin Cheng2021-02-281-1/+38
* :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
* Fixed typos in private type namesVincent Esche2021-01-091-5/+5
* Fixed typos in code commentsVincent Esche2021-01-091-1/+1
* Refactor TokenBuffer for reduc cloningEdwin Cheng2021-01-041-12/+9
* Reduce string copyingEdwin Cheng2021-01-041-14/+16
* Rollback 6929Edwin Cheng2020-12-281-2/+1
* mbe: treat _ as identLaurențiu Nicola2020-12-201-1/+2
* Node-ify lifetimesLukas Wirth2020-12-161-2/+2
* Bump smol_str from 0.1.16 to 0.1.17Jean SIMARD2020-09-241-1/+4
* Rename ra_mbe -> mbeAleksey Kladov2020-08-131-0/+832