aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* vscode: filter out arm linux from using prebuilt binariesVeetaha2020-02-111-3/+20
* Merge #3074bors[bot]2020-02-1021-113/+427
|\
| * Address review commentsMatthew Jasper2020-02-103-14/+66
| * Update tests for or-patternsMatthew Jasper2020-02-094-60/+184
| * Add or- and parenthesized-patternsMatthew Jasper2020-02-0915-46/+184
* | Merge #3084bors[bot]2020-02-101-1/+2
|\ \
| * | More specific error if `rustc --print sysroot` failsAleksey Kladov2020-02-101-1/+2
|/ /
* | eamcs is now upstreamedAleksey Kladov2020-02-101-3/+0
* | Merge pull request #3081 from matklad/with-outputAleksey Kladov2020-02-103-2/+48
|\ \
| * | xtask releaseAleksey Kladov2020-02-103-2/+48
* | | Merge #3080bors[bot]2020-02-103-19/+16
|\| |
| * | More convenient run_with_outputAleksey Kladov2020-02-103-19/+16
|/ /
* | Merge #3079bors[bot]2020-02-101-0/+11
|\ \
| * | Add noteAleksey Kladov2020-02-101-0/+11
* | | Merge #3075bors[bot]2020-02-103-6/+6
|\ \ \ | |/ / |/| |
| * | move to to_usize()Veetaha2020-02-093-6/+6
* | | Merge #3077bors[bot]2020-02-101-4/+4
|\ \ \ | |/ / |/| |
| * | Move build prerequisites into build sectiondvermd2020-02-101-4/+4
|/ /
* | Merge #3072bors[bot]2020-02-091-5/+11
|\ \
| * | vscode: changed dns sanity-check url from google.com to example.comVeetaha2020-02-091-3/+6
| * | vscode: add on-success logic to dns resolution sanity checkVeetaha2020-02-091-4/+7
| * | vscode: removed unnecessary awaitsVeetaha2020-02-091-2/+2
| |/
* | Merge #3071bors[bot]2020-02-092-26/+63
|\ \ | |/ |/|
| * docs: quick fix inner link in docsVeetaha2020-02-091-1/+2
| * docs: more documentation on prebuilt binaries all-editors-wiseVeetaha2020-02-091-22/+40
| * docs: Freshen docs for prebuilt binaries and raLspServer settingVeetaha2020-02-092-5/+23
|/
* Merge #3068bors[bot]2020-02-091-13/+37
|\
| * Fix rebase leftoversKirill Bulatov2020-02-091-2/+2
| * Do not import anything if first segment of FQN resolvesKirill Bulatov2020-02-091-12/+36
* | Merge #3053bors[bot]2020-02-0911-30/+429
|\ \ | |/ |/|
| * docs: fix spelling untill -> untilVeetaha2020-02-091-1/+1
| * docs: minor fixes in wordings and punctuationVeetaha2020-02-091-2/+2
| * vscode: updated docs on prebuilt binariesVeetaha2020-02-091-0/+32
| * vscode: added logging when donloading binariesVeetaha2020-02-093-5/+26
| * vscode: move throtting of download progress to call siteVeetaha2020-02-092-16/+19
| * vscode: replaced unwrapNotNil() with ! as per @matkladVeetaha2020-02-093-21/+3
| * vscode: refactor inverted ternaries to if statements as per @matkladVeetaha2020-02-092-2/+6
| * vscode: remove noise data fields declarations as per @matkladVeetaha2020-02-091-6/+1
| * vscode: refactor levels of code nesting and string literals quotesVeetaha2020-02-091-26/+30
| * vscode: fix chmod to octal literalVeetaha2020-02-091-1/+1
| * vscode: minor names and message contents changesVeetaha2020-02-082-9/+12
| * vscode: rename raLspServer variable to langServerVeetaha2020-02-081-3/+3
| * vscode: refactor commentVeetaha2020-02-081-1/+1
| * vscode: refactor platform artifact name query to switch statement, move Binar...Veetaha2020-02-084-70/+89
| * vscode: reduce throttle latency of downloadFile() progress callback for smoot...Veetaha2020-02-081-1/+1
| * vscode: add name to the second unused argument of withProgress() callbackVeetaha2020-02-081-1/+1
| * vscode: add docs to installation module interfaces and sanity check to donloa...Veetaha2020-02-082-4/+39
| * vscode: converted fetchLatestArtifactMetadata params to positional, added docsVeetaha2020-02-081-10/+10
| * vscode: changed chmod value to 755 as per @lnicolaVeetaha2020-02-081-3/+3
| * vscode: amended config to use binary from globalStoragePath, added ui for dow...Veetaha2020-02-0810-41/+229