Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Thoughtlessly copy-paste a fix to a problem I don't understand | Aleksey Kladov | 2019-12-30 | 1 | -1/+2 |
* | Refactor inlay hints | Aleksey Kladov | 2019-12-30 | 1 | -103/+67 |
* | Add config to Ctx | Aleksey Kladov | 2019-12-30 | 4 | -9/+10 |
* | Encapsulate highlighting activation | Aleksey Kladov | 2019-12-30 | 4 | -35/+24 |
* | Merge #2693 | bors[bot] | 2019-12-30 | 6 | -155/+139 |
|\ | |||||
| * | Encapsulate inlay hints activation | Aleksey Kladov | 2019-12-30 | 2 | -38/+39 |
| * | Dead code | Aleksey Kladov | 2019-12-30 | 2 | -18/+2 |
| * | status is not a command | Aleksey Kladov | 2019-12-30 | 2 | -13/+13 |
| * | Hints are not commands | Aleksey Kladov | 2019-12-30 | 3 | -4/+2 |
| * | Move all commands to ctx | Aleksey Kladov | 2019-12-30 | 3 | -22/+26 |
| * | Minor refactor | Aleksey Kladov | 2019-12-30 | 1 | -9/+7 |
| * | Refactor runables | Aleksey Kladov | 2019-12-30 | 3 | -67/+66 |
|/ | |||||
* | Merge #2692 | bors[bot] | 2019-12-30 | 5 | -82/+60 |
|\ | |||||
| * | Move expand macro to the new context | Aleksey Kladov | 2019-12-30 | 5 | -75/+53 |
| * | Cleanup | Aleksey Kladov | 2019-12-30 | 2 | -11/+11 |
* | | Merge #2691 | bors[bot] | 2019-12-30 | 15 | -280/+240 |
|\| | |||||
| * | Cleanup imports | Aleksey Kladov | 2019-12-30 | 5 | -8/+12 |
| * | Refactor show syntax tree action | Aleksey Kladov | 2019-12-30 | 8 | -134/+116 |
| * | Run prettier on all files | Aleksey Kladov | 2019-12-30 | 7 | -23/+18 |
| * | Move parentModule to the new Ctx | Aleksey Kladov | 2019-12-30 | 3 | -37/+37 |
| * | Refactor applySourceChange | Aleksey Kladov | 2019-12-30 | 7 | -89/+68 |
| * | Move joinLines to the new Ctx | Aleksey Kladov | 2019-12-30 | 3 | -21/+21 |
|/ | |||||
* | Merge #2690 | bors[bot] | 2019-12-30 | 1 | -1/+1 |
|\ | |||||
| * | Fix server config mispell in vscode extension | Emil Lauridsen | 2019-12-30 | 1 | -1/+1 |
|/ | |||||
* | Merge #2687 | bors[bot] | 2019-12-30 | 7 | -52/+110 |
|\ | |||||
| * | Move matching brace to new Ctx | Aleksey Kladov | 2019-12-30 | 4 | -32/+35 |
| * | Run prettier | Aleksey Kladov | 2019-12-30 | 2 | -20/+16 |
| * | Add prettier | Aleksey Kladov | 2019-12-30 | 2 | -6/+19 |
| * | More second command to Ctx | Aleksey Kladov | 2019-12-30 | 4 | -11/+14 |
| * | Start new ctx module | Aleksey Kladov | 2019-12-30 | 4 | -20/+63 |
|/ | |||||
* | Merge #2685 | bors[bot] | 2019-12-30 | 5 | -36/+33 |
|\ | |||||
| * | Simplify | Aleksey Kladov | 2019-12-30 | 1 | -32/+29 |
| * | Rename extension.ts -> main.ts | Aleksey Kladov | 2019-12-30 | 4 | -4/+4 |
* | | Merge pull request #2684 from matklad/refactor-frontend | Aleksey Kladov | 2019-12-30 | 16 | -1663/+158 |
|\| | |||||
| * | Minimize typescript CI | Aleksey Kladov | 2019-12-30 | 2 | -9/+2 |
| * | Add rollup | Aleksey Kladov | 2019-12-30 | 6 | -38/+751 |
| * | Minimize TypeScript build | Aleksey Kladov | 2019-12-30 | 11 | -1864/+42 |
| * | Trim down launch configurations | Aleksey Kladov | 2019-12-29 | 5 | -71/+15 |
| * | Drop all the debugging tasks | Aleksey Kladov | 2019-12-29 | 1 | -309/+0 |
| * | Drop obsolete tasks | Aleksey Kladov | 2019-12-29 | 1 | -25/+1 |
|/ | |||||
* | Merge #2681 | bors[bot] | 2019-12-29 | 3 | -2/+307 |
|\ | |||||
| * | Add related information with original error site | Emil Lauridsen | 2019-12-29 | 3 | -1/+306 |
| * | Resolve macro call site in more cases | Emil Lauridsen | 2019-12-29 | 1 | -1/+1 |
* | | Merge #2680 | bors[bot] | 2019-12-29 | 3 | -63/+71 |
|\ \ | |/ |/| | |||||
| * | Lowercase drive letters when getting paths from cargo check | Emil Lauridsen | 2019-12-29 | 3 | -63/+71 |
* | | Merge #2679 | bors[bot] | 2019-12-29 | 5 | -14/+63 |
|\ \ | |||||
| * | | Remove unused hard-coded paths | Emil Lauridsen | 2019-12-29 | 1 | -4/+0 |
| * | | Resolve traits in infer using lang item infrastructure | Emil Lauridsen | 2019-12-29 | 3 | -10/+19 |
| * | | Add helpers for unpacking lang items | Emil Lauridsen | 2019-12-29 | 1 | -0/+44 |
| |/ | |||||
* | | Merge #2061 | bors[bot] | 2019-12-29 | 7 | -14/+369 |
|\ \ | |/ |/| |