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
/
editors
/
code
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't fail loudly if the old highlighting breaks
Aleksey Kladov
2020-03-02
1
-4
/
+6
*
Minimal viable meta
Aleksey Kladov
2020-03-02
2
-1
/
+11
*
vscode: simplify assert.eq() to assert() as per matklad
Veetaha
2020-02-28
2
-15
/
+4
*
vscode: add dat semicolon
Veetaha
2020-02-28
1
-1
/
+1
*
vscode: add equality assertion
Veetaha
2020-02-28
2
-2
/
+12
*
vscode: rename nodeAssert -> nativeAssert
Veetaha
2020-02-28
1
-2
/
+2
*
vscode: add error loging on failed assertion
Veetaha
2020-02-28
1
-1
/
+6
*
vscode: migrate to more type-safe assert impl
Veetaha
2020-02-28
3
-8
/
+10
*
Fix union classification
Aleksey Kladov
2020-02-28
1
-2
/
+0
*
Merge #3363
bors[bot]
2020-02-28
1
-20
/
+64
|
\
|
*
Cleanup highlighting tags
Aleksey Kladov
2020-02-28
1
-17
/
+70
|
*
add more tags
Aleksey Kladov
2020-02-28
1
-9
/
+0
*
|
removing ctrl+r key binding fixes #2733
Jason Williams
2020-02-28
1
-5
/
+0
*
|
Merge #3361
bors[bot]
2020-02-28
1
-0
/
+2
|
\
\
|
*
|
Reset fontStyle for inlay hints
Aleksey Kladov
2020-02-28
1
-0
/
+2
|
|
/
*
/
vscode: added feature flags for better short-term ux
Veetaha
2020-02-27
1
-1
/
+23
|
/
*
Map builtin
Aleksey Kladov
2020-02-27
1
-0
/
+6
*
Set attr scope
Aleksey Kladov
2020-02-27
1
-0
/
+6
*
Map unsafe keyword
Aleksey Kladov
2020-02-27
1
-0
/
+6
*
Fix style
Aleksey Kladov
2020-02-27
1
-1
/
+1
*
Fix lint
Aleksey Kladov
2020-02-27
1
-1
/
+1
*
Actually gate CI on eslint
Aleksey Kladov
2020-02-27
1
-1
/
+2
*
Merge #3339
bors[bot]
2020-02-27
1
-1
/
+9
|
\
|
*
Fix flickering with new syntax highlighting
Aleksey Kladov
2020-02-27
1
-1
/
+9
*
|
Merge #3308
bors[bot]
2020-02-27
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
vscode: fix vscode-vim keybindings conflict
Veetaha
2020-02-25
1
-1
/
+1
*
|
Color constants
Aleksey Kladov
2020-02-27
1
-0
/
+9
*
|
Better highlightign API
Aleksey Kladov
2020-02-27
1
-0
/
+19
*
|
wip
Aleksey Kladov
2020-02-26
1
-0
/
+14
*
|
Config to switch to semantic tokens
Aleksey Kladov
2020-02-26
4
-3
/
+15
*
|
Merge pull request #3321 from kjeremy/semantic-client
Aleksey Kladov
2020-02-26
2
-0
/
+4
|
\
\
|
*
|
Enable SemanticTokens on the client
Jeremy Kolb
2020-02-26
2
-0
/
+4
|
|
/
*
/
Remove unnecessary dep
Aleksey Kladov
2020-02-26
3
-26
/
+8
|
/
*
Merge #3295
bors[bot]
2020-02-25
3
-21
/
+42
|
\
|
*
vscode: wrap non-single-line if body with curlies as per matklad
Veetaha
2020-02-24
1
-3
/
+5
|
*
vscode: remove type assertion
Veetaha
2020-02-24
2
-2
/
+3
|
*
add error handling to fetchArtifactReleaseInfo(), throw Error when no artifac...
Veetaha
2020-02-24
1
-19
/
+37
*
|
Merge #3299
bors[bot]
2020-02-25
15
-198
/
+203
|
\
\
|
*
|
vscode: migrate rust-analyzer-api to import * as lc as per matklad and kjeremy
Veetaha
2020-02-24
1
-23
/
+23
|
*
|
vscode: run fmt
Veetaha
2020-02-24
1
-1
/
+1
|
*
|
vscode: migrate inlay_hints to rust-analyzer-api.ts
Veetaha
2020-02-24
2
-31
/
+16
|
*
|
vscode: migrate syntax_tree to rust-analyzer-api.ts
Veetaha
2020-02-24
1
-20
/
+7
|
*
|
vscode: migrate ssr to rust-analyzer-api.ts
Veetaha
2020-02-24
1
-11
/
+5
|
*
|
vscode: migrate runnables to rust-analyzer-api.ts
Veetaha
2020-02-24
1
-22
/
+7
|
*
|
vscode: migrate parent_module to rust-analyzer-api.ts
Veetaha
2020-02-24
1
-7
/
+3
|
*
|
vscode: migrate on_enter to rust-analyzer-api.ts
Veetaha
2020-02-24
1
-14
/
+7
|
*
|
vscode: migrate matching_brace to rust-analyzer-api.ts
Veetaha
2020-02-24
1
-12
/
+3
|
*
|
vscode: migrate join_lines to rust-analyzer-api.ts
Veetaha
2020-02-24
1
-13
/
+4
|
*
|
vscode: migrate collectGarbage to rust-analyzer-api.ts
Veetaha
2020-02-24
1
-5
/
+4
|
*
|
vscode: migrate expand_macro to rust-analyzer-api.ts
Veetaha
2020-02-24
1
-13
/
+5
[next]