aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Don't track importsAleksey Kladov2019-12-212-48/+26
| | * | Remove hir for importsAleksey Kladov2019-12-215-36/+23
| * | | Merge #2628bors[bot]2019-12-2110-331/+279
| |\ \ \ | | |/ / | |/| |
| | * | Add macro keyword to ITEM_RECOVERY_SETEdwin Cheng2019-12-211-1/+1
| | * | Add macro 2.0 support in parserEdwin Cheng2019-12-2110-330/+278
| * | | Merge #2626bors[bot]2019-12-212-10/+59
| |\ \ \
| | * | | Add a limit for protect against infinite recursionEdwin Cheng2019-12-201-2/+10
| | * | | Recursive collect macros in impl itemsEdwin Cheng2019-12-202-10/+51
| | |/ /
| * | | Merge #2627bors[bot]2019-12-214-33/+13
| |\ \ \
| | * | | Use SelectionRange from LSP 3.15Jeremy Kolb2019-12-204-33/+13
| | |/ /
| * | | Merge #2625bors[bot]2019-12-2116-80/+70
| |\ \ \ | | |/ / | |/| |
| | * | Clippy lintskjeremy2019-12-2016-80/+70
| * | | Merge #2624bors[bot]2019-12-2015-178/+210
| |\ \ \
| | * | | Make legacy macros privateAleksey Kladov2019-12-204-19/+24
| | * | | Privitize implsAleksey Kladov2019-12-204-6/+12
| | * | | Make items privateAleksey Kladov2019-12-202-46/+42
| | * | | Move some code to scopeAleksey Kladov2019-12-202-26/+37
| | * | | Fix typosAleksey Kladov2019-12-201-2/+2
| | * | | Move impls to ItemScopeAleksey Kladov2019-12-2010-13/+16
| | * | | Reduce visibilityAleksey Kladov2019-12-201-6/+6
| | * | | Rename ModuleScope -> ItemScopeAleksey Kladov2019-12-202-4/+4
| | * | | DocsAleksey Kladov2019-12-201-3/+6
| | * | | Move ModuleScope to a new moduleAleksey Kladov2019-12-205-108/+114
| | * | | Add item_scope moduleAleksey Kladov2019-12-202-0/+2
| * | | | Merge #2623bors[bot]2019-12-205-48/+114
| |\ \ \ \
| | * | | | Add support macros in impl blocksEdwin Cheng2019-12-205-48/+114
| | |/ / /
| * | | | Merge #2622bors[bot]2019-12-201-1/+1
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | SimplifyAleksey Kladov2019-12-201-1/+1
| * | | | Merge #2620bors[bot]2019-12-203-35/+40
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Protect against null as revealed by `npm test`kjeremy2019-12-201-2/+7
| | * | | Update to latest packageskjeremy2019-12-202-33/+33
| |/ / /
| * | | Merge #2617bors[bot]2019-12-202-59/+23
| |\ \ \
| | * | | Remove unused importskjeremy2019-12-201-1/+1
| | * | | Remove the index resolution from hoverkjeremy2019-12-201-58/+22
| * | | | Merge #2619bors[bot]2019-12-203-5/+48
| |\ \ \ \
| | * | | | Coerce closures to fn pointersFlorian Diebold2019-12-203-5/+48
| |/ / / /
| * | | | Merge #2618bors[bot]2019-12-203-2/+18
| |\ \ \ \
| | * | | | Fix coercion of last expression in function bodyFlorian Diebold2019-12-203-2/+18
| |/ / / /
| * | | | Merge #2616bors[bot]2019-12-208-6/+113
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Handle closure return typesFlorian Diebold2019-12-208-6/+113
| |/ / /
| * | | Merge #2615bors[bot]2019-12-203-6/+41
| |\ \ \ | | |/ / | |/| |
| | * | Fix parser for macro call in pattern positionEdwin Cheng2019-12-203-6/+41
| |/ /
| * | Merge #2614bors[bot]2019-12-202-3/+3
| |\ \
| | * | Use unwrap_or_defaultkjeremy2019-12-201-2/+2
| | * | Remove useless clonekjeremy2019-12-201-1/+1
| * | | Merge #2592bors[bot]2019-12-205-5/+61
| |\ \ \
| | * | | Use fill instread of for loopEdwin Cheng2019-12-191-5/+3
| | * | | Use build_for_defEdwin Cheng2019-12-191-1/+1
| | * | | Add std::ops::Index support for inferingEdwin Cheng2019-12-195-5/+63
| * | | | Merge #2613bors[bot]2019-12-201-9/+2
| |\ \ \ \ | | |_|/ / | |/| | |