aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* vscode: redesigned config with simplicity and Dart extension config ↵Veetaha2020-02-135-216/+96
| | | | implementation in mind
* vscode: added more type safety to package.json configVeetaha2020-02-131-0/+10
|
* Merge #3125bors[bot]2020-02-121-3/+19
|\ | | | | | | | | | | | | | | 3125: Add couple of utility methods r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * Add couple of utility methodsAleksey Kladov2020-02-121-3/+19
| |
* | Merge #3124bors[bot]2020-02-121-15/+7
|\| | | | | | | | | | | | | | | 3124: Simplify r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * SimplifyAleksey Kladov2020-02-121-15/+7
|/
* Merge #3121bors[bot]2020-02-123-7/+49
|\ | | | | | | | | | | | | | | | | | | 3121: Do not add imports before inner attributes r=matklad a=SomeoneToIgnore Current `insert_use_statement` function adds imports before inner attributes which results in compiler errors: <img width="1440" alt="image" src="https://user-images.githubusercontent.com/2690773/74344019-a3749500-4db4-11ea-9d88-f71e903e795a.png"> Co-authored-by: Kirill Bulatov <[email protected]>
| * Fix the trailing whitespace testKirill Bulatov2020-02-121-4/+1
| |
| * Introduce AttrKindKirill Bulatov2020-02-123-8/+16
| |
| * Do not add imports before inner attributesKirill Bulatov2020-02-122-1/+38
| |
* | Merge #3122bors[bot]2020-02-122-14/+64
|\ \ | |/ |/| | | | | | | | | | | 3122: Add more hir APIs for associated items r=SomeoneToIgnore a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * Add more hir APIs for associated itemsAleksey Kladov2020-02-122-14/+64
|/
* Merge #3062bors[bot]2020-02-118-13/+64
|\ | | | | | | | | | | | | | | | | | | 3062: Implement slice pattern AST > HIR lowering r=jplatte a=jplatte WIP. The necessary changes for parsing are implemented, but actual inference is not yet. Just wanted to upload what I've got so far so it doesn't get duplicated :) Will fix #3043 Co-authored-by: Jonas Platte <[email protected]>
| * Implement slice pattern AST > HIR loweringJonas Platte2020-02-118-13/+64
| |
* | Merge #3115bors[bot]2020-02-112-5/+8
|\ \ | | | | | | | | | | | | | | | | | | | | | 3115: vscode: remove chmod in favour of an option to createWriteStream() r=matklad a=Veetaha Inspired by [cpptools code](https://github.com/microsoft/vscode-cpptools/blob/0d91db0e060b946939ee620130c1dbc0fb1d7c42/Extension/src/packageManager.ts#L385-L386) Co-authored-by: Veetaha <[email protected]>
| * | vscode: remove chmod in favour of an option to createWriteStream()Veetaha2020-02-112-5/+8
| | |
* | | Merge #3114bors[bot]2020-02-112-1/+22
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | 3114: Don't let unknown match arms fall back to ! r=kjeremy a=flodiebold Co-authored-by: Florian Diebold <[email protected]>
| * | Don't let unknown match arms fall back to !Florian Diebold2020-02-112-1/+22
|/ /
* | Merge #3112bors[bot]2020-02-111-28/+57
|\ \ | | | | | | | | | | | | | | | | | | | | | 3112: Return early, return often r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * | Return early, return oftenAleksey Kladov2020-02-111-27/+33
| | |
| * | Fix join lines when two rules matchAleksey Kladov2020-02-111-23/+46
|/ /
* | Merge #3064bors[bot]2020-02-112-25/+68
|\ \ | | | | | | | | | | | | | | | | | | | | | 3064: Handle macro token cases for rename r=matklad a=edwin0cheng Fixes #2957 Co-authored-by: Edwin Cheng <[email protected]>
| * | Use get_or_insert_withEdwin Cheng2020-02-091-4/+3
| | |
| * | Handle macro token cases for renameEdwin Cheng2020-02-092-25/+69
| |/
* | Third time's a charm?Aleksey Kladov2020-02-111-1/+1
| |
* | Fix releaseAleksey Kladov2020-02-111-9/+0
| |
* | Merge pull request #3086 from matklad/auto-publish-extensionAleksey Kladov2020-02-111-3/+19
|\ \ | | | | | | Publish VS Code extension automatically
| * | Publish VS Code extension automaticallyAleksey Kladov2020-02-111-3/+19
| | |
| | |
| \ \
*-. \ \ Merge #3083 #3101bors[bot]2020-02-112-12/+26
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3083: Update some crates r=matklad a=kjeremy 3101: vscode: filter out arm linux from using prebuilt binaries r=matklad a=Veetaha Closes #3076 Co-authored-by: kjeremy <[email protected]> Co-authored-by: Veetaha <[email protected]>
| | * | | vscode: filter out arm linux from using prebuilt binariesVeetaha2020-02-111-3/+20
| | | | |
| * | | | Update some crateskjeremy2020-02-101-9/+6
| | | | |
* | | | | Merge #3100bors[bot]2020-02-111-3/+10
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3100: vscode: add error handling to downloadFile() r=matklad a=Veetaha Inspired by #3094. Co-authored-by: Veetaha <[email protected]>
| * | | | vscode: add error handling to downloadFile()Veetaha2020-02-111-3/+10
| | |/ / | |/| |
* | | | Merge #3092bors[bot]2020-02-111-2/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3092: vscode: fix binary is not functional on windows r=matklad a=Veetaha This is my first approach to fix this error, need to double-check this on windows still... Fixes #3087 Fixes #3090 Co-authored-by: Veetaha <[email protected]>
| * | | | vscode: fix ebusy error on windowsVeetaha2020-02-101-2/+1
| |/ / /
* | | | Merge #3102bors[bot]2020-02-113-11/+17
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | 3102: Better error messages while deserializing r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * | | Better error messages while deserializingAleksey Kladov2020-02-113-11/+17
|/ / /
* | | Merge #3074bors[bot]2020-02-1021-113/+427
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3074: Or patterns r=matthewjasper a=matthewjasper Works towards #2458 Co-authored-by: Matthew Jasper <[email protected]>
| * | | 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
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | 3084: More specific error if `rustc --print sysroot` fails r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * | | 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 release
| * | | xtask releaseAleksey Kladov2020-02-103-2/+48
| | | |
* | | | Merge #3080bors[bot]2020-02-103-19/+16
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3080: More convenient run_with_output r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * | | More convenient run_with_outputAleksey Kladov2020-02-103-19/+16
|/ / /
* | | Merge #3079bors[bot]2020-02-101-0/+11
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3079: Add note r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * | | Add noteAleksey Kladov2020-02-101-0/+11
| | | |