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_def
/
src
/
nameres
Commit message (
Expand
)
Author
Age
Files
Lines
*
Account for proc macro helpers when parsing attr
Jonas Schievink
2020-10-05
2
-1
/
+9
*
Add more comments about proc macro resolution
Jonas Schievink
2020-09-28
1
-0
/
+20
*
Reduce visibility of non-proc-macros
Jonas Schievink
2020-09-18
2
-0
/
+60
*
Remove obsolete proc macro collection code
Jonas Schievink
2020-09-18
1
-19
/
+0
*
Use hir_def to resolve proc macros
Jonas Schievink
2020-09-18
1
-2
/
+48
*
Add test
Jonas Schievink
2020-09-18
1
-0
/
+32
*
Rename `CustomDerive` to `ProcMacro`
Jonas Schievink
2020-09-18
1
-1
/
+1
*
Invert condition to unindent code
Jonas Schievink
2020-09-18
1
-158
/
+157
*
Give `ExternCrate` a `Name`, not a `ModPath`
Jonas Schievink
2020-09-17
1
-10
/
+7
*
Don't diagnose imports whose base crate is missing
Jonas Schievink
2020-09-17
2
-17
/
+64
*
Add annotation-based nameres diagnostic tests
Jonas Schievink
2020-09-16
3
-38
/
+108
*
Track import sources and emit diagnostics
Jonas Schievink
2020-09-16
2
-21
/
+60
*
Leave extern crate items unresolved if they are
Jonas Schievink
2020-09-16
1
-1
/
+5
*
Add diagnostic types for unresolved crates/imports
Jonas Schievink
2020-09-16
1
-7
/
+5
*
Support extern types
Jonas Schievink
2020-08-24
1
-0
/
+2
*
Switch to expect_test from crates.io
Aleksey Kladov
2020-08-21
1
-1
/
+1
*
Rename ra_hir_def -> hir_def
Aleksey Kladov
2020-08-13
9
-0
/
+4365