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
*
Merge #8542
bors[bot]
2021-04-16
2
-6
/
+7
|
\
|
*
Include path in `unresolved-macro-call` diagnostic
Jonas Schievink
2021-04-16
2
-6
/
+7
*
|
Fix primitive shadowing with inner items
Jonas Schievink
2021-04-16
1
-1
/
+7
|
/
*
Resolve prelude and crate root names in the root DefMap
Jonas Schievink
2021-04-09
2
-7
/
+34
*
-
.
Merge #8443 #8446
bors[bot]
2021-04-09
2
-16
/
+15
|
\
\
|
|
*
Undo path resolution hack for extern prelude
Jonas Schievink
2021-04-09
1
-9
/
+4
|
|
/
|
/
|
|
*
Store `#[derive]` attribute ID along macro invoc
Jonas Schievink
2021-04-09
1
-7
/
+11
|
/
*
Use named fields in `MacroCallKind`
Jonas Schievink
2021-04-08
1
-1
/
+1
*
Track recursion limit when expanding custom derive
Jonas Schievink
2021-04-08
1
-1
/
+1
*
Update `OUT_DIR` diagnostic to match setting
Jonas Schievink
2021-04-07
1
-1
/
+1
*
nameres: collect unnamed consts
Jonas Schievink
2021-04-07
1
-13
/
+21
*
Merge #8352
bors[bot]
2021-04-05
1
-9
/
+3
|
\
|
*
Remove dead legacy macro expansion code
Brandon
2021-04-05
1
-9
/
+3
*
|
Use shrink_to_fit to reduce DefMap sizes
Jonas Schievink
2021-04-03
1
-1
/
+3
*
|
Intern `ModPath` in `Import`
Jonas Schievink
2021-04-03
1
-2
/
+6
*
|
Allow include! an empty content file
Edwin Cheng
2021-04-03
1
-0
/
+20
*
|
Support `#[rustc_builtin_macro = "builtin_name"]`
Jonas Schievink
2021-04-03
1
-1
/
+11
*
|
Only populate prelude for crate-level DefMaps
Jonas Schievink
2021-04-02
1
-14
/
+16
*
|
Intern Attr, MacroCall and Path components
Jonas Schievink
2021-04-01
1
-1
/
+1
*
|
Remove unused test fixtures
Edwin Cheng
2021-03-28
1
-4
/
+0
*
|
Basic Support Macro 2.0
Edwin Cheng
2021-03-27
2
-39
/
+85
|
/
*
Merge bang-macros and derives in name resolution
Jonas Schievink
2021-03-23
1
-86
/
+79
*
resolver: manually traverse nested block scopes
Jonas Schievink
2021-03-22
1
-1
/
+1
*
Merge #8134
bors[bot]
2021-03-21
1
-4
/
+9
|
\
|
*
check is_include_macro only when attr_path is not specified
Yilin Chen
2021-03-21
1
-4
/
+3
|
*
use the included file as the source of expanded include macro
Yilin Chen
2021-03-21
1
-2
/
+8
*
|
Expand legacy-scoped macro during collection
Jonas Schievink
2021-03-21
2
-6
/
+28
|
/
*
Fix handling of `#![cfg]` in outline module file
Jonas Schievink
2021-03-19
2
-21
/
+48
*
Rename derive-specific APIs
Jonas Schievink
2021-03-19
1
-4
/
+4
*
Add test
Jonas Schievink
2021-03-18
1
-0
/
+26
*
Record custom derive helpers in `DefMap`
Jonas Schievink
2021-03-18
2
-24
/
+80
*
Store an `AstId` for procedural macros
Jonas Schievink
2021-03-18
1
-6
/
+7
*
Make MacroDefId's `AstId` mandatory when possible
Jonas Schievink
2021-03-18
1
-4
/
+1
*
Rename `item_tree` query to `file_item_tree`
Jonas Schievink
2021-03-18
1
-4
/
+4
*
Make `ItemTreeId` its own type
Jonas Schievink
2021-03-18
1
-6
/
+6
*
Merge #8075
bors[bot]
2021-03-17
2
-16
/
+37
|
\
|
*
Fix `use crate as <name>;` imports
Jonas Schievink
2021-03-17
2
-16
/
+37
*
|
Improve diagnostic when including nonexistent file
Jonas Schievink
2021-03-17
1
-1
/
+1
|
/
*
Use first early expansion error during nameres
Jonas Schievink
2021-03-17
2
-1
/
+20
*
Merge #7970
bors[bot]
2021-03-15
2
-10
/
+68
|
\
|
*
Update crates/hir_def/src/nameres/collector.rs
brandondong
2021-03-15
1
-1
/
+1
|
*
Fix incorrect diagnositics for failing built in eager macros
Brandon
2021-03-14
2
-10
/
+68
*
|
Extend cfg_attr test
Jonas Schievink
2021-03-13
1
-0
/
+3
|
/
*
Prefer names from outer DefMap over extern prelude
Jonas Schievink
2021-03-10
1
-5
/
+11
*
Delete `ContainerId`
Jonas Schievink
2021-03-09
1
-12
/
+11
*
Stop using `ContainerId` in `AssocContainerId`
Jonas Schievink
2021-03-09
1
-3
/
+3
*
Use upstream cov-mark
Laurențiu Nicola
2021-03-08
8
-36
/
+31
*
For unresolved macros, hightlight only the last segment
Aleksey Kladov
2021-02-28
1
-33
/
+48
*
Restrict visibilities to the containing DefMap
Jonas Schievink
2021-02-28
1
-4
/
+17
*
is_visible_from_def_map: handle block expressions
Jonas Schievink
2021-02-23
1
-2
/
+2
[next]