aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Simplifykjeremy2019-04-262-13/+10
* Add is_empty to Arenakjeremy2019-04-261-0/+3
* Pass in char instead of single-char stringkjeremy2019-04-261-3/+3
* Elide lifetimekjeremy2019-04-261-1/+1
* Use panic instead of unwrapEdwin Cheng2019-04-251-8/+6
* Fix more bugsEdwin Cheng2019-04-257-24/+202
* Add handling `token` seperator in mbeEdwin Cheng2019-04-257-226/+218
* Add more information on macro rules fail to parseEdwin Cheng2019-04-251-2/+8
* Fix incorrect repeat sep eatingEdwin Cheng2019-04-253-24/+304
* drop empty fileAleksey Kladov2019-04-251-0/+0
* simplify matchkjeremy2019-04-241-4/+1
* See through referenceskjeremy2019-04-241-2/+20
* Merge #1200bors[bot]2019-04-231-18/+70
|\
| * CR correctionsRoberto Vidal2019-04-231-2/+2
| * Allows searching for case-equivalent symbols (fixes #1151)Roberto Vidal2019-04-231-18/+70
* | Simplifykjeremy2019-04-231-5/+3
* | Basic resolution for ADTkjeremy2019-04-235-2/+99
|/
* Merge #1147bors[bot]2019-04-236-15/+133
|\
| * Introduced resolve_macro_call on resolverLenard Pratt2019-04-235-55/+112
| * Added macro resolution and expansionLenard Pratt2019-04-227-106/+135
| * Addeded resolver and dbLenard Pratt2019-04-222-60/+92
* | 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