| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | | * | Force showing extension activation error pop-up notification | Veetaha | 2020-07-02 | 1 | -3/+11 |
| | * | | Always install required nightly extension if current one is not nightly | Veetaha | 2020-07-02 | 1 | -4/+8 |
| | |/ |
|
* | / | Add reload workspace command | Aleksey Kladov | 2020-07-01 | 4 | -8/+8 |
|/ / |
|
* | | Merge #5098 | bors[bot] | 2020-07-01 | 3 | -601/+390 |
|\ \ |
|
| * | | Be more strict with `@types/node` | Laurențiu Nicola | 2020-07-01 | 2 | -4/+4 |
| * | | Use newer @types/node | Laurențiu Nicola | 2020-06-29 | 1 | -1/+1 |
| * | | Downgrade @types/node | Laurențiu Nicola | 2020-06-28 | 2 | -4/+4 |
| * | | Bump @rollup/plugin-commonjs | Laurențiu Nicola | 2020-06-27 | 3 | -10/+9 |
| * | | Bump some npm deps | Laurențiu Nicola | 2020-06-27 | 2 | -591/+381 |
* | | | Fix a typo | Matthijs Brobbel | 2020-06-30 | 1 | -2/+2 |
* | | | Merge #5101 | bors[bot] | 2020-06-30 | 2 | -1/+6 |
|\ \ \
| |_|/
|/| | |
|
| * | | Add light-weight snapshot testing library with editor integration | Aleksey Kladov | 2020-06-27 | 2 | -1/+6 |
| |/ |
|
* | | Merge #5119 | bors[bot] | 2020-06-29 | 1 | -3/+9 |
|\ \ |
|
| * | | Show notification while SSR is in progress | David Lattimore | 2020-06-29 | 1 | -3/+9 |
| |/ |
|
* / | Fix SSR prompt following #4919 | David Lattimore | 2020-06-27 | 1 | -1/+1 |
|/ |
|
* | Merge #5017 | bors[bot] | 2020-06-26 | 6 | -83/+104 |
|\ |
|
| * | Fix ts lints | vsrs | 2020-06-24 | 1 | -2/+2 |
| * | Switch to ShellExecution instead of full Task | vsrs | 2020-06-24 | 2 | -41/+45 |
| * | Add custom cargo runners | vsrs | 2020-06-24 | 6 | -56/+73 |
* | | Merge branch 'Veetaha-feat/sync-branch' | Aleksey Kladov | 2020-06-25 | 2 | -103/+0 |
|\ \ |
|
| * | | Migrate flycheck to fully-lsp-compatible progress reports (introduce ra_progr... | veetaha | 2020-06-18 | 2 | -103/+0 |
* | | | Merge #5025 | bors[bot] | 2020-06-24 | 1 | -57/+27 |
|\ \ \ |
|
| * | | | Append 10 random hex chars to temp artifact files | Veetaha | 2020-06-24 | 1 | -1/+5 |
| * | | | Don't mess with messy temp dir and just download into extension dir | Veetaha | 2020-06-24 | 1 | -57/+23 |
| | |/
| |/| |
|
* / | | Remove namedExports config | Laurențiu Nicola | 2020-06-24 | 1 | -6/+1 |
|/ / |
|
| | | |
| \ | |
| \ | |
| \ | |
| \ | |
| \ | |
*-----. \ | Merge #4992 #4993 #4994 #4997 #4998 | bors[bot] | 2020-06-23 | 4 | -50/+66 |
|\ \ \ \ \ |
|
| | | | * | | Disrecommend trace.server: "verbose" for regular users | Veetaha | 2020-06-22 | 1 | -1/+1 |
| |_|_|/ /
|/| | | | |
|
| | | * | | Decouple http file stream logic from temp dir logic | Veetaha | 2020-06-22 | 2 | -44/+57 |
| |_|/ /
|/| | | |
|
| | * | | Make bootstrap error message more informative and better-fitting | Veetaha | 2020-06-22 | 1 | -4/+8 |
| * | | | Never disable error logging on the frontend | Veetaha | 2020-06-22 | 1 | -1/+0 |
|/ / / |
|
* / / | Hotfix skipping the first chunks of the artifacts | Veetaha | 2020-06-22 | 1 | -6/+7 |
|/ / |
|
* | | Download artifacts into tmp dir | Veetaha | 2020-06-20 | 2 | -11/+60 |
* | | Update workaround comment | Veetaha | 2020-06-19 | 1 | -3/+2 |
* | | Add `rust-analyzer.gotoLocation` command | vsrs | 2020-06-18 | 4 | -0/+23 |
* | | Fix rust-analyzer.debug.openDebugPane option | vsrs | 2020-06-18 | 2 | -2/+2 |
|/ |
|
* | Warnings as hint or info | Gabriel Valfridsson | 2020-06-16 | 1 | -0/+18 |
* | checkOnSafe.features and checkOnSafe.allFeatures now work identically. | Clemens Wasser | 2020-06-10 | 1 | -2/+5 |
* | Most of the checkOnSafe options now default to the cargo equivalent. | Clemens Wasser | 2020-06-10 | 1 | -4/+7 |
* | Added the rust-analyzer.checkOnSave.features option. | Clemens Wasser | 2020-06-10 | 1 | -0/+8 |
* | Merge #4773 | bors[bot] | 2020-06-08 | 1 | -0/+10 |
|\ |
|
| * | Add Run|Debug hover actions | vsrs | 2020-06-06 | 1 | -0/+10 |
* | | Fix VSCode settings | Vincent Isambart | 2020-06-07 | 1 | -4/+1 |
|/ |
|
* | Fix Run lens. | vsrs | 2020-06-06 | 1 | -1/+1 |
* | Remove hover contents marking as trusted. | vsrs | 2020-06-05 | 1 | -15/+2 |
* | Add hover actions LSP extension documentation. | vsrs | 2020-06-05 | 1 | -1/+1 |
* | Add hover actions as LSP extension | vsrs | 2020-06-05 | 4 | -7/+79 |
* | Merge branch 'master' into compute-lazy-assits | Mikhail Rakhmanov | 2020-06-03 | 1 | -0/+19 |
|\ |
|
| * | Document rust-project.json | Aleksey Kladov | 2020-06-03 | 1 | -0/+19 |
* | | Fix review comments | Mikhail Rakhmanov | 2020-06-03 | 2 | -3/+0 |
* | | Merge remote-tracking branch 'upstream/master' into compute-lazy-assits | Mikhail Rakhmanov | 2020-06-02 | 4 | -23/+31 |
|\| |
|