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
/
ra_hir_def
/
src
/
nameres
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Guard against infinite macro expansions
Aleksey Kladov
2020-07-14
1
-0
/
+24
*
Merge #5033
bors[bot]
2020-06-27
1
-0
/
+90
|
\
|
*
Revert resolution of all glob imports first, replace with tracking of glob im...
Paul Daniel Faria
2020-06-25
1
-0
/
+44
|
*
Order of glob imports should not affect import shadowing
Paul Daniel Faria
2020-06-25
1
-0
/
+46
*
|
Make VFS join methods fallible
Jonas Schievink
2020-06-26
1
-0
/
+16
|
/
*
draw the rest of the owl
Jonas Schievink
2020-06-24
1
-4
/
+1
*
Remove now-broken incremental test
Jonas Schievink
2020-06-24
1
-38
/
+0
*
Fix test
Jonas Schievink
2020-06-24
1
-2
/
+5
*
Fix formatting issue with glob shadow test
Paul Daniel Faria
2020-06-24
1
-17
/
+17
*
Use a macro in push_res to simplify code, simplify glob_shadowed_def assertion
Paul Daniel Faria
2020-06-24
1
-127
/
+28
*
Account for updated module ids when determining whether a resolution is "chan...
Paul Daniel Faria
2020-06-24
1
-0
/
+146
*
Switch to new magic marks
Aleksey Kladov
2020-05-20
3
-10
/
+8
*
Fix test
Edwin Cheng
2020-05-04
1
-16
/
+16
*
Add test in name resolutions
Edwin Cheng
2020-05-02
1
-0
/
+37
*
Make incremental nameres test harder
Aleksey Kladov
2020-04-11
1
-0
/
+6
*
Minor incremental tests cleanup
Aleksey Kladov
2020-03-26
1
-8
/
+8
*
Simplify Arena to use a generic index
Aleksey Kladov
2020-03-19
1
-6
/
+2
*
Check that no file contains trailing ws
Aleksey Kladov
2020-03-17
3
-105
/
+105
*
Run cargo +nightly fix --clippy -Z unstable-options
Kirill Bulatov
2020-02-18
1
-2
/
+2
*
Fix various names, e.g. Iterator not resolving in core prelude
Florian Diebold
2020-01-11
1
-0
/
+45
*
Fix cross-crate glob privacy handling
Florian Diebold
2019-12-26
1
-0
/
+20
*
Handle privacy for modules
Florian Diebold
2019-12-26
1
-2
/
+1
*
Take visibility into account for glob imports
Florian Diebold
2019-12-26
2
-2
/
+80
*
Make legacy macros private
Aleksey Kladov
2019-12-20
1
-2
/
+2
*
Move impls to ItemScope
Aleksey Kladov
2019-12-20
1
-2
/
+2
*
Handle start imports in import groups
Aleksey Kladov
2019-12-19
1
-0
/
+21
*
Add expansion infrastructure for derive macros
Florian Diebold
2019-12-05
1
-0
/
+24
*
Use InFile for AstId
Aleksey Kladov
2019-11-28
1
-2
/
+2
*
Rename CrateModuleId
Aleksey Kladov
2019-11-23
1
-1
/
+1
*
Add convenience method for testing
Aleksey Kladov
2019-11-15
2
-4
/
+4
*
Restore crate_def_map marks
Aleksey Kladov
2019-11-03
3
-8
/
+8
*
move crate_def_map tests to hir_def
Aleksey Kladov
2019-11-03
5
-0
/
+1655