aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_expand/src/eager.rs
Commit message (Collapse)AuthorAgeFilesLines
* use the included file as the source of expanded include macroYilin Chen2021-03-211-3/+10
| | | | Signed-off-by: Yilin Chen <[email protected]>
* Store an `AstId` for procedural macrosJonas Schievink2021-03-181-1/+1
|
* Make MacroDefId's `AstId` mandatory when possibleJonas Schievink2021-03-181-5/+5
|
* Follow established ErrorEmitted patternBrandon2021-03-171-1/+1
|
* Fixed nested eager macro bugEdwin Cheng2021-01-031-0/+6
|
* Store invocation site for eager macrosJonas Schievink2020-12-221-8/+6
|
* Rename `error_sink` to `diagnostic_sink`Jonas Schievink2020-12-031-11/+12
|
* Propagate eager expansion errorsJonas Schievink2020-12-031-16/+99
|
* builtin_macro: move to `mbe::ExpandResult`Jonas Schievink2020-11-301-1/+1
|
* Rename `CustomDerive` to `ProcMacro`Jonas Schievink2020-09-181-1/+1
| | | | | It handles fn-like macros too, and will handle attribute macros in the future
* Rename ra_hir_expand -> hir_expandAleksey Kladov2020-08-131-0/+144