| Age | Commit message (Expand) | Author | Lines |
| 2022-06-17 | Split completion context module into definitions and analysis parts | Lukas Wirth | -1514/+1514 |
| 2022-06-17 | Remove ImmediateLocation in favor of PathKind::Type | Lukas Wirth | -157/+87 |
| 2022-06-17 | Move more ImmediateLocation::TypeAnnotation into PathKind::Type | Lukas Wirth | -122/+142 |
| 2022-06-17 | Introduce NameRefKind for completions | Lukas Wirth | -95/+134 |
| 2022-06-16 | Send a DidCancel event when restarting flychecks | Lukas Wirth | -8/+15 |
| 2022-06-16 | Auto merge of #12554 - XFFXFF:fix_11959, r=Veykril | bors | -8/+43 |
| 2022-06-16 | the offset used for the completion cursor should always be relative to the or... | XFFXFF | -3/+15 |
| 2022-06-16 | Auto merge of #12517 - xuhongxu96:master, r=Veykril | bors | -84/+252 |
| 2022-06-16 | the scope of the return type is not the body of the function | XFFXFF | -7/+30 |
| 2022-06-16 | disable private editable in TEST_CONFIG by default | Hongxu Xu | -30/+118 |
| 2022-06-15 | fix: inserted imports must come after a shebang if present | Jeremy Banks | -1/+2 |
| 2022-06-15 | add failing test: inserts_after_shebang | Jeremy Banks | -0/+11 |
| 2022-06-15 | Polish | Lukas Wirth | -15/+18 |
| 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 | -1/+2 |
| 2022-06-15 | fix: Clear proc-macro changed flag when reloading workspace | Lukas Wirth | -1/+2 |
| 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 | 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 | 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 | 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 #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 | -65/+103 |
| 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 |