| Age | Commit message (Expand) | Author | Lines |
| 2022-06-15 | Polish | Lukas Wirth | -15/+18 |
| 2022-06-15 | Auto merge of #12544 - Veykril:proc-error, r=Veykril | bors | -144/+245 |
| 2022-06-15 | Update test outputs | Lukas Wirth | -27/+81 |
| 2022-06-15 | Use the correct crates proc-macro loading error message | Lukas Wirth | -42/+42 |
| 2022-06-15 | Diagnose unresolved attribute proc-macros | Lukas Wirth | -1/+13 |
| 2022-06-15 | Show proc-macro loading errors in unresolved-proc-macro diagnostics | Lukas Wirth | -114/+149 |
| 2022-06-15 | Auto merge of #12541 - Veykril:vs-reload, r=Veykril | bors | -3/+4 |
| 2022-06-15 | fix: Clear proc-macro changed flag when reloading workspace | Lukas Wirth | -3/+4 |
| 2022-06-15 | Auto merge of #12537 - kevinushey:bugfix/items-typo, r=Veykril | bors | -1/+1 |
| 2022-06-15 | replace TODO with FIXME | soruh | -2/+2 |
| 2022-06-15 | fix CI | soruh | -2/+2 |
| 2022-06-15 | remove dbg | soruh | -2/+0 |
| 2022-06-15 | cleanup | soruh | -18/+4 |
| 2022-06-15 | instanciate_empty_structs | soruh | -4/+179 |
| 2022-06-15 | revert hir-def lib.rs | Hongxu Xu | -0/+1 |
| 2022-06-15 | check if the container is trait and inherit the visibility | Hongxu Xu | -70/+33 |
| 2022-06-14 | fix typo in package.json | Kevin Ushey | -1/+1 |
| 2022-06-14 | remove inherit_visibility test case in item_tree | Hongxu Xu | -37/+0 |
| 2022-06-14 | implement inherited_visibility in collector | Hongxu Xu | -88/+156 |
| 2022-06-14 | remove inherited_visibility in lower.rs | Hongxu Xu | -37/+13 |
| 2022-06-14 | add test cases to complete fn generated by macro in pub trait | Hongxu Xu | -1/+110 |
| 2022-06-14 | Auto merge of #12529 - Veykril:vs-reload, r=Veykril | bors | -10/+23 |
| 2022-06-14 | fix: Ask the user to reload the vscode window when changing server settings | Lukas Wirth | -10/+23 |
| 2022-06-14 | Auto merge of #12528 - Veykril:proc-diag, r=Veykril | bors | -17/+40 |
| 2022-06-14 | fix: Check for the correct proc-macro settings in missing proc-macro diagnostics | Lukas Wirth | -17/+40 |
| 2022-06-13 | internal: Bring back JodChild into flychecking for cancellation | Lukas Wirth | -61/+114 |
| 2022-06-13 | Auto merge of #12519 - Veykril:hover-assoc, r=Veykril | bors | -1/+44 |
| 2022-06-13 | feat: On assoc item name hover, render trait decl docs | Lukas Wirth | -1/+44 |
| 2022-06-12 | Auto merge of #12515 - Veykril:rustc-proc-macros, r=Veykril | bors | -2/+10 |
| 2022-06-12 | fix: Pass the build data to rustc_private crates | Lukas Wirth | -2/+10 |
| 2022-06-12 | Auto merge of #12514 - Veykril:proc-mac-err, r=Veykril | bors | -15/+31 |
| 2022-06-12 | More precise proc-macro errors | Lukas Wirth | -15/+31 |
| 2022-06-12 | Auto merge of #12513 - Veykril:ty-utils, r=Veykril | bors | -69/+48 |
| 2022-06-12 | internal: Simplify `hir_ty::utils` | Lukas Wirth | -69/+48 |
| 2022-06-12 | Auto merge of #12509 - Veykril:ty-utils, r=Veykril | bors | -30/+7 |
| 2022-06-12 | internal: Remove `Generics::type_iter` in favor of `Generics::iter` | Lukas Wirth | -30/+7 |
| 2022-06-12 | Auto merge of #12455 - bitgaoshu:fix_12441, r=flodiebold | bors | -4/+78 |
| 2022-06-12 | Auto merge of #12508 - Veykril:req-retry, r=Veykril | bors | -3/+6 |
| 2022-06-12 | fix: Don't respond to cancelled requests when retrying them | Lukas Wirth | -3/+6 |
| 2022-06-11 | Auto merge of #12506 - cgburgess:master, r=Veykril | bors | -1/+1 |
| 2022-06-11 | fix typo in style.md | Chris Burgess | -1/+1 |
| 2022-06-11 | Auto merge of #12504 - rust-lang:Veykril-patch-1, r=Veykril | bors | -1/+1 |
| 2022-06-11 | fix: Fix config patching for callable snippets | Lukas Wirth | -1/+1 |
| 2022-06-11 | Auto merge of #12481 - XFFXFF:add_label_to_loop, r=Veykril | bors | -0/+189 |
| 2022-06-10 | Auto merge of #12449 - Veykril:version, r=Veykril | bors | -66/+105 |
| 2022-06-11 | restrict the assist so that it only appears if the cursor is on the loop keyword | XFFXFF | -19/+15 |
| 2022-06-11 | change 'loop to 'l, as 'loop is not a valid label name | XFFXFF | -21/+21 |
| 2022-06-11 | make generated test pass and make tidy happy | XFFXFF | -26/+70 |
| 2022-06-11 | add more tests and some doc | XFFXFF | -15/+69 |
| 2022-06-11 | Make add_label_to_loop basically work | XFFXFF | -0/+95 |