Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cache cargo-audit on CI | Aleksey Kladov | 2020-03-16 | 1 | -0/+13 |
* | Merge pull request #3607 from murlakatamenka/master | Aleksey Kladov | 2020-03-16 | 1 | -0/+15 |
|\ | |||||
| * | User Manual: fix AUR link | murlakatamenka | 2020-03-16 | 1 | -1/+1 |
| * | Add installation notes for Arch Linux users | murlakatamenka | 2020-03-16 | 1 | -0/+15 |
* | | Merge pull request #3608 from matklad/audit2 | Aleksey Kladov | 2020-03-16 | 1 | -0/+4 |
|\ \ | |/ |/| | |||||
| * | Retry rust audit as well | Aleksey Kladov | 2020-03-16 | 1 | -0/+4 |
|/ | |||||
* | Merge #3604 | bors[bot] | 2020-03-16 | 1 | -1/+1 |
|\ | |||||
| * | Remove dat fixme | Veetaha | 2020-03-16 | 1 | -1/+1 |
* | | Merge pull request #3606 from matklad/audit | Aleksey Kladov | 2020-03-16 | 3 | -23/+23 |
|\ \ | |||||
| * | | Make audit more reliable | Aleksey Kladov | 2020-03-16 | 1 | -1/+1 |
| * | | :arrow_up: npm | Aleksey Kladov | 2020-03-16 | 2 | -22/+22 |
|/ / | |||||
* / | Fix version | Aleksey Kladov | 2020-03-16 | 1 | -1/+1 |
|/ | |||||
* | Merge #3573 | bors[bot] | 2020-03-16 | 1 | -0/+1 |
|\ | |||||
| * | Check all crates of the workspace | Aleksey Kladov | 2020-03-13 | 1 | -0/+1 |
* | | Merge #3587 | bors[bot] | 2020-03-16 | 2 | -11/+77 |
|\ \ | |||||
| * | | Fix tests part 2... | Steffen Lyngbaek | 2020-03-16 | 1 | -34/+31 |
| * | | Fix broken tests | Steffen Lyngbaek | 2020-03-16 | 1 | -26/+29 |
| * | | Rely on the safer workspace_loaded check | Steffen Lyngbaek | 2020-03-16 | 1 | -13/+15 |
| * | | Fix broken tests | Steffen Lyngbaek | 2020-03-14 | 1 | -5/+10 |
| * | | Use idiomatic way of defining floats | Steffen Lyngbaek | 2020-03-13 | 1 | -2/+2 |
| * | | Use WorkDoneProgress LSP API for initial load | Steffen Lyngbaek | 2020-03-13 | 1 | -6/+65 |
* | | | Merge #3603 | bors[bot] | 2020-03-16 | 6 | -10/+28 |
|\ \ \ | |||||
| * | | | Use Display instead of a custom method | Kirill Bulatov | 2020-03-16 | 3 | -19/+17 |
| * | | | Fix crate display name dashes | Kirill Bulatov | 2020-03-16 | 6 | -20/+40 |
* | | | | Merge #3534 | bors[bot] | 2020-03-16 | 13 | -147/+454 |
|\ \ \ \ | |||||
| * | | | | vscode-postrefactor: migrate to arrow functions | Veetaha | 2020-03-16 | 1 | -2/+2 |
| * | | | | vscode-postrefactor: fix syntax error | Veetaha | 2020-03-16 | 1 | -1/+1 |
| * | | | | vscode-postrefactor: prefer arrow functions | Veetaha | 2020-03-16 | 1 | -1/+1 |
| * | | | | vscode: sync package-lock.json version with package.json | Veetaha | 2020-03-14 | 1 | -1/+1 |
| * | | | | docs: add documentation for vscode nightlies | Veetaha | 2020-03-14 | 1 | -0/+19 |
| * | | | | vscode-postrefactor: more logging and better error handling | Veetaha | 2020-03-14 | 3 | -23/+31 |
| * | | | | vscode-postrefactor: enforcing more reentrancy | Veetaha | 2020-03-14 | 2 | -4/+7 |
| * | | | | vscode-postrefactor: minor config refactorings | Veetaha | 2020-03-14 | 2 | -4/+5 |
| * | | | | vscode-postrefactor: unhandled promise rejections shall not pass 2 | Veetaha | 2020-03-14 | 1 | -1/+1 |
| * | | | | vscode-postrefactor: add achtung comment | Veetaha | 2020-03-14 | 1 | -0/+4 |
| * | | | | vscode-postrefactor: remove remainders of debug logging | Veetaha | 2020-03-14 | 1 | -1/+0 |
| * | | | | vscode-postrefactor: unhandled promise rejections shall not pass | Veetaha | 2020-03-14 | 1 | -1/+1 |
| * | | | | vscode-postrefactor: compare dates by value, not by reference | Veetaha | 2020-03-14 | 1 | -2/+2 |
| * | | | | vscode-postrefactor: eliminate my-mistake floating promise @matklad | Veetaha | 2020-03-14 | 1 | -1/+1 |
| * | | | | 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 | 2 | -10/+8 |
| * | | | | vscode: npm run fix | Veetaha | 2020-03-14 | 2 | -4/+4 |
| * | | | | vscode: amend server installation logic to account for nightlies | Veetaha | 2020-03-14 | 3 | -52/+57 |
| * | | | | vscode: add nightly extension installation logic | Veetaha | 2020-03-14 | 1 | -0/+131 |
| * | | | | vscode: prepare config for nightlies | Veetaha | 2020-03-14 | 1 | -15/+96 |
| * | | | | vscode: prepare package.json for nightlies | Veetaha | 2020-03-14 | 2 | -3/+16 |
| * | | | | vscode: get release date from release info | Veetaha | 2020-03-14 | 2 | -14/+7 |
| * | | | | vscode-prerefactor: add some utility functions | Veetaha | 2020-03-14 | 1 | -6/+63 |
| * | | | | vscode-prerefactor: merge two files into downloads.ts | Veetaha | 2020-03-14 | 2 | -50/+46 |