Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clippy::redudant_borrow | Maan2003 | 2021-06-13 | 1 | -1/+1 |
* | Apply more clippy suggestions and update generated | Clemens Wasser | 2021-06-03 | 1 | -3/+2 |
* | Move `TokenMap` to its own file | Jonas Schievink | 2021-05-24 | 1 | -80/+3 |
* | Add even more docs | Aleksey Kladov | 2021-05-22 | 1 | -1/+1 |
* | Merge #8560 | bors[bot] | 2021-04-18 | 1 | -1/+1 |
|\ | |||||
| * | Escape characters in doc comments in macros correctly | Chayim Refael Friedman | 2021-04-18 | 1 | -1/+1 |
* | | Make `ast_to_token_tree` infallible | Jonas Schievink | 2021-04-04 | 1 | -10/+10 |
* | | Allow include! an empty content file | Edwin Cheng | 2021-04-03 | 1 | -3/+0 |
|/ | |||||
* | a lot of clippy::style fixes | Matthias Krüger | 2021-03-21 | 1 | -1/+1 |
* | Make bare underscore token an Ident rather than Punct in proc-macro | Kevin Mehall | 2021-03-20 | 1 | -2/+5 |
* | avoid converting types into themselves via .into() (clippy::useless-conversion) | Matthias Krüger | 2021-03-17 | 1 | -2/+2 |
* | some clippy::performance fixes | Matthias Krüger | 2021-03-15 | 1 | -6/+2 |
* | Fix non-latin characters doc comment for mbe | Edwin Cheng | 2021-02-28 | 1 | -1/+1 |
* | Fix builtin macros split exprs on comma | Edwin Cheng | 2021-02-28 | 1 | -1/+38 |
* | :arrow_up: rowan | Aleksey Kladov | 2021-01-20 | 1 | -3/+1 |
* | . | Aleksey Kladov | 2021-01-19 | 1 | -1/+1 |
* | Reduce TokenMap size | Edwin Cheng | 2021-01-19 | 1 | -10/+16 |
* | shrink_to_fit `TokenMap`'s backing storage | Jonas Schievink | 2021-01-18 | 1 | -1/+3 |
* | Fixed typos in private type names | Vincent Esche | 2021-01-09 | 1 | -5/+5 |
* | Fixed typos in code comments | Vincent Esche | 2021-01-09 | 1 | -1/+1 |
* | Refactor TokenBuffer for reduc cloning | Edwin Cheng | 2021-01-04 | 1 | -12/+9 |
* | Reduce string copying | Edwin Cheng | 2021-01-04 | 1 | -14/+16 |
* | Rollback 6929 | Edwin Cheng | 2020-12-28 | 1 | -2/+1 |
* | mbe: treat _ as ident | Laurențiu Nicola | 2020-12-20 | 1 | -1/+2 |
* | Node-ify lifetimes | Lukas Wirth | 2020-12-16 | 1 | -2/+2 |
* | Bump smol_str from 0.1.16 to 0.1.17 | Jean SIMARD | 2020-09-24 | 1 | -1/+4 |
* | Rename ra_mbe -> mbe | Aleksey Kladov | 2020-08-13 | 1 | -0/+832 |