Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | syntax: return owned string instead of leaking string | cynecx | 2021-03-26 | 1 | -2/+2 |
* | Merge #8134 | bors[bot] | 2021-03-21 | 3 | -26/+76 |
|\ | |||||
| * | use the included file as the source of expanded include macro | Yilin Chen | 2021-03-21 | 3 | -26/+76 |
* | | use strip_prefix() instead of starts_with and slicing (clippy::manual_strip) | Matthias Krüger | 2021-03-21 | 1 | -3/+2 |
* | | remove more redundant clones (clippy::redundant_clone()) | Matthias Krüger | 2021-03-21 | 1 | -1/+1 |
|/ | |||||
* | Return `Either` from `MacroDefId::ast_id` | Jonas Schievink | 2021-03-19 | 2 | -5/+6 |
* | Rename derive-specific APIs | Jonas Schievink | 2021-03-19 | 2 | -5/+5 |
* | Store an `AstId` for procedural macros | Jonas Schievink | 2021-03-18 | 4 | -6/+6 |
* | Make MacroDefId's `AstId` mandatory when possible | Jonas Schievink | 2021-03-18 | 6 | -34/+39 |
* | Create AstId for builtin_derive macro in tests | Jonas Schievink | 2021-03-18 | 1 | -13/+28 |
* | Improve diagnostic when including nonexistent file | Jonas Schievink | 2021-03-17 | 1 | -10/+11 |
* | Merge #8063 | bors[bot] | 2021-03-17 | 2 | -7/+4 |
|\ | |||||
| * | remove uselessly wrapped ?s. (clippy::meedless_question_mark | Matthias Krüger | 2021-03-17 | 1 | -2/+2 |
| * | don't clone types that are copy (clippy::clone_on_copy) | Matthias Krüger | 2021-03-17 | 1 | -5/+2 |
* | | Merge #8048 | bors[bot] | 2021-03-17 | 1 | -1/+1 |
|\ \ | |/ |/| | |||||
| * | Follow established ErrorEmitted pattern | Brandon | 2021-03-17 | 1 | -1/+1 |
* | | Upgrade rowan | Aleksey Kladov | 2021-03-16 | 1 | -1/+4 |
* | | Fix macro expansion for statements w/o semicolon | Edwin Cheng | 2021-03-16 | 1 | -1/+2 |
|/ | |||||
* | 7709: Updated the implementation. | Chetan Khilosiya | 2021-03-15 | 1 | -0/+2 |
* | some clippy::performance fixes | Matthias Krüger | 2021-03-15 | 1 | -1/+1 |
* | Merge #7994 | bors[bot] | 2021-03-13 | 1 | -0/+2 |
|\ | |||||
| * | add expand log | Edwin Cheng | 2021-03-13 | 1 | -0/+2 |
* | | Use expect-test for builtin macro/derive tests | Jonas Schievink | 2021-03-10 | 3 | -80/+65 |
* | | Implement builtin `cfg!` macro | Jonas Schievink | 2021-03-10 | 4 | -2/+19 |
* | | Compilation speed | Aleksey Kladov | 2021-03-09 | 1 | -1/+3 |
|/ | |||||
* | Fix assert split exprs on comma | Edwin Cheng | 2021-02-28 | 1 | -17/+2 |
* | Fix builtin macros split exprs on comma | Edwin Cheng | 2021-02-28 | 1 | -20/+25 |
* | Address further review comments | Matt Hall | 2021-02-24 | 1 | -0/+1 |
* | Revert "Replace usage of ast::NameOrNameRef with ast::NameLike" | Lukas Wirth | 2021-02-17 | 1 | -10/+3 |
* | Replace usage of ast::NameOrNameRef with ast::NameLike | Lukas Wirth | 2021-02-17 | 1 | -3/+10 |
* | add more counts | Aleksey Kladov | 2021-01-27 | 1 | -1/+3 |
* | Disallow non-boolean literals in concat! | Laurențiu Nicola | 2021-01-25 | 1 | -2/+4 |
* | Unquote strings and handle boolean literals in concat! | Laurențiu Nicola | 2021-01-25 | 1 | -16/+8 |
* | Identify methods using functions ids rather than string names | Phil Ellison | 2021-01-23 | 1 | -0/+3 |
* | Merge #7359 | bors[bot] | 2021-01-20 | 1 | -6/+14 |
|\ | |||||
| * | Record `FileAstId`s for block expressiosn | Jonas Schievink | 2021-01-19 | 1 | -6/+14 |
* | | . | Aleksey Kladov | 2021-01-19 | 2 | -5/+5 |
* | | :arrow_up: rowan | Aleksey Kladov | 2021-01-19 | 1 | -1/+1 |
|/ | |||||
* | shrink_to_fit `TokenMap`'s backing storage | Jonas Schievink | 2021-01-18 | 1 | -0/+2 |
* | Merge #7292 | bors[bot] | 2021-01-18 | 1 | -2/+2 |
|\ | |||||
| * | Swap assert_eq_text\!(expected, actual) | yugo-horie | 2021-01-16 | 1 | -2/+2 |
* | | :arrow_up: arena | Aleksey Kladov | 2021-01-17 | 1 | -1/+1 |
* | | Merge #7304 | bors[bot] | 2021-01-17 | 1 | -1/+1 |
|\ \ | |||||
| * | | Depend on local copy of la-arena instead of crates.io’s | Aramis Razzaghipour | 2021-01-17 | 1 | -1/+1 |
* | | | When building an item-tree, keep fewer nodes in memory | Aleksey Kladov | 2021-01-16 | 1 | -6/+24 |
| |/ |/| | |||||
* | | Remove useless wrapper | Aleksey Kladov | 2021-01-15 | 2 | -5/+5 |
|/ | |||||
* | prepare to publish el libro de arena | Aleksey Kladov | 2021-01-14 | 2 | -2/+2 |
* | Fixed typos in code comments | Vincent Esche | 2021-01-09 | 1 | -1/+1 |
* | Merge #7145 | bors[bot] | 2021-01-08 | 2 | -36/+186 |
|\ | |||||
| * | Proper handling $crate Take 2 | Edwin Cheng | 2021-01-07 | 2 | -36/+186 |