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
/
ra_hir
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge #4689
bors[bot]
2020-06-05
1
-2
/
+2
|
\
|
*
Review fixes
Florian Diebold
2020-06-05
1
-2
/
+2
*
|
Measure memory usage of ImportMap
Jonas Schievink
2020-06-05
1
-5
/
+5
|
/
*
Add highlight support for unsafe fn calls and raw ptr deref
Paul Daniel Faria
2020-06-02
1
-0
/
+8
*
Merge #4592
bors[bot]
2020-05-27
1
-0
/
+1
|
\
|
*
fix textedit range returned for completion when left token is a keyword #4545
Benjamin Coenen
2020-05-24
1
-0
/
+1
*
|
Pass trivially copy types as copy
kjeremy
2020-05-26
1
-9
/
+9
*
|
add support of feature flag for runnables #4464
Benjamin Coenen
2020-05-21
1
-0
/
+1
|
/
*
Add doc comment for resolve_hir_path_qualifier
Hasan Ali
2020-05-16
1
-0
/
+13
*
Fix completion and hover for module and function of same name
Hasan Ali
2020-05-16
2
-1
/
+56
*
Handle `Self` in values and patterns
Florian Diebold
2020-05-15
1
-0
/
+1
*
Ty -> Type
Fedor Sakharov
2020-05-14
1
-2
/
+7
*
Adds a param_idx helper
Fedor Sakharov
2020-05-14
1
-2
/
+2
*
Use generic_defaults and display_source_code
Fedor Sakharov
2020-05-14
1
-3
/
+4
*
Correctly fill default type parameters
Fedor Sakharov
2020-05-13
1
-0
/
+5
*
Merge #4421
bors[bot]
2020-05-11
1
-0
/
+20
|
\
|
*
New definition_visibility method
Fedor Sakharov
2020-05-11
1
-0
/
+20
*
|
Highlight mutable statics as mutable
Matthew Jasper
2020-05-10
1
-0
/
+4
|
/
*
New HirDisplay method for displaying sourcecode
Timo Freiberg
2020-05-08
1
-3
/
+6
*
Rename ImplItem to AssocItem
Edwin Cheng
2020-05-05
1
-1
/
+1
*
Propose custom derives in completion
Kirill Bulatov
2020-05-02
1
-8
/
+7
*
Merge #4234
bors[bot]
2020-05-02
1
-1
/
+1
|
\
|
*
Support local_inner_macros
Edwin Cheng
2020-05-01
1
-1
/
+1
*
|
Remove lower_path from AssistCtx to Semantic
Edwin Cheng
2020-05-01
1
-1
/
+6
*
|
Introduce LowerCtx for path lowering
Edwin Cheng
2020-05-01
2
-2
/
+4
|
/
*
?
Jonas Schievink
2020-04-29
1
-5
/
+1
*
Use or-patterns more
Jonas Schievink
2020-04-29
1
-10
/
+9
*
Remove `.clone()`
Jonas Schievink
2020-04-29
1
-8
/
+8
*
Rename to associated_type_shorthand_candidates
Jonas Schievink
2020-04-29
1
-2
/
+2
*
Complete assoc. items on type parameters
Jonas Schievink
2020-04-29
2
-1
/
+56
*
Complete union fields after dot
Jonas Schievink
2020-04-28
1
-12
/
+15
*
Don't add call parens when an fn type is expected
Jonas Schievink
2020-04-25
1
-0
/
+7
*
Rename StructField -> Field
Aleksey Kladov
2020-04-25
7
-66
/
+57
*
Convert code to text-size
Aleksey Kladov
2020-04-25
2
-18
/
+18
*
Do not add default and closure types in 'add explicit type' assist
Kirill Bulatov
2020-04-21
1
-0
/
+4
*
Fix goto definition for record patterns
Aleksey Kladov
2020-04-18
2
-0
/
+15
*
Merge #4029
bors[bot]
2020-04-18
1
-0
/
+11
|
\
|
*
Ignore proc-macro in completion
Edwin Cheng
2020-04-18
1
-0
/
+11
*
|
Don't use SyntaxNodePtr::range when determining scope for offset
Aleksey Kladov
2020-04-17
1
-47
/
+52
|
/
*
Correctly highlight ranges of diagnostics from macros
Aleksey Kladov
2020-04-17
1
-0
/
+8
*
diagnostics cli, iterate over members
Josh Mcguigan
2020-04-15
1
-1
/
+5
*
Remove dead code
Aleksey Kladov
2020-04-11
1
-4
/
+2
*
Make records grammar more orthogonal
Aleksey Kladov
2020-04-11
1
-16
/
+14
*
add record pat missing field diagnostic
Josh Mcguigan
2020-04-10
1
-1
/
+1
*
Move computation of missing fields into hir
Aleksey Kladov
2020-04-07
3
-51
/
+98
*
missing match arms diagnostic
Josh Mcguigan
2020-04-07
1
-1
/
+1
*
Merge pull request #3866 from lnicola/fewer-braces
Aleksey Kladov
2020-04-07
1
-9
/
+9
|
\
|
*
Fix unnecessary braces warnings
Laurențiu Nicola
2020-04-06
1
-9
/
+9
*
|
Check for eprintln on CI
Aleksey Kladov
2020-04-06
1
-1
/
+1
|
/
*
Cleanup checking for existing impls in impl From assist
Matthew Hall
2020-04-02
1
-33
/
+21
[next]