index
:
rust-analyzer
master
[FORK] modified to work on wasm targets
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
hir_expand
/
src
/
lib.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Rewrite `#[derive]` removal to be based on AST"
Jonas Schievink
2021-04-10
1
-1
/
+0
*
Rewrite `#[derive]` removal to be based on AST
Jonas Schievink
2021-04-09
1
-0
/
+1
*
Store `#[derive]` attribute ID along macro invoc
Jonas Schievink
2021-04-09
1
-1
/
+1
*
Add `AttrId` to track attribute sources
Jonas Schievink
2021-04-09
1
-0
/
+3
*
Use named fields in `MacroCallKind`
Jonas Schievink
2021-04-08
1
-8
/
+10
*
Basic Support Macro 2.0
Edwin Cheng
2021-03-27
1
-1
/
+1
*
use the included file as the source of expanded include macro
Yilin Chen
2021-03-21
1
-1
/
+22
*
Return `Either` from `MacroDefId::ast_id`
Jonas Schievink
2021-03-19
1
-4
/
+5
*
Rename derive-specific APIs
Jonas Schievink
2021-03-19
1
-4
/
+4
*
Store an `AstId` for procedural macros
Jonas Schievink
2021-03-18
1
-2
/
+2
*
Make MacroDefId's `AstId` mandatory when possible
Jonas Schievink
2021-03-18
1
-7
/
+17
*
remove uselessly wrapped ?s. (clippy::meedless_question_mark
Matthias Krüger
2021-03-17
1
-2
/
+2
*
Upgrade rowan
Aleksey Kladov
2021-03-16
1
-1
/
+4
*
Remove useless wrapper
Aleksey Kladov
2021-01-15
1
-4
/
+4
*
Revert "Proper handling $crate and local_inner_macros"
Jonas Schievink
2021-01-03
1
-4
/
+7
*
Introduce HygieneFrames for proper token hyginee
Edwin Cheng
2021-01-02
1
-7
/
+4
*
Store invocation site for eager macros
Jonas Schievink
2020-12-22
1
-14
/
+13
*
Make macro def krate mandatory
Jonas Schievink
2020-12-15
1
-7
/
+1
*
Basic support for decl macros 2.0
Jonas Schievink
2020-12-15
1
-2
/
+5
*
Move to upstream `macro_rules!` model
Jonas Schievink
2020-12-15
1
-1
/
+1
*
Fix logic for determining macro calls
Jonas Schievink
2020-12-08
1
-9
/
+7
*
Make `original_range` a method on `InFile<&SyntaxNode>`
Jonas Schievink
2020-12-08
1
-3
/
+69
*
Fix proc macro token mapping
Jonas Schievink
2020-12-03
1
-6
/
+16
*
Publish diagnostics for macro expansion errors
Jonas Schievink
2020-11-27
1
-1
/
+1
*
Use `ExpandResult` instead of `MacroResult`
Jonas Schievink
2020-11-26
1
-0
/
+2
*
Rename `parse_macro` to `parse_macro_expansion`
Jonas Schievink
2020-11-24
1
-1
/
+1
*
hir_expand: propagate expansion errors
Jonas Schievink
2020-11-24
1
-1
/
+1
*
Rename `CustomDerive` to `ProcMacro`
Jonas Schievink
2020-09-18
1
-1
/
+1
*
Rename ra_hir_expand -> hir_expand
Aleksey Kladov
2020-08-13
1
-0
/
+453