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
/
ide
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Also do goto implementation on assoc consts
Jade
2021-05-25
1
-2
/
+26
*
feat: go to implementation on trait functions
Jade
2021-05-25
1
-1
/
+45
*
Add go to type definition for struct fields within struct
Jade
2021-05-25
1
-0
/
+32
*
Merge #8942
bors[bot]
2021-05-25
7
-30
/
+121
|
\
|
*
Refactor application of `library` semantic token modifier
Aramis Razzaghipour
2021-05-25
1
-62
/
+15
|
*
Remove superfluous early-returns
Aramis Razzaghipour
2021-05-24
1
-18
/
+22
|
*
Rename ‘foreign’ semantic token modifier to ‘library’
Aramis Razzaghipour
2021-05-24
3
-18
/
+18
|
*
Add testing of foreign item highlighting
Aramis Razzaghipour
2021-05-24
2
-1
/
+55
|
*
Highlight foreign modules as such
Aramis Razzaghipour
2021-05-24
1
-1
/
+9
|
*
Remove hir krate methods
Aramis Razzaghipour
2021-05-24
3
-11
/
+11
|
*
Add highlighting of items from other crates
Aramis Razzaghipour
2021-05-24
3
-12
/
+84
*
|
Bump misc deps
Laurențiu Nicola
2021-05-24
1
-3
/
+3
*
|
Correctly resolve crate name in use paths when import shadows itself
Lukas Tobias Wirth
2021-05-23
1
-0
/
+20
*
|
Minor: fix comment style
Aleksey Kladov
2021-05-23
1
-1
/
+3
|
/
*
Give ‘unsafe’ semantic token modifier to unsafe traits
Aramis Razzaghipour
2021-05-23
4
-3
/
+16
*
Add more docs
Aleksey Kladov
2021-05-22
2
-3
/
+5
*
Add a "Debug ItemTree" LSP request
Jonas Schievink
2021-05-21
2
-0
/
+21
*
Fix prepare_rename failing for modules
Lukas Tobias Wirth
2021-05-19
1
-5
/
+7
*
Add pub mod option for UnlinkedFile
rainy-me
2021-05-18
12
-121
/
+158
*
fix: don't add extra whitespace around fields
Aleksey Kladov
2021-05-17
1
-0
/
+25
*
minor: add missing tests
Aleksey Kladov
2021-05-17
2
-0
/
+52
*
internal: scalable module structure for fixits
Aleksey Kladov
2021-05-17
8
-766
/
+693
*
minor: extract fix to file
Aleksey Kladov
2021-05-17
2
-44
/
+196
*
Merge #8853
bors[bot]
2021-05-16
2
-4
/
+4
|
\
|
*
Tag Self in impls as a TypeAlias
Lukas Wirth
2021-05-16
2
-4
/
+4
*
|
internal: use mutable syntax trees when filling fields
Aleksey Kladov
2021-05-16
2
-6
/
+7
*
|
Merge #8813
bors[bot]
2021-05-16
2
-2
/
+2
|
\
\
|
*
|
Support length for ByteStrings
Jade
2021-05-13
2
-2
/
+2
*
|
|
Attach comments to ast::Impl
Lukas Wirth
2021-05-15
2
-1
/
+25
*
|
|
simplify
Lukas Wirth
2021-05-15
2
-10
/
+8
|
|
/
|
/
|
*
|
Address comments
hi-rustin
2021-05-14
3
-3
/
+25
*
|
Apply async semantic token modifier to async/await keywords
hi-rustin
2021-05-14
2
-0
/
+11
*
|
Merge #8823
bors[bot]
2021-05-13
1
-4
/
+4
|
\
\
|
|
/
|
/
|
|
*
Enable OPTION::ENABLE_TASKLISTS in pulldown_cmark
Lukas Wirth
2021-05-13
1
-4
/
+4
*
|
Merge #8799
bors[bot]
2021-05-12
1
-1
/
+1
|
\
\
|
*
|
Add basic support for array lengths in types
Jade
2021-05-11
1
-1
/
+1
|
|
/
*
|
Move `dot` invocation to rust-analyzer crate
Jonas Schievink
2021-05-11
2
-23
/
+3
*
|
Better node label/shapes
Jonas Schievink
2021-05-11
1
-3
/
+11
*
|
Only include workspace crates
Jonas Schievink
2021-05-11
1
-8
/
+30
*
|
Update crates/ide/src/view_crate_graph.rs
Jonas Schievink
2021-05-11
1
-2
/
+2
*
|
Distinguish crates with identical name
Jonas Schievink
2021-05-11
1
-1
/
+1
*
|
Allow viewing the crate graph in a webview
Jonas Schievink
2021-05-11
2
-0
/
+86
|
/
*
feat: auto-indent use tree lists
Jonas Schievink
2021-05-10
1
-0
/
+115
*
feat: auto-insert `}` when typing `{` in use item
Jonas Schievink
2021-05-09
1
-19
/
+131
*
minor: fix test style
Aleksey Kladov
2021-05-09
1
-12
/
+0
*
fix: join lines doesn't add space before closing quote
Aleksey Kladov
2021-05-09
1
-0
/
+30
*
fix: join lines doesn't add space before closing quote
Aleksey Kladov
2021-05-09
1
-9
/
+32
*
Don't handle Self as a usage for TraitDefs
Lukas Wirth
2021-05-08
1
-22
/
+27
*
Correctly support SelfType when searching for usages
Lukas Wirth
2021-05-08
2
-3
/
+69
*
fix: use raw idents in `make::name{_ref}` with keywords
Jonas Schievink
2021-05-07
1
-0
/
+20
[next]