aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
|\ \ \
| * | | remove commentAleksey Kladov2019-03-021-1/+0
| * | | remove second way to get the bodyAleksey Kladov2019-03-022-5/+1
| * | | rename syntax_mapping as wellAleksey Kladov2019-03-026-19/+18
| * | | align lower module query namesAleksey Kladov2019-03-027-23/+15
| * | | rename scopesAleksey Kladov2019-03-024-9/+9
| * | | rename to source_mapAleksey Kladov2019-03-022-17/+13
| * | | dont store body inside source mapAleksey Kladov2019-03-025-61/+54
| * | | rename syntax-mapping -> source-mapAleksey Kladov2019-03-0211-32/+32
| | |/ | |/|
* / | A bit of cleanup in ty.rsFlorian Diebold2019-03-021-28/+1
|/ /
* / Update hover message since we do support globskjeremy2019-02-281-1/+1
|/
* Merge #906bors[bot]2019-02-273-3/+124
|\
| * Enable hover support for NamedFieldDefsVille Penttinen2019-02-271-3/+79
| * Allow goto-definition to work for named fields in struct initializerVille Penttinen2019-02-272-0/+45
* | Fix the buildkjeremy2019-02-271-1/+3
|/
* Merge #900bors[bot]2019-02-279-61/+72
|\
| * Remove `TypeRef` from item opts which implement TypeAscriptionOwnerVille Penttinen2019-02-276-43/+24