about summary refs log tree commit diff
path: root/editors/code
AgeCommit message (Expand)AuthorLines
2019-12-16Fixed a typoOmer Ben-Amram-1/+1
2019-12-16Fix formattingVadzim Dambrouski-2/+1
2019-12-15Add option to disable all-targets.Vadzim Dambrouski-1/+18
2019-12-15Merge #2565bors[bot]-3/+8
2019-12-15Properly format jsonOliver Scherer-9/+11
2019-12-15Add a rudimentary json regex to get at information like `endLine`Oliver Scherer-0/+20
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/+80
2019-12-14removed `type.alias`Omer Ben-Amram-0/+10
2019-12-14added decorationsOmer Ben-Amram-1/+61
2019-12-14Enable `allFeatures` by default and fix lintsoxalica-10/+17
2019-12-13Support setting cargo featuresoxalica-13/+73
2019-12-12Enable noFallthroughCasesInSwitch option for vscode extensionTetsuharu OHZEKI-1/+2
2019-12-12Enable noImplicitReturns option for vscode extensionTetsuharu OHZEKI-12/+20
2019-12-12Enable noUnusedParameters option for vscode extensionTetsuharu OHZEKI-5/+8
2019-12-11Use ES2018 for vscode extensionTetsuharu OHZEKI-2/+2
2019-12-09Code: enable prettier trailing commasLaurențiu Nicola-232/+233
2019-12-09Allow disabling sysrootAleksey Kladov-1/+7
2019-12-09Add rollup sourcemap and fix launch.jsonEdwin Cheng-0/+57
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-418/+253
2019-12-08Code: check whether the LSP binary is in PATHLaurențiu Nicola-6/+23
2019-12-06Fix npm vulnerability warningEdwin Cheng-3/+3
2019-11-28Merge branch 'master' of https://github.com/rust-analyzer/rust-analyzer into ...Seivan Heidari-0/+0
2019-11-27rename ra_ide_api -> ra_ideAleksey Kladov-0/+0
2019-11-21Merge branch 'master' of https://github.com/rust-analyzer/rust-analyzer into ...Seivan Heidari-13/+2
2019-11-20Merge pull request #2297 from kiljacken/masterAleksey Kladov-13/+2
2019-11-20Merge branch 'master' of https://github.com/rust-analyzer/rust-analyzer into ...Seivan Heidari-0/+102
2019-11-20Minor fix for outpu text formatingEdwin Cheng-1/+1
2019-11-20Use DocumentProvider instead of HoverEdwin Cheng-33/+75
2019-11-19Move type inlay hint truncation to language serverEmil Lauridsen-13/+2
2019-11-19Change return type of expand_macroEdwin Cheng-5/+8
2019-11-19Fix npm formattingEdwin Cheng-14/+14
2019-11-19Add recursive expand in vscodeEdwin Cheng-5/+62
2019-11-18Readding jsonc parser because of https://github.com/rust-analyzer/rust-analyz...Seivan Heidari-3/+9
2019-11-18Merge branch 'master' of https://github.com/rust-analyzer/rust-analyzer into ...Seivan Heidari-1/+8
2019-11-16Fix formatoxalica-1/+3
2019-11-16Check exit code of `cargo watch`oxalica-3/+3
2019-11-16Handle errors when `cargo watch` failsoxalica-0/+5
2019-11-10Probably a better approach to check for values before assigning lest we repla...Seivan Heidari-3/+27
2019-11-09Vscode wasn't running the linter automatically so ran `npm run fix` - wonder ...Seivan Heidari-106/+110
2019-11-05See if this satisfies the CI.Seivan Heidari-5/+5
2019-11-05Fix typo.Seivan Heidari-1/+1
2019-11-05Remove new line.Seivan Heidari-1/+0
2019-11-05Logging fallback tag in case scopes are missing.Seivan Heidari-3/+5
2019-11-04* Adding scope mapping configuration manifest in `package.json`Seivan Heidari-66/+140