| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2020-01-15 | Apply the api design suggestions | Kirill Bulatov | -13/+17 |
| 2020-01-15 | Another attempt to add multiple edits | Kirill Bulatov | -3/+13 |
| 2020-01-15 | Use types from vscode-langaugeclient | Emil Lauridsen | -30/+8 |
| 2020-01-15 | Merge #2843 | bors[bot] | -10/+41 |
| 2020-01-14 | Improve readability | memoryruins | -14/+11 |
| 2020-01-14 | Display vscode message after changing cargo-watch options | memoryruins | -0/+19 |
| 2020-01-15 | Add inlay parameter name hints for function calls | imtsuki | -10/+41 |
| 2020-01-06 | Merge #2714 | bors[bot] | -0/+4 |
| 2020-01-01 | Allow disabling inlay hints | Aleksey Kladov | -1/+2 |
| 2019-12-31 | Fixes to progress display | Aleksey Kladov | -17/+12 |
| 2019-12-31 | Sanity check for missing server binary | Aleksey Kladov | -0/+4 |
| 2019-12-31 | Add semicolons | Aleksey Kladov | -37/+37 |
| 2019-12-31 | Fix NPEs | Aleksey Kladov | -21/+24 |
| 2019-12-31 | Work around synchrnonisation issue | Aleksey Kladov | -6/+11 |
| 2019-12-31 | Refactor server lifecycle | Aleksey Kladov | -201/+218 |
| 2019-12-31 | Refactor config | Aleksey Kladov | -7/+6 |
| 2019-12-31 | Drop needless pubs | Aleksey Kladov | -14/+14 |
| 2019-12-31 | Move config to Ctx | Aleksey Kladov | -7/+5 |
| 2019-12-31 | Refactor status activation | Aleksey Kladov | -45/+38 |
| 2019-12-31 | Fix color name | Aleksey Kladov | -1/+1 |
| 2019-12-31 | Drop obsolete color configurations | Aleksey Kladov | -1/+1 |
| 2019-12-31 | Drop support for legacy colorization | Aleksey Kladov | -255/+164 |
| 2019-12-31 | Rename file | Aleksey Kladov | -2/+2 |
| 2019-12-31 | Fix #2700 | Aleksey Kladov | -1/+1 |
| 2019-12-31 | Switch impure functional style to pure imperative | Aleksey Kladov | -94/+66 |
| 2019-12-31 | Reduce scope | Aleksey Kladov | -8/+10 |
| 2019-12-31 | Use optional value shortcut | Aleksey Kladov | -3/+3 |
| 2019-12-31 | Remove trivial helpers | Aleksey Kladov | -15/+3 |
| 2019-12-31 | Rearrange code | Aleksey Kladov | -107/+106 |
| 2019-12-30 | Restore internal applySourceChange command | Aleksey Kladov | -0/+9 |
| 2019-12-30 | Use Ctx in highlighter | Aleksey Kladov | -5/+10 |
| 2019-12-30 | Reformat with tsfmt | Aleksey Kladov | -32/+32 |
| 2019-12-30 | Privatize highlighting | Aleksey Kladov | -48/+54 |
| 2019-12-30 | Don't request inline hints repeatedly | Aleksey Kladov | -10/+26 |
| 2019-12-30 | Retry inlay hints on content modified error | Aleksey Kladov | -6/+16 |
| 2019-12-30 | Thoughtlessly copy-paste a fix to a problem I don't understand | Aleksey Kladov | -1/+2 |
| 2019-12-30 | Refactor inlay hints | Aleksey Kladov | -103/+67 |
| 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 |
