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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Wrap `BuiltinType` in code model
Jonas Schievink
2021-02-11
4
-11
/
+41
*
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
*
Create all `ModuleId`s through a `DefMap` method
Jonas Schievink
2021-01-25
2
-23
/
+14
*
Implement fix, add tests
Phil Ellison
2021-01-23
1
-9
/
+0
*
Add diagnostic for filter_map followed by next
Phil Ellison
2021-01-23
1
-1
/
+10
*
Make `ModuleId`'s `krate` field private
Jonas Schievink
2021-01-22
2
-22
/
+36
*
Obtain `ModuleId`'s `DefMap` through a method
Jonas Schievink
2021-01-22
3
-12
/
+13
*
Fix broken link in intra-doc
Daiki Ihara
2021-01-22
1
-0
/
+6
*
Add name resolution query for block expressions
Jonas Schievink
2021-01-21
1
-7
/
+7
*
Make public DefMap fields private
Jonas Schievink
2021-01-20
1
-3
/
+3
*
Merge #7351
bors[bot]
2021-01-19
2
-2
/
+2
|
\
|
*
Show const params in completions
Lukas Wirth
2021-01-19
2
-2
/
+2
*
|
Show deprecated completions for deprecated traits
Kirill Bulatov
2021-01-18
1
-9
/
+10
|
/
*
Add flyimport completion for trait assoc items
Kirill Bulatov
2021-01-16
1
-0
/
+16
*
Handle self/super/crate in PathSegment as NameRef
Lukas Wirth
2021-01-15
2
-0
/
+10
*
Merge #7218
bors[bot]
2021-01-10
1
-1
/
+1
|
\
|
*
Fixed typos in code comments
Vincent Esche
2021-01-09
1
-1
/
+1
*
|
Use hir::GenericParam in ide_db::Definition instead of relisting all 3
Lukas Wirth
2021-01-10
1
-0
/
+18
|
/
*
Merge #7145
bors[bot]
2021-01-08
1
-2
/
+2
|
\
|
*
Proper handling $crate Take 2
Edwin Cheng
2021-01-07
1
-2
/
+2
*
|
Add fix to wrap return expression in Some
Phil Ellison
2021-01-07
1
-1
/
+1
*
|
Rename expr -> tail_expr
Aleksey Kladov
2021-01-05
1
-3
/
+4
*
|
Remove `RetType`
Arnaud
2021-01-04
1
-18
/
+3
*
|
Document `hir::Function::ret_type`
Arnaud
2021-01-04
1
-0
/
+4
*
|
Make it possible to retrieve `hir::Function`'s return type
Arnaud
2021-01-04
1
-0
/
+23
*
|
Show GotoTypeAction for TypeParam
Lukas Wirth
2021-01-04
1
-0
/
+12
*
|
Show GotoTypeAction for ConstParam
Lukas Wirth
2021-01-04
1
-0
/
+6
*
|
Impl hovering for TypeParams
Lukas Wirth
2021-01-04
1
-4
/
+16
|
/
*
Merge #7068
bors[bot]
2021-01-03
1
-1
/
+14
|
\
|
*
Use stdx::format_to instead of writeln
Phil Ellison
2021-01-03
1
-4
/
+4
|
*
Address review suggestion, fix tidy tests
Phil Ellison
2021-01-01
1
-3
/
+15
|
*
Initial implementation of view-hir command
Phil Ellison
2020-12-28
1
-1
/
+2
*
|
Merge #7115
bors[bot]
2021-01-03
2
-43
/
+36
|
\
\
|
*
|
Fix ConstParam HasSource impl and implement TryToNav not Nav
Nick Spain
2021-01-02
1
-2
/
+2
|
*
|
Remove old_source now we've fully migrated
Nick Spain
2021-01-02
1
-68
/
+0
|
*
|
source_old -> source for cases that can be handled by simple bubbling
Nick Spain
2021-01-02
1
-2
/
+1
|
*
|
HasSource::source_old -> HasSource::source for places where proc-macros were ...
Nick Spain
2021-01-02
1
-8
/
+1
|
*
|
Mark HasSource::source_old as deprecated but allow at all call sites
Nick Spain
2021-01-02
2
-0
/
+3
|
*
|
Implement new HasSource::source for all implementors of HasSource
Nick Spain
2021-01-02
1
-0
/
+66
|
*
|
HasSource::source -> HasSource::source_old
Nick Spain
2021-01-02
2
-17
/
+17
*
|
|
Implement HasAttrs for Type-, Const- and LifetimeParam
Lukas Wirth
2021-01-02
1
-9
/
+10
*
|
|
Impl HasAttrs for GenericParam
Lukas Wirth
2021-01-01
3
-9
/
+37
|
/
/
*
|
Merge #7080
bors[bot]
2021-01-01
7
-18
/
+70
|
\
\
|
*
|
Add ConstParams to the HIR
Lukas Wirth
2021-01-01
7
-18
/
+70
|
|
/
*
/
Update crates
kjeremy
2020-12-30
1
-1
/
+1
|
/
*
Merge #7021
bors[bot]
2020-12-24
5
-12
/
+85
|
\
|
*
Track labels in the HIR
Lukas Wirth
2020-12-24
5
-12
/
+85
*
|
Prevent multiple incorrect case diagnostics in functions
unexge
2020-12-23
1
-3
/
+3
|
/
[prev]
[next]