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_editor
/
src
/
lib.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
use new translate_offset_with_edit for TryConvWith
Bernardo
2018-12-25
1
-0
/
+1
*
remove slower impl, add benchmarks
Bernardo
2018-12-25
1
-2
/
+2
*
move translate_offset_with_edit to ra_editor
Bernardo
2018-12-25
1
-0
/
+2
*
Merge #326
bors[bot]
2018-12-24
1
-2
/
+54
|
\
|
*
keep severity to Error & WeakWarning
gfreezy
2018-12-24
1
-9
/
+7
|
*
add serverity to vscode diagnostics
gfreezy
2018-12-23
1
-8
/
+11
|
*
resolved #324: remove unnecessary braces in use statement.
gfreezy
2018-12-23
1
-2
/
+53
*
|
Add make_pub_crate code action to ra_editor
Hirokazu Hata
2018-12-24
1
-1
/
+1
|
/
*
rename Edit to TextEdit and AtomEdit to AtomTextEdit
Bernardo
2018-12-11
1
-1
/
+1
*
extract AtomEdit and Edit into new ra_text_edit crate
Bernardo
2018-12-10
1
-3
/
+1
*
modernize even more
Aleksey Kladov
2018-12-06
1
-10
/
+1
*
Complete paths after ::
Aleksey Kladov
2018-11-21
1
-6
/
+1
*
Rename File -> SourceFileNode
Aleksey Kladov
2018-11-07
1
-9
/
+9
*
Introduce Location and make SyntaxError fields private
Adolfo Ochagavía
2018-11-05
1
-2
/
+10
*
Introduce SyntaxErrorKind and TextRange in SyntaxError
Adolfo Ochagavía
2018-11-04
1
-2
/
+2
*
Remove DOC_COMMENT
Jeremy A. Kolb
2018-10-31
1
-1
/
+1
*
Reformat all
Aleksey Kladov
2018-10-31
1
-2
/
+0
*
remove old completion
Aleksey Kladov
2018-10-31
1
-4
/
+1
*
move resolve local name
Aleksey Kladov
2018-10-31
1
-9
/
+1
*
Complete crate:: paths
Aleksey Kladov
2018-10-24
1
-1
/
+1
*
Simplify
Aleksey Kladov
2018-10-24
1
-3
/
+1
*
Cargo Format
Jeremy A. Kolb
2018-10-16
1
-50
/
+53
*
switch editor to 2018
Aleksey Kladov
2018-10-15
1
-1
/
+1
*
Replace HashMap, HashSet with FxHashMap and FxHashSet
Muhammad Mominul Huque
2018-10-11
1
-0
/
+1
*
Report errors only once
Adolfo Ochagavía
2018-10-10
1
-14
/
+3
*
Remove error publishing through publishDecorations
Adolfo Ochagavía
2018-10-10
1
-1
/
+0
*
Add on-enter handler
Aleksey Kladov
2018-10-09
1
-1
/
+1
*
Resolve local names first
Jeremy A. Kolb
2018-10-06
1
-5
/
+5
*
WIP: This doesn't currently work but I also don't think it's the right abstra...
Jeremy A. Kolb
2018-10-05
1
-0
/
+8
*
make ancestors and descendants inherent
Aleksey Kladov
2018-10-02
1
-5
/
+5
*
Split folding ranges into editor and lsp parts
Jeremy A. Kolb
2018-09-24
1
-0
/
+2
*
rename all things
Aleksey Kladov
2018-09-16
1
-0
/
+228