aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Add support for goto definition and hover on SelfVille Penttinen2019-03-074-26/+190
* when loading workspace, say how many packages were loadedAleksey Kladov2019-03-073-22/+21
* Merge #939bors[bot]2019-03-078-93/+309
|\
| * Remove rust-project.json test w/ dependencies.David Wood2019-03-071-43/+0
| * Add test demonstrating logic for handling deps.David Wood2019-03-071-1/+44
| * Rename and change `add_roots` to return a `Vec`.David Wood2019-03-073-3/+8
| * Initial implementation of project-lock.json.David Wood2019-03-078-93/+304
* | Use source mapkjeremy2019-03-062-15/+10
* | Hover for associated items in patternskjeremy2019-03-063-9/+56
|/
* Merge #933bors[bot]2019-03-062-12/+45
|\
| * Check installed extensionCaio2019-03-052-12/+45
* | Add showWorkspaceLoadedNotification to vscode clientVille Penttinen2019-03-065-21/+63
* | 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
* | Updateskjeremy2019-03-055-6/+6
* | dont produce giant debug dumpsAleksey Kladov2019-03-051-1/+8
* | 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
* | allow `mut ident` patterns in trait methodsAleksey Kladov2019-03-043-12/+28
* | 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
* | 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
* | 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
* | Add optional range parameter to SyntaxTreeParamsVille Penttinen2019-03-034-5/+148
* | Inline type inference test snapshotsFlorian Diebold2019-03-0359-1504/+1096
* | Represent unknown types as {unknown} instead of [unknown]Florian Diebold2019-03-0329-172/+172
* | Add a bunch of tests for type inference involving traitsFlorian Diebold2019-03-0213-0/+403
* | Merge #908bors[bot]2019-03-021-8/+27
|\ \
| * | Enable markup for hover on expressions which resolve using type_ofVille Penttinen2019-02-281-8/+27
* | | Merge #915bors[bot]2019-03-0216-133/+108
|\ \ \