aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Don't label derive macros with their banged_nameLukas Wirth2021-05-281-1/+5
* | | | | Merge #9038bors[bot]2021-05-282-0/+18
|\ \ \ \ \
| * | | | | Test for correct amount of emitted foldsAyomide Bamidele2021-05-281-0/+2
| * | | | | Folding range for return typesAyomide Bamidele2021-05-282-0/+16
* | | | | | Merge #9037bors[bot]2021-05-281-17/+17
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Move runnable lenses below attributesLukas Wirth2021-05-281-17/+17
|/ / / / /
* | | | | Merge #9036bors[bot]2021-05-281-7/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Remove undocumented `TextDocumentSyncKind::Full` supportLaurențiu Nicola2021-05-281-7/+1
|/ / / /
* | | | Merge #9033bors[bot]2021-05-282-4/+33
|\ \ \ \
| * | | | Complete keywords in (Assoc)ItemList with leading attributeLukas Wirth2021-05-282-4/+33
* | | | | Merge #9032bors[bot]2021-05-283-14/+27
|\| | | |
| * | | | Only complete modules in empty use-statementsLukas Wirth2021-05-283-14/+27
| |/ / /
* | | | Merge #9029bors[bot]2021-05-273-45/+125
|\ \ \ \ | |/ / / |/| | |
| * | | Test that `ItemTree` works as intendedJonas Schievink2021-05-271-1/+73
| * | | Move hir_ty incremental test to its own fileJonas Schievink2021-05-272-44/+52
* | | | Merge #9026bors[bot]2021-05-274-9/+58
|\ \ \ \ | |/ / / |/| | |
| * | | Complete modules in item listsLukas Wirth2021-05-273-4/+45
| * | | Complete modules in assoc item listsLukas Wirth2021-05-273-5/+13
* | | | Merge #9020bors[bot]2021-05-277-134/+198
|\| | | | |_|/ |/| |
| * | Cleanup `ImmediateLocation` determinationLukas Wirth2021-05-275-115/+132
| * | Don't complete non-macro item paths in impls and modulesLukas Wirth2021-05-276-29/+76
* | | Merge #9024bors[bot]2021-05-276-17/+3
|\ \ \
| * | | Don't store supertraits in ItemTreeLaurențiu Nicola2021-05-276-17/+3
|/ / /
* | | Merge #8997bors[bot]2021-05-2712-241/+351
|\ \ \
| * | | Drop `ignore` from doctestsJonas Schievink2021-05-271-3/+3
| * | | Reduce memory usage a bitJonas Schievink2021-05-262-9/+14
| * | | Clean up ItemTree lowering now that it's 1:1Jonas Schievink2021-05-261-53/+26
| * | | Stop expanding UseTrees during ItemTree loweringJonas Schievink2021-05-2612-188/+320
* | | | Merge #9022bors[bot]2021-05-271-1/+5
|\ \ \ \
| * | | | internal: disable debuginfo afterallAleksey Kladov2021-05-271-1/+5
* | | | | Merge #9021bors[bot]2021-05-271-6/+12
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | internal: explain the motivation behind early configurationAleksey Kladov2021-05-271-6/+12
|/ / / /
* | | | Merge #9005bors[bot]2021-05-273-6/+76
|\ \ \ \
| * | | | Document semantic token tagsLukas Wirth2021-05-263-6/+76
* | | | | Merge #9019bors[bot]2021-05-277-36/+37
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | simplifyLukas Wirth2021-05-277-36/+37
* | | | | Merge #9018bors[bot]2021-05-276-113/+140
|\| | | |
| * | | | simplifyLukas Wirth2021-05-272-18/+10
| * | | | Collapse more CompletionContext booleans into enumsLukas Wirth2021-05-276-98/+133
|/ / / /
* | | | Merge #9017bors[bot]2021-05-271-11/+8
|\ \ \ \
| * | | | Exclude inherent traits more eagerlyKirill Bulatov2021-05-271-11/+8
* | | | | Merge #9016bors[bot]2021-05-263-41/+58
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Set `record_pat_syntax` more precisely in CompletionContextLukas Wirth2021-05-263-41/+58
* | | | | Merge #8995bors[bot]2021-05-264-22/+20
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Create tasks for all workspacesKirill Bulatov2021-05-254-22/+20
| | |/ / | |/| |
* | | | Merge #9015bors[bot]2021-05-264-80/+93
|\ \ \ \
| * | | | Merge pattern completion related bools into an enumLukas Wirth2021-05-264-80/+93
* | | | | Merge #9012bors[bot]2021-05-261-21/+29
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | feat: add tab stops for keyword completionsEduardo Canellas2021-05-261-21/+29
* | | | | Merge #9014bors[bot]2021-05-264-68/+44
|\ \ \ \ \ | |/ / / / |/| | | |