about summary refs log tree commit diff
path: root/crates
AgeCommit message (Expand)AuthorLines
2022-06-17Split completion context module into definitions and analysis partsLukas Wirth-1514/+1514
2022-06-17Remove ImmediateLocation in favor of PathKind::TypeLukas Wirth-157/+87
2022-06-17Move more ImmediateLocation::TypeAnnotation into PathKind::TypeLukas Wirth-122/+142
2022-06-17Introduce NameRefKind for completionsLukas Wirth-95/+134
2022-06-16Send a DidCancel event when restarting flychecksLukas Wirth-8/+15
2022-06-16Auto merge of #12554 - XFFXFF:fix_11959, r=Veykrilbors-8/+43
2022-06-16the offset used for the completion cursor should always be relative to the or...XFFXFF-3/+15
2022-06-16Auto merge of #12517 - xuhongxu96:master, r=Veykrilbors-84/+252
2022-06-16the scope of the return type is not the body of the functionXFFXFF-7/+30
2022-06-16disable private editable in TEST_CONFIG by defaultHongxu Xu-30/+118
2022-06-15fix: inserted imports must come after a shebang if presentJeremy Banks-1/+2
2022-06-15add failing test: inserts_after_shebangJeremy Banks-0/+11
2022-06-15PolishLukas Wirth-15/+18
2022-06-15Update test outputsLukas Wirth-27/+81
2022-06-15Use the correct crates proc-macro loading error messageLukas Wirth-42/+42
2022-06-15Diagnose unresolved attribute proc-macrosLukas Wirth-1/+13
2022-06-15Show proc-macro loading errors in unresolved-proc-macro diagnosticsLukas Wirth-114/+149
2022-06-15Auto merge of #12541 - Veykril:vs-reload, r=Veykrilbors-1/+2
2022-06-15fix: Clear proc-macro changed flag when reloading workspaceLukas Wirth-1/+2
2022-06-15replace TODO with FIXMEsoruh-2/+2
2022-06-15fix CIsoruh-2/+2
2022-06-15remove dbgsoruh-2/+0
2022-06-15cleanupsoruh-18/+4
2022-06-15instanciate_empty_structssoruh-4/+179
2022-06-15revert hir-def lib.rsHongxu Xu-0/+1
2022-06-15check if the container is trait and inherit the visibilityHongxu Xu-70/+33
2022-06-14remove inherit_visibility test case in item_treeHongxu Xu-37/+0
2022-06-14implement inherited_visibility in collectorHongxu Xu-88/+156
2022-06-14remove inherited_visibility in lower.rsHongxu Xu-37/+13
2022-06-14add test cases to complete fn generated by macro in pub traitHongxu Xu-1/+110
2022-06-14fix: Check for the correct proc-macro settings in missing proc-macro diagnosticsLukas Wirth-17/+40
2022-06-13internal: Bring back JodChild into flychecking for cancellationLukas Wirth-61/+114
2022-06-13Auto merge of #12519 - Veykril:hover-assoc, r=Veykrilbors-1/+44
2022-06-13feat: On assoc item name hover, render trait decl docsLukas Wirth-1/+44
2022-06-12Auto merge of #12515 - Veykril:rustc-proc-macros, r=Veykrilbors-2/+10
2022-06-12fix: Pass the build data to rustc_private cratesLukas Wirth-2/+10
2022-06-12More precise proc-macro errorsLukas Wirth-15/+31
2022-06-12Auto merge of #12513 - Veykril:ty-utils, r=Veykrilbors-69/+48
2022-06-12internal: Simplify `hir_ty::utils`Lukas Wirth-69/+48
2022-06-12Auto merge of #12509 - Veykril:ty-utils, r=Veykrilbors-30/+7
2022-06-12internal: Remove `Generics::type_iter` in favor of `Generics::iter`Lukas Wirth-30/+7
2022-06-12Auto merge of #12455 - bitgaoshu:fix_12441, r=flodieboldbors-4/+78
2022-06-12Auto merge of #12508 - Veykril:req-retry, r=Veykrilbors-3/+6
2022-06-12fix: Don't respond to cancelled requests when retrying themLukas Wirth-3/+6
2022-06-11Auto merge of #12504 - rust-lang:Veykril-patch-1, r=Veykrilbors-1/+1
2022-06-11fix: Fix config patching for callable snippetsLukas Wirth-1/+1
2022-06-11Auto merge of #12481 - XFFXFF:add_label_to_loop, r=Veykrilbors-0/+189
2022-06-10Auto merge of #12449 - Veykril:version, r=Veykrilbors-65/+103
2022-06-11restrict the assist so that it only appears if the cursor is on the loop keywordXFFXFF-19/+15
2022-06-11change 'loop to 'l, as 'loop is not a valid label nameXFFXFF-21/+21