about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-06-15PolishLukas Wirth-15/+18
2022-06-15Auto merge of #12544 - Veykril:proc-error, r=Veykrilbors-144/+245
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-3/+4
2022-06-15fix: Clear proc-macro changed flag when reloading workspaceLukas Wirth-3/+4
2022-06-15Auto merge of #12537 - kevinushey:bugfix/items-typo, r=Veykrilbors-1/+1
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-14fix typo in package.jsonKevin Ushey-1/+1
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-14Auto merge of #12529 - Veykril:vs-reload, r=Veykrilbors-10/+23
2022-06-14fix: Ask the user to reload the vscode window when changing server settingsLukas Wirth-10/+23
2022-06-14Auto merge of #12528 - Veykril:proc-diag, r=Veykrilbors-17/+40
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-12Auto merge of #12514 - Veykril:proc-mac-err, r=Veykrilbors-15/+31
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 #12506 - cgburgess:master, r=Veykrilbors-1/+1
2022-06-11fix typo in style.mdChris Burgess-1/+1
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-66/+105
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
2022-06-11make generated test pass and make tidy happyXFFXFF-26/+70
2022-06-11add more tests and some docXFFXFF-15/+69
2022-06-11Make add_label_to_loop basically workXFFXFF-0/+95