Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | | 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 | 1 | -1/+1 |
* | 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 |
* | | Add fix to wrap return expression in Some | Phil Ellison | 2021-01-07 | 1 | -0/+2 |
* | | Change <|> to $0 - Rebase | Kevaundray Wedderburn | 2021-01-07 | 1 | -1/+1 |
* | | Refactor TokenBuffer for reduc cloning | Edwin Cheng | 2021-01-04 | 1 | -5/+5 |
|/ | |||||
* | Revert "Proper handling $crate and local_inner_macros" | Jonas Schievink | 2021-01-03 | 2 | -130/+32 |
* | Fixed nested eager macro bug | Edwin Cheng | 2021-01-03 | 1 | -0/+6 |
* | Merge #7133 | bors[bot] | 2021-01-02 | 2 | -32/+130 |
|\ | |||||
| * | Use arena instead of vec | Edwin Cheng | 2021-01-02 | 1 | -22/+16 |
| * | Introduce HygieneFrames for proper token hyginee | Edwin Cheng | 2021-01-02 | 2 | -32/+136 |
* | | Fix infer error of macro invocation in array expr | Edwin Cheng | 2021-01-02 | 1 | -1/+1 |
|/ | |||||
* | Fix `==` in in format causes mismatched-arg-count | Edwin Cheng | 2020-12-31 | 1 | -1/+2 |
* | Pass crate environment to proc macros | Jonas Schievink | 2020-12-27 | 2 | -4/+7 |
* | Store invocation site for eager macros | Jonas Schievink | 2020-12-22 | 4 | -28/+27 |
* | More accurate `#[derive]` parsing | Jonas Schievink | 2020-12-19 | 1 | -0/+1 |
* | Implement `RawAttr::filter` | Jonas Schievink | 2020-12-18 | 1 | -0/+1 |
* | Node-ify lifetimes | Lukas Wirth | 2020-12-16 | 1 | -3/+2 |
* | Make macro def krate mandatory | Jonas Schievink | 2020-12-15 | 4 | -24/+36 |
* | Basic support for decl macros 2.0 | Jonas Schievink | 2020-12-15 | 3 | -11/+20 |
* | Move to upstream `macro_rules!` model | Jonas Schievink | 2020-12-15 | 2 | -7/+11 |
* | Merge #6886 | bors[bot] | 2020-12-15 | 1 | -2/+2 |
|\ | |||||
| * | Remove obsolete comment | Edwin Cheng | 2020-12-15 | 1 | -1/+0 |
| * | Expand statements for mbe in lowering | Edwin Cheng | 2020-12-15 | 1 | -1/+2 |
* | | Resolve `macro-error` diagnostics on asm & llvm_asm | lf- | 2020-12-15 | 2 | -0/+17 |
* | | Implement `module_path!()` | Jonas Schievink | 2020-12-14 | 2 | -0/+11 |
|/ | |||||
* | Add Lifetimes to the HIR | Lukas Wirth | 2020-12-11 | 1 | -1/+6 |
* | Use decimal notation | Jonas Schievink | 2020-12-10 | 1 | -1/+1 |
* | Double the macro token limit | Jonas Schievink | 2020-12-10 | 1 | -1/+1 |
* | Improve macro limit error and move to const | Jonas Schievink | 2020-12-10 | 1 | -3/+9 |
* | format_args: handle key-value arguments | Jonas Schievink | 2020-12-10 | 1 | -0/+6 |
* | Introduce anchored_path | Aleksey Kladov | 2020-12-09 | 2 | -5/+6 |
* | Fix `concat!` with integer literals | Jonas Schievink | 2020-12-08 | 1 | -8/+34 |
* | Fix logic for determining macro calls | Jonas Schievink | 2020-12-08 | 1 | -9/+7 |