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
/
src
/
source_analyzer.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
avoid converting types into themselves via .into() (clippy::useless-conversion)
Matthias Krüger
2021-03-17
1
-1
/
+1
*
Rename Substs -> Substitution
Florian Diebold
2021-03-16
1
-2
/
+2
*
Simplify source maps for fields
Aleksey Kladov
2021-03-15
1
-21
/
+3
*
Goto definition works for `S { a: }` case
Aleksey Kladov
2021-03-15
1
-3
/
+22
*
Remove useless code_model indirection
Aleksey Kladov
2021-03-08
1
-3
/
+2
*
Inline TypeCtor into Ty
Lukas Wirth
2021-02-28
1
-11
/
+5
*
Wrap `BuiltinType` in code model
Jonas Schievink
2021-02-11
1
-4
/
+5
*
Resolve TupleStructPat in SourceAnalyzer::resolve_path
Lukas Wirth
2021-02-10
1
-6
/
+11
*
Prefer ValueNS when resolving hir path for PathExpressions
Lukas Wirth
2021-01-29
1
-14
/
+31
*
Classify function calls as functions when shadowed by types
Lukas Wirth
2021-01-28
1
-2
/
+6
*
Add ConstParams to the HIR
Lukas Wirth
2021-01-01
1
-0
/
+1
*
Align code_model name with ungrammar
Aleksey Kladov
2020-12-20
1
-9
/
+9
*
Improve code structure
Aleksey Kladov
2020-12-11
1
-1
/
+1
*
Rename record_field_pat to record_pat_field
Pavan Kumar Sunkara
2020-09-10
1
-2
/
+2
*
Don't expose hir::Path out of hir
Aleksey Kladov
2020-08-15
1
-3
/
+3
*
Rename ra_hir -> hir
Aleksey Kladov
2020-08-13
1
-0
/
+534