aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix add visibility false-positiveAleksey Kladov2020-03-252-12/+29
* | Preserve relative ordering of grouped assistsAleksey Kladov2020-03-251-18/+26
|/
* Merge #3717bors[bot]2020-03-253-23/+51
|\
| * Always expand macros during analysisAleksey Kladov2020-03-253-23/+51
* | Remove collect proc_macro definitionsEdwin Cheng2020-03-252-29/+25
* | Fix trailling whitespaceEdwin Cheng2020-03-251-1/+1
* | Rename to CustomDeriveEdwin Cheng2020-03-255-5/+5
* | Refactoring a bitEdwin Cheng2020-03-252-7/+10
* | Use dummy implementationEdwin Cheng2020-03-251-2/+3
* | Add basic custom derive loweringEdwin Cheng2020-03-2510-28/+144
|/
* Remove dead codeAleksey Kladov2020-03-251-11/+0
* Merge #3707bors[bot]2020-03-255-59/+50
|\
| * Use visibility_of in searchEdwin Cheng2020-03-241-35/+31
| * Add ItemScope::visibility_ofEdwin Cheng2020-03-244-24/+19
* | Improvements based on code review feedbackMatt Hooper2020-03-241-5/+5
* | Fmt correctionsMatt Hooper2020-03-241-13/+9
* | Added more unit testsMatt Hooper2020-03-241-76/+159
* | Added new inlay hint kind and rules for method chainingMatt Hooper2020-03-245-5/+98
* | Merge #3664bors[bot]2020-03-242-171/+250
|\ \
| * | Add open delim when delim not matchEdwin Cheng2020-03-202-5/+28
| * | Fix text range bug and reorderEdwin Cheng2020-03-201-14/+19
| * | Add TokenConvertor traitEdwin Cheng2020-03-202-239/+155
| * | Add test for delim bugEdwin Cheng2020-03-202-12/+147
* | | Merge #3708bors[bot]2020-03-247-121/+270
|\ \ \ | |_|/ |/| |
| * | Generalise syntax rewriting infrastructure to allow removal of nodesAleksey Kladov2020-03-247-121/+252
| * | Add a testAleksey Kladov2020-03-231-0/+18
* | | Merge #3705bors[bot]2020-03-243-5/+5
|\ \ \
| * | | Align namingAleksey Kladov2020-03-243-5/+5
* | | | Merge #3700bors[bot]2020-03-243-47/+50
|\ \ \ \ | |/ / / |/| | |
| * | | fill match arms with empty block rather than unit tupleJosh Mcguigan2020-03-243-47/+50
* | | | Merge #3694bors[bot]2020-03-241-1/+61
|\ \ \ \
| * | | | Code review fixesKirill Bulatov2020-03-241-3/+4
| * | | | Complete only missing fieldsKirill Bulatov2020-03-231-1/+60
| | | | |
| \ \ \ \
| \ \ \ \
| \ \ \ \
*---. \ \ \ \ Merge #3696 #3698 #3703bors[bot]2020-03-241-17/+123
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | / / / | | | |/ / /
| | * / / / Consider references when applying postfix completionsKirill Bulatov2020-03-231-17/+123
| | |/ / /
* | | | | Add a testKirill Bulatov2020-03-242-9/+45
* | | | | Use more generic public apiKirill Bulatov2020-03-248-47/+56
* | | | | Remove the upcastKirill Bulatov2020-03-241-3/+7
* | | | | Auto import macrosKirill Bulatov2020-03-245-34/+46
| |/ / / |/| | |
* | | | update itertools version to 0.9.0Josh Mcguigan2020-03-236-6/+6
|/ / /
* | | Merge #3689bors[bot]2020-03-233-14/+256
|\ \ \ | |/ / |/| |
| * | review commentsJosh Mcguigan2020-03-232-17/+114
| * | implement fill match arm assist for tuple of enumsJosh Mcguigan2020-03-233-14/+159
* | | Merge pull request #3686 from Veetaha/feature/hover-actual-type-paramsAleksey Kladov2020-03-232-15/+17
|\ \ \
| * | | ra_hir: add more privacy for Typeveetaha2020-03-232-15/+17
* | | | Merge pull request #3678 from edwin0cheng/refactor-renameAleksey Kladov2020-03-234-26/+112
|\ \ \ \
| * | | | Fix typoEdwin Cheng2020-03-221-1/+1
| * | | | Add testEdwin Cheng2020-03-221-0/+57
| * | | | Improve find_all_ref work inside macroEdwin Cheng2020-03-221-9/+23
| * | | | Refactor searchEdwin Cheng2020-03-221-16/+4