| Age | Commit message (Expand) | Author | Lines |
| 2022-06-20 | Auto merge of #12588 - Veykril:completions, r=Veykril | bors | -389/+411 |
| 2022-06-20 | Remove some usages of `Completions::add_resolution` | Lukas Wirth | -54/+62 |
| 2022-06-20 | Even more completion context filtering | Lukas Wirth | -256/+263 |
| 2022-06-20 | Lift out PathKind variant fields into structs | Lukas Wirth | -91/+86 |
| 2022-06-20 | Split remaining completion calls on the context kinds | Lukas Wirth | -118/+130 |
| 2022-06-20 | Display witnesses of non-exhaustive match | iDawer | -80/+320 |
| 2022-06-19 | Auto merge of #12581 - lnicola:changelog-number, r=lnicola | bors | -1/+9 |
| 2022-06-18 | Auto merge of #12584 - Veykril:attr-diag, r=Veykril | bors | -16/+14 |
| 2022-06-19 | fix: attribute macros not being properly diagnosed | Lukas Wirth | -16/+14 |
| 2022-06-18 | internal: Handle fractional release numbers in changelog naming | Laurențiu Nicola | -1/+9 |
| 2022-06-18 | Auto merge of #12580 - Veykril:completion, r=Veykril | bors | -112/+226 |
| 2022-06-18 | Consider walking up macro expansions when searching for surrounding entities ... | Lukas Wirth | -40/+45 |
| 2022-06-18 | Move `CompletionContext::impl_def` into corresponding entities | Lukas Wirth | -48/+97 |
| 2022-06-18 | Move `CompletionContext::incomplete_let` into `PathKind::Expr` | Lukas Wirth | -12/+29 |
| 2022-06-18 | Auto merge of #12576 - harpsword:fold_range_non_block_match_arm, r=Veykril | bors | -1/+49 |
| 2022-06-18 | feat: add fold range for multi line match arm list | harpsword | -1/+49 |
| 2022-06-18 | Move `CompletionContext::function_def` into `PathKind::Expr` | Lukas Wirth | -39/+82 |
| 2022-06-18 | Auto merge of #12577 - Veykril:completion, r=Veykril | bors | -143/+144 |
| 2022-06-18 | internal: NameRefKind classification is not optional | Lukas Wirth | -143/+144 |
| 2022-06-17 | Auto merge of #12574 - Veykril:completion, r=Veykril | bors | -75/+47 |
| 2022-06-18 | minor: Simplify | Lukas Wirth | -75/+47 |
| 2022-06-17 | Auto merge of #12573 - Veykril:completion, r=Veykril | bors | -130/+169 |
| 2022-06-18 | internal: Split flyimport into its 3 applicable contexts | Lukas Wirth | -130/+169 |
| 2022-06-17 | Auto merge of #12570 - Veykril:completion, r=Veykril | bors | -455/+602 |
| 2022-06-17 | Only run completion functions if their corresponding context is active | Lukas Wirth | -396/+561 |
| 2022-06-17 | Remove superfluous early returns | Lukas Wirth | -59/+41 |
| 2022-06-17 | Auto merge of #12565 - Veykril:completion, r=Veykril | bors | -101/+94 |
| 2022-06-17 | Inline PathQualifierCtx | Lukas Wirth | -48/+39 |
| 2022-06-17 | internal: Collapse lift is_infer_qualifier into `Qualified` variant | Lukas Wirth | -40/+41 |
| 2022-06-17 | Move existing_derives into PathKind::Derive | Lukas Wirth | -22/+23 |
| 2022-06-17 | Auto merge of #12564 - Veykril:completion, r=Veykril | bors | -151/+141 |
| 2022-06-17 | internal: Collapse completion ctx path qualifier and is_absolute_path into enum | Lukas Wirth | -151/+141 |
| 2022-06-17 | Auto merge of #12563 - Veykril:completion, r=Veykril | bors | -65/+95 |
| 2022-06-17 | Simplify | Lukas Wirth | -65/+95 |
| 2022-06-17 | Auto merge of #12562 - Veykril:completion, r=Veykril | bors | -1514/+1513 |
| 2022-06-17 | Split out tests | Lukas Wirth | -397/+396 |
| 2022-06-17 | Split completion context module into definitions and analysis parts | Lukas Wirth | -1514/+1514 |
| 2022-06-17 | Auto merge of #12560 - Veykril:completion, r=Veykril | bors | -343/+332 |
| 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 | Auto merge of #12545 - jeremyBanks:shebangs, r=Veykril | bors | -1/+13 |
| 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 |