aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Add `...` parsing for fn pointer typeEdwin Cheng2019-04-234-3/+47
* Add cached for SubtreeSourceEdwin Cheng2019-04-221-4/+20
* Merge #1194bors[bot]2019-04-227-77/+271
|\
| * unused importAleksey Kladov2019-04-221-2/+0
| * remove path_ident from CompletionContextAleksey Kladov2019-04-222-39/+38
| * move auto-imoprter into IDEAleksey Kladov2019-04-227-92/+68
| * complete_import: prevent panic when the anchor is the completion source rangeAndrea Pretto2019-04-213-16/+18
| * complete_import: add new import resolver infrastructure with some hardcoded i...Andrea Pretto2019-04-216-11/+155
| * auto_import: better no anchor managementAndrea Pretto2019-04-211-7/+48
| * auto_import: make auto import working with target as a list of SmolStr instea...Andrea Pretto2019-04-212-63/+69
| * auto_import: use TextEditBuilder instead of AssistBuilder to make it more reu...Andrea Pretto2019-04-212-8/+36
* | Merge #1193bors[bot]2019-04-221-3/+98
|\ \
| * | Remove unused print outEdwin Cheng2019-04-221-67/+63
| * | Add a test for #1178 caseEdwin Cheng2019-04-221-3/+102
* | | Merge #1184bors[bot]2019-04-2212-196/+567
|\ \ \ | |/ / |/| |
| * | drop useless testAleksey Kladov2019-04-221-28/+0
| * | move add_missing_members to structured editing APIAleksey Kladov2019-04-224-146/+231
| * | fix postfix match indentAleksey Kladov2019-04-222-4/+4
| * | more type safetyAleksey Kladov2019-04-223-4/+29
| * | test short structsAleksey Kladov2019-04-213-4/+39
| * | use structured editing API for fill struct assistAleksey Kladov2019-04-213-119/+138
| * | start structured editing APIAleksey Kladov2019-04-216-3/+238
* | | Use map, sum in Subtree::coount instead of foldEdwin Cheng2019-04-221-4/+8
* | | Change macro stack monitor test to func ptr basedEdwin Cheng2019-04-221-40/+25
* | | Add mbe expand limit and poision macro setEdwin Cheng2019-04-225-18/+216
| |/ |/|
* | Add testsEdwin Cheng2019-04-211-2/+87
* | Fix offset bug in SourceWalkerEdwin Cheng2019-04-211-6/+7
* | Handle `*+` case and single token caseEdwin Cheng2019-04-211-5/+56
* | fix mbe_parser rhs colon parsingEdwin Cheng2019-04-211-10/+11
* | Add more information on parse_macro failEdwin Cheng2019-04-211-10/+27
* | Fix lifetime in tt to syntax node conversionEdwin Cheng2019-04-211-1/+6
|/
* Add HIR for where clauses & ignore impls with where clauses in trait resolutionFlorian Diebold2019-04-213-5/+63
* :arrow_up: lspAleksey Kladov2019-04-211-1/+1
* Merge #1175bors[bot]2019-04-215-50/+154
|\
| * Fix bugsEdwin Cheng2019-04-205-50/+154
* | switch to official extend selection APIAleksey Kladov2019-04-216-4/+73
* | Add a simple test for str method completionFlorian Diebold2019-04-201-0/+22
* | Merge #1154bors[bot]2019-04-2011-19/+174
|\ \ | |/ |/|
| * lang_item_lookup is now a salsa query.Marco Groppo2019-04-193-32/+34
| * New krate() method in Resolver.Marco Groppo2019-04-195-56/+46
| * Initial support for lang items.Marco Groppo2019-04-1911-41/+204
* | Disable test_tt_xxEdwin Cheng2019-04-191-23/+23
* | Disable tt matcherEdwin Cheng2019-04-191-4/+8
* | Add back missing assertEdwin Cheng2019-04-191-2/+3
* | Fix bug for ident to lifetimeEdwin Cheng2019-04-191-0/+7
* | Add vis matcherEdwin Cheng2019-04-196-1/+33
* | Add literal matcherEdwin Cheng2019-04-193-0/+35
* | Add lifetime matcherEdwin Cheng2019-04-194-2/+25
* | add tt matcherEdwin Cheng2019-04-192-0/+28
* | add block matcherEdwin Cheng2019-04-196-0/+64