aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Merge #593bors[bot]2019-01-2283-319/+641
|\
| * Update snapsJeremy A. Kolb2019-01-2279-316/+595
| * Move docs to FunctionJeremy Kolb2019-01-223-13/+18
| * Thread documentation through FnSignature and CompletionItemJeremy Kolb2019-01-223-1/+15
| * Teach CompletionItem about documentationJeremy Kolb2019-01-222-2/+26
* | Merge #592bors[bot]2019-01-225-37/+91
|\ \
| * | No need for is_type_startErlend Tobiassen2019-01-222-9/+1
| * | Prefer TYPE_FIRSTErlend Tobiassen2019-01-221-4/+4
| * | Update tests after allowing where predicate to accept typesErlend Tobiassen2019-01-225-20/+68
| * | Optimistically bail out of where clause loop if not at start of a type or lif...Erlend Tobiassen2019-01-222-12/+24
| * | Don't leave a marker hanging without completing it.Erlend Tobiassen2019-01-221-2/+1
| * | Allow types to the left of : in where predicates.Erlend Tobiassen2019-01-221-24/+27
| |/
* / fold macrosAleksey Kladov2019-01-221-1/+12
|/
* :arrow_up: instaAleksey Kladov2019-01-213-3/+3
* Merge #590bors[bot]2019-01-2128-55/+158
|\
| * Use insta for ty testsFlorian Diebold2019-01-2128-55/+158
* | Fix .not postfix completionFlorian Diebold2019-01-214-9/+9
|/
* Fix panic trying to get substs on unknown typeFlorian Diebold2019-01-213-3/+27
* Merge #582bors[bot]2019-01-216-30/+312
|\
| * postfix completiongfreezy2019-01-216-30/+312
* | typos fixgfreezy2019-01-211-4/+4
|/
* Merge #574bors[bot]2019-01-2054-318/+2206
|\
| * fix testsgfreezy2019-01-208-19/+19
| * workaround for trigger charactergfreezy2019-01-201-1/+5
| * use a combination of `source_change` and `text_edit` for `CompleteItem`gfreezy2019-01-2048-295/+305
| * refactor to use `remove_range` and `replace_range` instead of TextEditgfreezy2019-01-1947-755/+619
| * ignore unused methodsgfreezy2019-01-191-0/+3
| * refactor completions to use TextEdit instead of InsertTextgfreezy2019-01-1954-313/+2320
* | extend selection expands macros and can totally panicAleksey Kladov2019-01-203-7/+11
* | somewhat better nameAleksey Kladov2019-01-202-2/+2
* | make matching brace consistentAleksey Kladov2019-01-202-4/+4
* | use with_db consistentlyAleksey Kladov2019-01-201-14/+7
* | Fix panic on inferring field access on an enumFlorian Diebold2019-01-203-2/+24
* | Add an assertFlorian Diebold2019-01-191-0/+1
* | Generics -> GenericParamsFlorian Diebold2019-01-197-41/+41
* | Make generics work in struct patternsFlorian Diebold2019-01-193-17/+87
* | Collect generic args in struct variant paths as wellFlorian Diebold2019-01-192-15/+24
* | Collect generic args in type pathsFlorian Diebold2019-01-192-8/+100
* | Make Module impl methods crate-private, update some commentsFlorian Diebold2019-01-193-8/+23
* | Add AST/HIR for type args in path segmentsFlorian Diebold2019-01-195-23/+217
* | Implement beginnings of genericsFlorian Diebold2019-01-1913-82/+288
* | Add some testsFlorian Diebold2019-01-194-0/+121
* | Refactor/simplify path resolutionFlorian Diebold2019-01-191-31/+33
|/
* Change parsing of struct field patternsMarcus Klaas de Vries2019-01-195-40/+46
* Finish move of StructField for pattern type inferenceMarcus Klaas de Vries2019-01-193-31/+46
* Replace Expectation by &Ty in `infer_pat` methodMarcus Klaas de Vries2019-01-191-24/+23
* Move parsing of field pattern lists to the parser (where it belongs)Marcus Klaas de Vries2019-01-196-64/+71
* Move pattern type inference from adt::StructField to core_model_impl (WIP)Marcus Klaas de Vries2019-01-192-16/+16
* Address issues flagged in reviewMarcus Klaas de Vries2019-01-193-75/+45
* Fix bug in match arm type unificationMarcus Klaas de Vries2019-01-191-1/+1