aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src
Commit message (Expand)AuthorAgeFilesLines
* Switch impure functional style to pure imperativeAleksey Kladov2019-12-313-94/+66
* Reduce scopeAleksey Kladov2019-12-311-8/+10
* Use optional value shortcutAleksey Kladov2019-12-311-3/+3
* Remove trivial helpersAleksey Kladov2019-12-311-15/+3
* Rearrange codeAleksey Kladov2019-12-312-107/+106
* Restore internal applySourceChange commandAleksey Kladov2019-12-302-0/+9
* Use Ctx in highlighterAleksey Kladov2019-12-301-5/+10
* Reformat with tsfmtAleksey Kladov2019-12-304-32/+32
* Privatize highlightingAleksey Kladov2019-12-308-48/+54
* Don't request inline hints repeatedlyAleksey Kladov2019-12-302-10/+26
* Retry inlay hints on content modified errorAleksey Kladov2019-12-302-6/+16
* Thoughtlessly copy-paste a fix to a problem I don't understandAleksey Kladov2019-12-301-1/+2
* Refactor inlay hintsAleksey Kladov2019-12-301-103/+67
* Add config to CtxAleksey Kladov2019-12-304-9/+10
* Encapsulate highlighting activationAleksey Kladov2019-12-304-35/+24
* Encapsulate inlay hints activationAleksey Kladov2019-12-302-38/+39
* Dead codeAleksey Kladov2019-12-302-18/+2
* status is not a commandAleksey Kladov2019-12-302-13/+13
* Hints are not commandsAleksey Kladov2019-12-303-4/+2
* Move all commands to ctxAleksey Kladov2019-12-303-22/+26
* Minor refactorAleksey Kladov2019-12-301-9/+7
* Refactor runablesAleksey Kladov2019-12-303-67/+66
* Move expand macro to the new contextAleksey Kladov2019-12-305-75/+53
* CleanupAleksey Kladov2019-12-302-11/+11
* Cleanup importsAleksey Kladov2019-12-305-8/+12
* Refactor show syntax tree actionAleksey Kladov2019-12-308-134/+116
* Run prettier on all filesAleksey Kladov2019-12-306-22/+17
* Move parentModule to the new CtxAleksey Kladov2019-12-303-37/+37
* Refactor applySourceChangeAleksey Kladov2019-12-307-89/+68
* Move joinLines to the new CtxAleksey Kladov2019-12-303-21/+21
* Fix server config mispell in vscode extensionEmil Lauridsen2019-12-301-1/+1
* Move matching brace to new CtxAleksey Kladov2019-12-304-32/+35
* Run prettierAleksey Kladov2019-12-302-20/+16
* More second command to CtxAleksey Kladov2019-12-304-11/+14
* Start new ctx moduleAleksey Kladov2019-12-304-20/+63
* SimplifyAleksey Kladov2019-12-301-32/+29
* Rename extension.ts -> main.tsAleksey Kladov2019-12-301-0/+0
* Add rollupAleksey Kladov2019-12-301-11/+1
* Minimize TypeScript buildAleksey Kladov2019-12-302-71/+0
* Merge #2061bors[bot]2019-12-294-11/+289
|\
| * Fix https://github.com/rust-analyzer/rust-analyzer/pull/2061#discussion_r3487...Seivan Heidari2019-12-233-16/+15
| * Merge branch 'master' into feature/themesSeivan Heidari2019-12-2331-274/+715
| |\
| * \ Merge branch 'master' of https://github.com/rust-analyzer/rust-analyzer into ...Seivan Heidari2019-11-281-0/+0
| |\ \
| * \ \ Merge branch 'master' of https://github.com/rust-analyzer/rust-analyzer into ...Seivan Heidari2019-11-212-13/+2
| |\ \ \
| * \ \ \ Merge branch 'master' of https://github.com/rust-analyzer/rust-analyzer into ...Seivan Heidari2019-11-203-0/+97
| |\ \ \ \
| * | | | | Readding jsonc parser because of https://github.com/rust-analyzer/rust-analyz...Seivan Heidari2019-11-181-2/+2
| * | | | | Merge branch 'master' of https://github.com/rust-analyzer/rust-analyzer into ...Seivan Heidari2019-11-181-1/+8
| |\ \ \ \ \
| * | | | | | Probably a better approach to check for values before assigning lest we repla...Seivan Heidari2019-11-101-3/+27
| * | | | | | Vscode wasn't running the linter automatically so ran `npm run fix` - wonder ...Seivan Heidari2019-11-095-105/+109
| * | | | | | See if this satisfies the CI.Seivan Heidari2019-11-051-5/+5