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
/
src
/
main.ts
Commit message (
Expand
)
Author
Age
Files
Lines
*
Create tasks for all workspaces
Kirill Bulatov
2021-05-25
1
-4
/
+3
*
Fix ts lint errors
Kirill Bulatov
2021-05-23
1
-2
/
+2
*
Send detached files info to server via init params
Kirill Bulatov
2021-05-23
1
-2
/
+2
*
Start rust-analyzer server for arbitrary rust files
Kirill Bulatov
2021-05-23
1
-37
/
+44
*
More style fixes
Kirill Bulatov
2021-05-23
1
-15
/
+14
*
Style fix
Kirill Bulatov
2021-05-23
1
-8
/
+10
*
Better releaseId naming
Kirill Bulatov
2021-05-23
1
-7
/
+6
*
Remove nightly release id from local storage for stable extensions
Kirill Bulatov
2021-05-23
1
-1
/
+3
*
Download nightly extension when configured and run from stable extension version
Kirill Bulatov
2021-05-23
1
-3
/
+10
*
Add a "Debug ItemTree" LSP request
Jonas Schievink
2021-05-21
1
-0
/
+1
*
Allow viewing the crate graph in a webview
Jonas Schievink
2021-05-11
1
-0
/
+1
*
Item up and down movers
ivan770
2021-03-18
1
-0
/
+2
*
Merge #7799
bors[bot]
2021-03-13
1
-0
/
+1
|
\
|
*
Add LSP request and VSCode command
vsrs
2021-02-27
1
-0
/
+1
*
|
Make extension respect http proxy settings
Kam Y. Tse
2021-03-07
1
-2
/
+4
|
/
*
Try to detect musl distros in the Code extension
Laurențiu Nicola
2021-02-20
1
-2
/
+12
*
fix: tolerate spaces in nix binary patching
Yaroslav Bolyukin
2021-02-13
1
-3
/
+3
*
Merge #7625
bors[bot]
2021-02-10
1
-0
/
+1
|
\
|
*
Add **Copy Run Command Line** command for vscode
Aleksey Kladov
2021-02-10
1
-0
/
+1
*
|
use await instead
Sahandevs
2021-02-09
1
-9
/
+6
*
|
format
Sahandevs
2021-02-07
1
-5
/
+5
*
|
handle Thenable type rejects
Sahandevs
2021-02-07
1
-5
/
+9
|
/
*
Simplify file download code
Laurențiu Nicola
2021-01-25
1
-2
/
+0
*
Download aarch64-unknown-linux-gnu from GitHub
Laurențiu Nicola
2021-01-17
1
-0
/
+1
*
Fix server path comparison
Laurențiu Nicola
2021-01-14
1
-1
/
+1
*
Don't update the server if managed by the user
Laurențiu Nicola
2021-01-07
1
-1
/
+6
*
Allow download of aarch64-pc-windows-msvc binaries
Laurențiu Nicola
2021-01-04
1
-10
/
+9
*
Initial implementation of view-hir command
Phil Ellison
2020-12-28
1
-0
/
+1
*
Merge #7001
bors[bot]
2020-12-22
1
-6
/
+8
|
\
|
*
Add support for downloading aarch64-apple-darwin binaries, change naming conv...
Laurențiu Nicola
2020-12-22
1
-6
/
+8
*
|
Fix grammar nit
P. Horban
2020-12-22
1
-1
/
+1
*
|
Extension conflict check detests more combinations
Przemyslaw Horban
2020-12-22
1
-5
/
+15
|
/
*
Don't download x64 binaries on non-Mac arm64
Laurențiu Nicola
2020-12-21
1
-1
/
+3
*
Allow code extension to download binary in apple arm
Son
2020-12-21
1
-1
/
+1
*
Remove outdated FIXME
Laurențiu Nicola
2020-12-21
1
-3
/
+2
*
Use /etc/os-release to check for NixOS
Laurențiu Nicola
2020-12-21
1
-1
/
+10
*
Fixed formatting
Przemyslaw Horban
2020-12-18
1
-2
/
+2
*
Added a warning if conflicting rust-lang.rust is enabled.
Przemyslaw Horban
2020-12-18
1
-0
/
+11
*
add open Cargo.toml action
Anatol Liu
2020-11-13
1
-0
/
+1
*
WIP: Command to open docs under cursor
Zac Pullar-Strecker
2020-10-08
1
-0
/
+1
*
Move unlink on download into download function
Matthias Einwag
2020-09-23
1
-11
/
+3
*
Remane function
Matthias Einwag
2020-09-23
1
-5
/
+5
*
Use closure in trailing position and strongly type header map
Matthias Einwag
2020-09-23
1
-17
/
+20
*
Apply suggestions from code review
Matthias Einwag
2020-09-23
1
-1
/
+1
*
Remove stray newline
Matthias Einwag
2020-09-23
1
-1
/
+0
*
Fix clearing the token
Matthias Einwag
2020-09-23
1
-3
/
+8
*
Add a command for updating the Github API token
Matthias Einwag
2020-09-23
1
-0
/
+4
*
Use retry dialog also for downloads
Matthias Einwag
2020-09-23
1
-20
/
+30
*
Fix tslint
Matthias Einwag
2020-09-23
1
-2
/
+2
*
Allow to use a Github Auth token for fetching releases
Matthias Einwag
2020-09-23
1
-2
/
+53
[next]