aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge #933bors[bot]2019-03-062-12/+45
|\
| * Check installed extensionCaio2019-03-052-12/+45
* | Merge #941bors[bot]2019-03-061-10/+10
|\ \
| * | :arrow_up: vfsAleksey Kladov2019-03-061-108/+108
* | | Merge #940bors[bot]2019-03-0610-54/+110
|\ \ \
| * | | Add showWorkspaceLoadedNotification to vscode clientVille Penttinen2019-03-068-22/+78
| * | | Rename feedback to show_messageVille Penttinen2019-03-053-13/+13
| * | | Remove InternalFeedbackVille Penttinen2019-03-051-7/+0
| * | | Send an actual ShowMessage instead of InternalFeedback in feedback()Ville Penttinen2019-03-053-20/+27
|/ / /
* | | Merge #938bors[bot]2019-03-056-114/+114
|\ \ \ | |/ / |/| |
| * | Updateskjeremy2019-03-056-114/+114
|/ /
* | Merge #936bors[bot]2019-03-051-1/+8
|\ \
| * | dont produce giant debug dumpsAleksey Kladov2019-03-051-1/+8
|/ /
* | Merge #934bors[bot]2019-03-053-8/+32
|\ \
| * | show message in client's UI if workspace fails to loadAleksey Kladov2019-03-053-8/+32
|/ /
* | Merge #930bors[bot]2019-03-054-7/+188
|\ \
| * | Introduce pattern_list to parse pipe separated patternsVille Penttinen2019-03-052-10/+18
| * | Add support for parsing multiple if and while-let patternsVille Penttinen2019-03-043-1/+174
| |/
* | Merge #912bors[bot]2019-03-054-24/+116
|\ \ | |/ |/|
| * Use impl_froms!kjeremy2019-03-041-13/+3
| * Make ExpOrPatId privatekjeremy2019-03-042-4/+7
| * FormatJeremy Kolb2019-03-041-7/+2
| * Add NavigationTarget::from_impl_itemJeremy Kolb2019-03-042-14/+22
| * Remove commented out codeJeremy Kolb2019-03-041-9/+0
| * Use ImplItems instead of just FunctionJeremy Kolb2019-03-043-40/+65
| * Make goto definition/hover resolve constructorskjeremy2019-03-043-7/+87
* | Merge #929bors[bot]2019-03-043-12/+28
|\ \
| * | allow `mut ident` patterns in trait methodsAleksey Kladov2019-03-043-12/+28
|/ /
* | Merge #927bors[bot]2019-03-044-2/+21
|\ \ | |/ |/|
| * allow aliases in underscoresAleksey Kladov2019-03-044-2/+21
|/
* Merge #926bors[bot]2019-03-043-1/+56
|\
| * allow vararg functionsAleksey Kladov2019-03-043-1/+56
* | Merge #925bors[bot]2019-03-045-61/+83
|\ \ | |/ |/|
| * improve error recoveryAleksey Kladov2019-03-044-59/+77
| * extract block contents into a functionAleksey Kladov2019-03-041-2/+6
|/
* Merge #916bors[bot]2019-03-044-72/+220
|\
| * Add expander unit testsWilco Kusee2019-03-031-4/+69
| * Add parser unit testsWilco Kusee2019-03-033-6/+58
| * Split parse and expand errorsWilco Kusee2019-03-034-72/+74
| * FormattingWilco Kusee2019-03-021-10/+20
| * Replace option with result in mbeWilco Kusee2019-03-024-74/+93
* | Merge #924bors[bot]2019-03-0410-43/+423
|\ \
| * | Allow syntax strings to contain test markersVille Penttinen2019-03-041-1/+3
| * | Implement syntax tree support for syntax inside stringVille Penttinen2019-03-043-8/+206
| * | Allow syntax tree to update when changing filesVille Penttinen2019-03-032-17/+26
| * | Rename syntaxtree text provider to SyntaxTreeContentProviderVille Penttinen2019-03-033-13/+11
| * | Add vscode support for range in SyntaxTreeParamsVille Penttinen2019-03-033-11/+41
| * | Add optional range parameter to SyntaxTreeParamsVille Penttinen2019-03-034-5/+148
|/ /
* | Merge #917bors[bot]2019-03-0350-1291/+1286
|\ \
| * | Inline type inference test snapshotsFlorian Diebold2019-03-0359-1504/+1096