| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-09-25 | Add missing rustc_private | Laurențiu Nicola | -0/+2 | |
| 2024-09-20 | Auto merge of #18151 - ChayimFriedman2:metavar-concat, r=Veykril | bors | -5/+149 | |
| feat: Support the `${concat(...)}` metavariable expression I didn't follow rustc precisely, because I think it does some things wrongly (or they are FIXME), but I only allowed more code, not less. So we're all fine. Closes #18145. | ||||
| 2024-09-19 | When checking for forbidden expr kind matches, account for rawness | Chayim Refael Friedman | -1/+1 | |
| An expression starting with `r#const` etc. should be accepted even in edition <=2021. | ||||
| 2024-09-19 | Support the `${concat(...)}` metavariable expression | Chayim Refael Friedman | -5/+149 | |
| I didn't follow rustc precisely, because I think it does some things wrongly (or they are FIXME), but I only allowed more code, not less. So we're all fine. | ||||
| 2024-09-18 | Auto merge of #18131 - ChayimFriedman2:macro-expand-dollar-crate, r=Veykril | bors | -2/+9 | |
| fix: Get rid of `$crate` in expansions shown to the user Be it "Expand Macro Recursively", "Inline macro" or few other things. We replace it with the crate name, as should've always been. Probably fixes some issues, but I don't know what they are. | ||||
| 2024-09-18 | Get rid of `$crate` in expansions shown to the user | Chayim Refael Friedman | -2/+9 | |
| Be it "Expand Macro Recursively", "Inline macro" or few other things. We replace it with the crate name, as should've always been. | ||||
| 2024-09-18 | feat: Implement `expr_2021` | Shoyu Vanilla | -21/+192 | |
| 2024-09-01 | internal: Lay basic ground work for standalone mbe tests | Lukas Wirth | -0/+182 | |
| 2024-08-06 | Replace `[package.repository] = "…"` of published crates with ↵ | Vincent Esche | -1/+1 | |
| `[package.repository.workspace] = true` | ||||
| 2024-08-06 | Add repository URL for published crates' missing `[package.repository]` fields | Vincent Esche | -0/+1 | |
| 2024-08-06 | Replace `"TBD"` with more helpful desciptions in published crates' ↵ | Vincent Esche | -1/+1 | |
| `[package.description]` fields | ||||
| 2024-08-05 | Split out syntax-bridge into a separate crate | Lukas Wirth | -1224/+9 | |
| 2024-07-29 | Make basic use of spans for macro expansion errors | Lukas Wirth | -150/+152 | |
| 2024-07-19 | Parse contextual dyn keyword properly in edition 2015 | Lukas Wirth | -3/+2 | |
| 2024-07-19 | Test macros doing edition dependent parsing | Lukas Wirth | -39/+31 | |
| 2024-07-18 | Encode edition within FileId in the hir layer | Lukas Wirth | -2/+8 | |
| 2024-07-17 | Add always disabled gen parse support | Lukas Wirth | -3/+8 | |
| 2024-07-16 | Switch token trees to use Symbols | Lukas Wirth | -81/+90 | |
| 2024-07-15 | Fix incorrect encoding of literals in the proc-macro-api on version 4 | Lukas Wirth | -61/+4 | |
| 2024-07-15 | Encode ident rawness and literal kind separately in tt::Leaf | Lukas Wirth | -78/+201 | |
| 2024-07-03 | Fix up the syntax tree for macro 2.0 | Lukas Wirth | -23/+22 | |
| 2024-06-30 | Remove inline `rust_2018_idioms, unused_lifetimes` lint warn, Cargo.toml ↵ | Lukas Wirth | -2/+0 | |
| already enforces this | ||||
| 2024-06-24 | move tt-iter into tt crate | Lukas Wirth | -310/+152 | |
| 2024-06-24 | Shrink mbe's Op | Lukas Wirth | -24/+46 | |
| 2024-06-12 | Auto merge of #17398 - Veykril:bogus-file, r=Veykril | bors | -2/+2 | |
| internal: Remove FileId::BOGUS | ||||
| 2024-06-12 | internal: Remove FileId::BOGUS | Lukas Wirth | -2/+2 | |
| 2024-06-11 | Auto merge of #17392 - randomicon00:17242, r=Veykril | bors | -6/+6 | |
| Change 'Length' to 'Len' This is a fix for #17242 | ||||
| 2024-06-11 | edit: Length to Len in benchmark | randomicon00 | -1/+1 | |
| 2024-06-11 | edit: change 'Length' to 'Len' | randomicon00 | -5/+5 | |
| 2024-06-04 | Cleanup some inert attribute stuff | Lukas Wirth | -0/+6 | |
| 2024-04-27 | fix: Fix doc comment desugaring for proc-macros | Lukas Wirth | -26/+58 | |
| 2024-04-21 | Allow rust files to be used linkedProjects | Lukas Wirth | -0/+4174 | |
