| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2019-12-30 | Add config to Ctx | Aleksey Kladov | -9/+10 |
| 2019-12-30 | Encapsulate highlighting activation | Aleksey Kladov | -35/+24 |
| 2019-12-30 | Encapsulate inlay hints activation | Aleksey Kladov | -38/+39 |
| 2019-12-30 | Dead code | Aleksey Kladov | -18/+2 |
| 2019-12-30 | status is not a command | Aleksey Kladov | -13/+13 |
| 2019-12-30 | Hints are not commands | Aleksey Kladov | -4/+2 |
| 2019-12-30 | Move all commands to ctx | Aleksey Kladov | -22/+26 |
| 2019-12-30 | Minor refactor | Aleksey Kladov | -9/+7 |
| 2019-12-30 | Refactor runables | Aleksey Kladov | -67/+66 |
| 2019-12-30 | Move expand macro to the new context | Aleksey Kladov | -75/+53 |
| 2019-12-30 | Cleanup | Aleksey Kladov | -11/+11 |
| 2019-12-30 | Cleanup imports | Aleksey Kladov | -8/+12 |
| 2019-12-30 | Refactor show syntax tree action | Aleksey Kladov | -134/+116 |
| 2019-12-30 | Run prettier on all files | Aleksey Kladov | -23/+18 |
| 2019-12-30 | Move parentModule to the new Ctx | Aleksey Kladov | -37/+37 |
| 2019-12-30 | Refactor applySourceChange | Aleksey Kladov | -89/+68 |
| 2019-12-30 | Move joinLines to the new Ctx | Aleksey Kladov | -21/+21 |
| 2019-12-30 | Fix server config mispell in vscode extension | Emil Lauridsen | -1/+1 |
| 2019-12-30 | Move matching brace to new Ctx | Aleksey Kladov | -32/+35 |
| 2019-12-30 | Run prettier | Aleksey Kladov | -20/+16 |
| 2019-12-30 | Add prettier | Aleksey Kladov | -6/+19 |
| 2019-12-30 | More second command to Ctx | Aleksey Kladov | -11/+14 |
| 2019-12-30 | Start new ctx module | Aleksey Kladov | -20/+63 |
| 2019-12-30 | Simplify | Aleksey Kladov | -32/+29 |
| 2019-12-30 | Rename extension.ts -> main.ts | Aleksey Kladov | -4/+4 |
| 2019-12-30 | Minimize typescript CI | Aleksey Kladov | -1/+1 |
| 2019-12-30 | Add rollup | Aleksey Kladov | -35/+751 |
| 2019-12-30 | Minimize TypeScript build | Aleksey Kladov | -1839/+14 |
| 2019-12-30 | Trim down launch configurations | Aleksey Kladov | -62/+0 |
| 2019-12-29 | Merge #2061 | bors[bot] | -12/+358 |
| 2019-12-25 | Keep VSCode config mostly backwards compatible | Emil Lauridsen | -35/+40 |
| 2019-12-25 | Re-format VSCode extension changes | Emil Lauridsen | -19/+20 |
| 2019-12-25 | Re-implement status display using LSP 3.15 progress event | Emil Lauridsen | -0/+51 |
| 2019-12-25 | Remove cargo watch supporting code and tests from vscode extension | Emil Lauridsen | -1684/+0 |
| 2019-12-25 | Configuration plumbing for cargo watcher | Emil Lauridsen | -74/+28 |
| 2019-12-25 | Remove cargo-watch from vscode extension. | Emil Lauridsen | -454/+1 |
| 2019-12-24 | Fix https://github.com/rust-analyzer/rust-analyzer/pull/2061#discussion_r3487... | Seivan Heidari | -16/+20 |
| 2019-12-23 | Merge branch 'master' into feature/themes | Seivan Heidari | -699/+1186 |
| 2019-12-20 | Protect against null as revealed by `npm test` | kjeremy | -2/+7 |
| 2019-12-20 | Update to latest packages | kjeremy | -33/+33 |
| 2019-12-18 | Use substr instead of endswith | Edwin Cheng | -3/+3 |
| 2019-12-18 | Add tests | Edwin Cheng | -0/+295 |
| 2019-12-18 | Add macro span handling | Edwin Cheng | -0/+38 |
| 2019-12-17 | Merge #2583 | bors[bot] | -3/+47 |
| 2019-12-17 | use pretter settings in ts-lint | Edwin Cheng | -3/+47 |
| 2019-12-17 | Merge #2580 | bors[bot] | -4/+4 |
| 2019-12-17 | Fix highlighting token names | Aleksey Kladov | -4/+4 |
| 2019-12-17 | Merge #2568 | bors[bot] | -2/+18 |
| 2019-12-17 | Merge #2571 | bors[bot] | -1/+1 |
| 2019-12-17 | Default to client watching on VS Code | Aleksey Kladov | -3/+3 |
