about summary refs log tree commit diff
path: root/editors/code/src
AgeCommit message (Expand)AuthorLines
2019-12-30Run prettier on all filesAleksey Kladov-22/+17
2019-12-30Move parentModule to the new CtxAleksey Kladov-37/+37
2019-12-30Refactor applySourceChangeAleksey Kladov-89/+68
2019-12-30Move joinLines to the new CtxAleksey Kladov-21/+21
2019-12-30Fix server config mispell in vscode extensionEmil Lauridsen-1/+1
2019-12-30Move matching brace to new CtxAleksey Kladov-32/+35
2019-12-30Run prettierAleksey Kladov-20/+16
2019-12-30More second command to CtxAleksey Kladov-11/+14
2019-12-30Start new ctx moduleAleksey Kladov-20/+63
2019-12-30SimplifyAleksey Kladov-32/+29
2019-12-30Rename extension.ts -> main.tsAleksey Kladov-0/+0
2019-12-30Add rollupAleksey Kladov-11/+1
2019-12-30Minimize TypeScript buildAleksey Kladov-71/+0
2019-12-29Merge #2061bors[bot]-11/+289
2019-12-25Keep VSCode config mostly backwards compatibleEmil Lauridsen-15/+26
2019-12-25Re-format VSCode extension changesEmil Lauridsen-19/+20
2019-12-25Re-implement status display using LSP 3.15 progress eventEmil Lauridsen-0/+51
2019-12-25Remove cargo watch supporting code and tests from vscode extensionEmil Lauridsen-1684/+0
2019-12-25Configuration plumbing for cargo watcherEmil Lauridsen-44/+18
2019-12-25Remove cargo-watch from vscode extension.Emil Lauridsen-443/+0
2019-12-24Fix https://github.com/rust-analyzer/rust-analyzer/pull/2061#discussion_r3487...Seivan Heidari-16/+15
2019-12-23Merge branch 'master' into feature/themesSeivan Heidari-274/+715
2019-12-20Protect against null as revealed by `npm test`kjeremy-2/+7
2019-12-18Use substr instead of endswithEdwin Cheng-3/+3
2019-12-18Add testsEdwin Cheng-0/+295
2019-12-18Add macro span handlingEdwin Cheng-0/+38
2019-12-17Merge #2580bors[bot]-4/+4
2019-12-17Fix highlighting token namesAleksey Kladov-4/+4
2019-12-17Merge #2568bors[bot]-2/+13
2019-12-17Default to client watching on VS CodeAleksey Kladov-2/+2
2019-12-16Fix formattingVadzim Dambrouski-2/+1
2019-12-15Add option to disable all-targets.Vadzim Dambrouski-1/+13
2019-12-15`npm run fix`Omer Ben-Amram-8/+6
2019-12-15fixed commentOmer Ben-Amram-2/+1
2019-12-15Lowercase drive letters on windows before sending to extension.Omer Ben-Amram-2/+1
2019-12-15make drive comparison case-insensitive.Omer Ben-Amram-1/+10
2019-12-14Merge branch 'refs/heads/master' into feature/granular-scopesOmer Ben-Amram-13/+65
2019-12-14removed `type.alias`Omer Ben-Amram-0/+1
2019-12-14added decorationsOmer Ben-Amram-0/+6
2019-12-14Enable `allFeatures` by default and fix lintsoxalica-9/+16
2019-12-13Support setting cargo featuresoxalica-13/+58
2019-12-12Enable noImplicitReturns option for vscode extensionTetsuharu OHZEKI-11/+18
2019-12-12Enable noUnusedParameters option for vscode extensionTetsuharu OHZEKI-3/+3
2019-12-09Code: enable prettier trailing commasLaurențiu Nicola-231/+231
2019-12-09Allow disabling sysrootAleksey Kladov-1/+7
2019-12-08Merge #2508bors[bot]-5/+9
2019-12-08Code: don't check for ra_lsp_server on WindowsLaurențiu Nicola-5/+9
2019-12-08Code: bump depsLaurențiu Nicola-6/+8
2019-12-08Code: check whether the LSP binary is in PATHLaurențiu Nicola-6/+17
2019-11-28Merge branch 'master' of https://github.com/rust-analyzer/rust-analyzer into ...Seivan Heidari-0/+0