Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unnecessary duplication | Lukas Wirth | 2021-06-09 | 1 | -56/+8 |
* | Implement dummy expansions for builtin attributes | Lukas Wirth | 2021-06-09 | 6 | -4/+140 |
* | Fix typo | phynalle | 2021-06-08 | 1 | -1/+1 |
* | Replace attribute with equivalent whitespace | Jonas Schievink | 2021-06-06 | 1 | -2/+4 |
* | Expand procedural attribute macros | Jonas Schievink | 2021-06-03 | 4 | -7/+54 |
* | Fall back to legacy prelude | Jonas Schievink | 2021-06-01 | 1 | -0/+1 |
* | Implement per-edition preludes | Jonas Schievink | 2021-06-01 | 1 | -0/+4 |
* | Thread proc-macro types through the HIR | Jonas Schievink | 2021-05-29 | 1 | -2/+3 |
* | Remove fragment kind knowledge from builtin macros | Jonas Schievink | 2021-05-29 | 2 | -23/+17 |
* | Merge #9007 | bors[bot] | 2021-05-26 | 1 | -1/+1 |
|\ | |||||
| * | clippy::redundant_clone fixes | Laurențiu Nicola | 2021-05-26 | 1 | -1/+1 |
* | | internal: move diagnostics to hir | Aleksey Kladov | 2021-05-25 | 3 | -115/+4 |
|/ | |||||
* | Merge #8977 | bors[bot] | 2021-05-24 | 3 | -4/+4 |
|\ | |||||
| * | Make `TokenTextRange` private | Jonas Schievink | 2021-05-24 | 3 | -4/+4 |
* | | internal: rename hypothetical -> speculative | Aleksey Kladov | 2021-05-24 | 1 | -7/+7 |
|/ | |||||
* | Add even more docs | Aleksey Kladov | 2021-05-22 | 1 | -1/+1 |
* | Support `#[register_attr]` and `#[register_tool]` | Jonas Schievink | 2021-05-20 | 1 | -0/+2 |
* | Track in-scope derive helpers during nameres | Jonas Schievink | 2021-05-19 | 1 | -1/+1 |
* | Clarify field name | Jonas Schievink | 2021-05-19 | 4 | -6/+6 |
* | Simplify eager macro representation | Jonas Schievink | 2021-05-19 | 7 | -264/+156 |
* | Implement `concat_idents` | Edwin Cheng | 2021-05-13 | 2 | -0/+36 |
* | Remove delimiters from proc macro input | Jonas Schievink | 2021-05-12 | 2 | -1/+14 |
* | Revert "Strip delimiter from fn-like proc macro input" | Jonas Schievink | 2021-05-11 | 2 | -33/+2 |
* | Strip delimiter from fn-like proc macro input | Jonas Schievink | 2021-05-11 | 2 | -2/+33 |
* | Rewrite `#[derive]` removal to be based on AST | Jonas Schievink | 2021-05-10 | 4 | -107/+112 |
* | Move `AttrId` back into `hir_def` | Jonas Schievink | 2021-05-10 | 2 | -6/+3 |
* | Merge #8776 | bors[bot] | 2021-05-09 | 4 | -63/+84 |
|\ | |||||
| * | Precompute macro fragment kind | Jonas Schievink | 2021-05-09 | 4 | -63/+84 |
* | | Escape characters in builtin macros correctly | Edwin Cheng | 2021-05-09 | 2 | -4/+4 |
|/ | |||||
* | Merge #8280 | bors[bot] | 2021-05-06 | 1 | -1/+1 |
|\ | |||||
| * | Fix build | Dawer | 2021-05-06 | 1 | -1/+1 |
* | | Don't store call-site text offsets in hygiene info | Jonas Schievink | 2021-05-06 | 1 | -22/+35 |
|/ | |||||
* | Document expansion queries | Aleksey Kladov | 2021-05-04 | 1 | -0/+21 |
* | simplify macro expansion code | Aleksey Kladov | 2021-05-04 | 1 | -27/+17 |
* | make illegal states unrepresentable | Aleksey Kladov | 2021-05-04 | 3 | -49/+48 |
* | Cleanups | Aleksey Kladov | 2021-05-04 | 1 | -139/+134 |
* | Merge #8727 | bors[bot] | 2021-05-04 | 1 | -11/+11 |
|\ | |||||
| * | minor: use standard import style | Aleksey Kladov | 2021-05-04 | 1 | -11/+11 |
* | | Merge #8726 | bors[bot] | 2021-05-04 | 1 | -3/+3 |
|\| | |||||
| * | internal: reduce visibility | Aleksey Kladov | 2021-05-04 | 1 | -3/+3 |
* | | minor: unconfuse myself about macro def vs macro rules | Aleksey Kladov | 2021-05-04 | 1 | -0/+5 |
|/ | |||||
* | Merge #8586 | bors[bot] | 2021-04-19 | 1 | -9/+9 |
|\ | |||||
| * | Remove SyntaxRewriter usage in eager::eager_macro_recur | Lukas Wirth | 2021-04-19 | 1 | -9/+9 |
* | | Merge #8462 | bors[bot] | 2021-04-19 | 2 | -0/+2 |
|\ \ | |/ |/| | |||||
| * | hir_ty: Expand macros at type position | cynecx | 2021-04-17 | 2 | -0/+2 |
* | | Expand `global_asm!` to nothing | Jonas Schievink | 2021-04-18 | 2 | -0/+11 |
|/ | |||||
* | Support macros in pattern position | Jonas Schievink | 2021-04-11 | 1 | -0/+1 |
* | Revert "Rewrite `#[derive]` removal to be based on AST" | Jonas Schievink | 2021-04-10 | 4 | -92/+105 |
* | Revert "Use `pub(crate)`" | Jonas Schievink | 2021-04-10 | 1 | -5/+1 |
* | Revert "Use `name![derive]`" | Jonas Schievink | 2021-04-10 | 1 | -6/+2 |