| Commit message (Expand) | Author | Age | Files | Lines |
* | Extension types and rendering | Matt Hooper | 2020-03-24 | 1 | -0/+1 |
* | Merge #3695 | bors[bot] | 2020-03-24 | 1 | -61/+45 |
|\ |
|
| * | vscode: simplify and refactor config | veetaha | 2020-03-23 | 1 | -61/+45 |
* | | Don't try to enable proposed API's on stable | Aleksey Kladov | 2020-03-24 | 1 | -12/+6 |
|/ |
|
* | Make from-source install use cargo installed binary by default | Aleksey Kladov | 2020-03-20 | 1 | -2/+2 |
* | Simplify extension tag sniffing | Aleksey Kladov | 2020-03-19 | 1 | -13/+7 |
* | Rewrite auto-update | Aleksey Kladov | 2020-03-19 | 1 | -96/+7 |
* | Remove outDirOverrides | Emil Lauridsen | 2020-03-17 | 1 | -2/+0 |
* | Change existing OUT_DIR override config to make use of new infrastructure | Emil Lauridsen | 2020-03-17 | 1 | -1/+2 |
* | Support loading OUT_DIR from cargo check at launch | Emil Lauridsen | 2020-03-17 | 1 | -0/+3 |
* | Separate persistent mutable state from config | Aleksey Kladov | 2020-03-16 | 1 | -41/+0 |
* | vscode-postrefactor: more logging and better error handling | Veetaha | 2020-03-14 | 1 | -19/+17 |
* | vscode-postrefactor: minor config refactorings | Veetaha | 2020-03-14 | 1 | -2/+3 |
* | vscode-postrefactor: global storages | Veetaha | 2020-03-14 | 1 | -20/+19 |
* | vscode: put comma back | Veetaha | 2020-03-14 | 1 | -1/+1 |
* | vscode: make bailing out on custom serverPath more evident | Veetaha | 2020-03-14 | 1 | -7/+5 |
* | vscode: npm run fix | Veetaha | 2020-03-14 | 1 | -3/+3 |
* | vscode: prepare config for nightlies | Veetaha | 2020-03-14 | 1 | -15/+96 |
* | Merge #3543 | bors[bot] | 2020-03-12 | 1 | -3/+15 |
|\ |
|
| * | Make maxLength nullable again | Steffen Lyngbaek | 2020-03-12 | 1 | -2/+2 |
| * | Switch from Vec<InlayKind> to object with props | Steffen Lyngbaek | 2020-03-12 | 1 | -6/+7 |
| * | Address Issues from Github | Steffen Lyngbaek | 2020-03-10 | 1 | -1/+3 |
| * | Parameter inlay hint separate from variable type inlay? #2876 | Steffen Lyngbaek | 2020-03-10 | 1 | -2/+11 |
* | | Add additional_outdirs in config | Edwin Cheng | 2020-03-10 | 1 | -0/+1 |
|/ |
|
* | vscode: groupd updates-related config under `updates` section as per @matklad | Veetaha | 2020-03-09 | 1 | -1/+1 |
* | vscode: fix inversion of askBeforeDownload | Veetaha | 2020-03-08 | 1 | -1/+1 |
* | vscode: rename alwaysDownloadServer -> askBeforeDownload | Veetaha | 2020-03-08 | 1 | -1/+1 |
* | vscode: care about alwaysDownloadServer option before asking | Veetaha | 2020-03-07 | 1 | -5/+6 |
* | Config to switch to semantic tokens | Aleksey Kladov | 2020-02-26 | 1 | -0/+2 |
* | Extract client-side logging | Aleksey Kladov | 2020-02-22 | 1 | -1/+4 |
* | Rename config value for server Path | Aleksey Kladov | 2020-02-18 | 1 | -1/+1 |
* | Rename the binary to rust-analyzer | Aleksey Kladov | 2020-02-18 | 1 | -4/+4 |
* | Migrate to eslint | Aleksey Kladov | 2020-02-17 | 1 | -17/+17 |
* | Merge #3181 | bors[bot] | 2020-02-17 | 1 | -1/+2 |
|\ |
|
| * | Add arguments to rustfmt | Ilya Titkov | 2020-02-17 | 1 | -1/+2 |
* | | vscode: minor refactorings | Veetaha | 2020-02-17 | 1 | -1/+0 |
|/ |
|
* | Merge #3162 | bors[bot] | 2020-02-16 | 1 | -1/+16 |
|\ |
|
| * | vscode: add version and storage parameters to github binary source | Veetaha | 2020-02-16 | 1 | -1/+16 |
* | | vscode: fix the default value for withSysroot | Veetaha | 2020-02-16 | 1 | -1/+1 |
|/ |
|
* | vscode: renamed langServer to server | Veetaha | 2020-02-14 | 1 | -6/+6 |
* | make onConfigChange handler private | Veetaha | 2020-02-14 | 1 | -1/+1 |
* | vscode: moved to getters as per matklad | Veetaha | 2020-02-14 | 1 | -23/+17 |
* | vscode: reordered config constructor before methods | Veetaha | 2020-02-13 | 1 | -5/+6 |
* | vscode: redesigned config with simplicity and Dart extension config implement... | Veetaha | 2020-02-13 | 1 | -190/+68 |
* | vscode: filter out arm linux from using prebuilt binaries | Veetaha | 2020-02-11 | 1 | -3/+20 |
* | vscode: refactor inverted ternaries to if statements as per @matklad | Veetaha | 2020-02-09 | 1 | -1/+3 |
* | vscode: rename raLspServer variable to langServer | Veetaha | 2020-02-08 | 1 | -3/+3 |
* | vscode: refactor comment | Veetaha | 2020-02-08 | 1 | -1/+1 |
* | vscode: refactor platform artifact name query to switch statement, move Binar... | Veetaha | 2020-02-08 | 1 | -36/+53 |
* | vscode: amended config to use binary from globalStoragePath, added ui for dow... | Veetaha | 2020-02-08 | 1 | -7/+49 |