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
/
collector.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
internal: move diagnostics to hir
Aleksey Kladov
2021-05-25
1
-3
/
+4
*
internal: intern `AttrInput`
Jonas Schievink
2021-05-24
1
-1
/
+1
*
Work around non-unique AttrIds
Jonas Schievink
2021-05-22
1
-8
/
+22
*
Remove `StructDefKind`
Jonas Schievink
2021-05-21
1
-3
/
+3
*
Don't lower extern block in the ItemTree
Jonas Schievink
2021-05-21
1
-0
/
+1
*
Support `#[register_attr]` and `#[register_tool]`
Jonas Schievink
2021-05-20
1
-32
/
+75
*
Rename `ignore_attrs_on` to `skip_attrs`
Jonas Schievink
2021-05-20
1
-6
/
+6
*
Simplify
Jonas Schievink
2021-05-20
1
-4
/
+2
*
Refactor name resolution to resolve derive helpers
Jonas Schievink
2021-05-20
1
-85
/
+113
*
Rename `unexpanded_macros` to `unresolved_macros`
Jonas Schievink
2021-05-20
1
-15
/
+31
*
Track in-scope derive helpers during nameres
Jonas Schievink
2021-05-19
1
-8
/
+26
*
Fix unresolved attribute fallback again
Jonas Schievink
2021-05-19
1
-4
/
+4
*
-
.
Merge #8885 #8887
bors[bot]
2021-05-19
1
-13
/
+14
|
\
\
|
|
*
Fix derive collection after unresolved attribute fallback
Jonas Schievink
2021-05-19
1
-1
/
+5
|
|
/
|
/
|
|
*
Simplify eager macro representation
Jonas Schievink
2021-05-19
1
-12
/
+9
|
/
*
Merge #8882
bors[bot]
2021-05-19
1
-27
/
+153
|
\
|
*
Rewrite `resolve_imports` to use an iterator
Jonas Schievink
2021-05-19
1
-19
/
+23
|
*
Restructure nameres loop to be a bit clearer
Jonas Schievink
2021-05-19
1
-38
/
+41
|
*
internal: resolve attributes in name resolution
Jonas Schievink
2021-05-19
1
-2
/
+121
*
|
Merge #8871
bors[bot]
2021-05-18
1
-23
/
+13
|
\
\
|
*
|
Simplify `DefCollector::resolve_macros`
Jonas Schievink
2021-05-18
1
-23
/
+13
|
|
/
*
|
Added cov mark
ivan770
2021-05-17
1
-0
/
+1
*
|
Fix #8834
ivan770
2021-05-16
1
-0
/
+4
|
/
*
Move `AttrId` back into `hir_def`
Jonas Schievink
2021-05-10
1
-2
/
+2
*
Precompute macro fragment kind
Jonas Schievink
2021-05-09
1
-6
/
+14
*
Include path in `unresolved-macro-call` diagnostic
Jonas Schievink
2021-04-16
1
-4
/
+5
*
Resolve prelude and crate root names in the root DefMap
Jonas Schievink
2021-04-09
1
-1
/
+2
*
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
*
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
*
|
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
*
|
Basic Support Macro 2.0
Edwin Cheng
2021-03-27
1
-39
/
+63
|
/
*
Merge bang-macros and derives in name resolution
Jonas Schievink
2021-03-23
1
-86
/
+79
*
Expand legacy-scoped macro during collection
Jonas Schievink
2021-03-21
1
-6
/
+7
*
Fix handling of `#![cfg]` in outline module file
Jonas Schievink
2021-03-19
1
-21
/
+29
*
Rename derive-specific APIs
Jonas Schievink
2021-03-19
1
-4
/
+4
*
Record custom derive helpers in `DefMap`
Jonas Schievink
2021-03-18
1
-24
/
+9
*
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
*
Fix `use crate as <name>;` imports
Jonas Schievink
2021-03-17
1
-16
/
+18
*
Use first early expansion error during nameres
Jonas Schievink
2021-03-17
1
-1
/
+3
[next]