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.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix `find_path` when inner items are present
Jonas Schievink
2021-03-01
1
-0
/
+12
*
For unresolved macros, hightlight only the last segment
Aleksey Kladov
2021-02-28
1
-0
/
+14
*
is_visible_from_def_map: handle block expressions
Jonas Schievink
2021-02-23
1
-0
/
+6
*
Make `with_ancestor_maps` public
Jonas Schievink
2021-02-09
1
-1
/
+1
*
Don't keep the parent DefMap alive via Arc
Jonas Schievink
2021-02-04
1
-19
/
+41
*
Split out ItemScope::dump from DefMap::dump
Jonas Schievink
2021-02-03
1
-21
/
+1
*
Add newline between block and crate maps
Jonas Schievink
2021-02-03
1
-0
/
+1
*
Update `DefMap` and `block_def_map` docs
Jonas Schievink
2021-02-03
1
-1
/
+10
*
Shortcut `block_def_map` if there's no inner items
Jonas Schievink
2021-02-03
1
-4
/
+9
*
Fix resolution of `crate` paths from within blocks
Jonas Schievink
2021-02-02
1
-0
/
+5
*
Use the right `DefMap` when looking up modules
Jonas Schievink
2021-02-02
1
-0
/
+4
*
Revert "Use block_def_map in body lowering"
Jonas Schievink
2021-02-02
1
-4
/
+2
*
Shortcut `block_def_map` if there's no inner items
Jonas Schievink
2021-02-01
1
-2
/
+4
*
Fix incorrect `FileId` and remove broken shortcut
Jonas Schievink
2021-01-28
1
-9
/
+3
*
Fix legacy macro resolution in block expressions
Jonas Schievink
2021-01-27
1
-0
/
+11
*
Intern block locations and handle them in ModuleId
Jonas Schievink
2021-01-25
1
-47
/
+26
*
Create all `ModuleId`s through a `DefMap` method
Jonas Schievink
2021-01-25
1
-0
/
+4
*
Include `countme` crate to count important data structures.
Aleksey Kladov
2021-01-21
1
-0
/
+3
*
Add name resolution query for block expressions
Jonas Schievink
2021-01-21
1
-17
/
+78
*
Treat BlockExpr as a potential module origin
Jonas Schievink
2021-01-20
1
-2
/
+10
*
DefMap: hide remaining crate-visible fields
Jonas Schievink
2021-01-20
1
-3
/
+15
*
Make public DefMap fields private
Jonas Schievink
2021-01-20
1
-2
/
+10
*
Rename `CrateDefMap` to `DefMap`
Jonas Schievink
2021-01-18
1
-6
/
+6
*
prepare to publish el libro de arena
Aleksey Kladov
2021-01-14
1
-1
/
+1
*
Remove some unneeded string allocations
Lukas Wirth
2020-12-31
1
-1
/
+1
*
Avoid a couple of allocations
Laurențiu Nicola
2020-12-29
1
-1
/
+1
*
More accurately place proc-macro diagnostic
Jonas Schievink
2020-11-27
1
-3
/
+38
*
Publish diagnostics for macro expansion errors
Jonas Schievink
2020-11-27
1
-2
/
+50
*
Don't store `SyntaxNodePtr` in `CrateDefMap`
Jonas Schievink
2020-11-26
1
-4
/
+5
*
Emit better #[cfg] diagnostics
Jonas Schievink
2020-10-22
1
-4
/
+12
*
Rename UnconfiguredCode -> InactiveCode
Jonas Schievink
2020-10-20
1
-1
/
+1
*
Add a (hint) diagnostic for unconfigured items
Jonas Schievink
2020-10-20
1
-1
/
+14
*
Rename declaration_name -> display_name
Aleksey Kladov
2020-10-20
1
-5
/
+1
*
Properly name the field
Kirill Bulatov
2020-10-02
1
-1
/
+1
*
Add diagnostic types for unresolved crates/imports
Jonas Schievink
2020-09-16
1
-12
/
+81
*
Rename ra_hir_def -> hir_def
Aleksey Kladov
2020-08-13
1
-0
/
+326