| Age | Commit message (Expand) | Author | Lines |
| 2024-09-03 | Auto merge of #18031 - roife:suggest-name-in-completion, r=Veykril | bors | -15/+142 |
| 2024-09-02 | misc fixes | DropDemBits | -26/+20 |
| 2024-09-02 | handle replace_with_many and replace_all | DropDemBits | -16/+97 |
| 2024-09-02 | support replacing root node | DropDemBits | -14/+200 |
| 2024-09-02 | properly sort changes by depth to sort between nodes that have the same start... | DropDemBits | -4/+19 |
| 2024-09-02 | fix insert ranges not being excluded from disjointness | DropDemBits | -7/+12 |
| 2024-09-02 | support insert{_all} | DropDemBits | -11/+88 |
| 2024-09-02 | propagate annotations to mapped elements | DropDemBits | -52/+168 |
| 2024-09-03 | tests: suggesting names in completions for let_stmt and fn_param | roife | -0/+73 |
| 2024-09-03 | feat: suggest name in let_stmt and fn_param | roife | -2/+53 |
| 2024-09-03 | refactor: move ide_assist::utils::suggest_name to ide-db | roife | -13/+16 |
| 2024-09-03 | feat: Implement cast typechecks | Shoyu Vanilla | -93/+1614 |
| 2024-09-02 | Merge some strings | Laurențiu Nicola | -6/+3 |
| 2024-09-02 | Avoid Option::is_none_or for a while | Laurențiu Nicola | -1/+1 |
| 2024-09-02 | Auto merge of #18028 - Veykril:lifetime-hints-panic, r=Veykril | bors | -1/+19 |
| 2024-09-02 | fix: lifetime hint panic in non generic defs | Lukas Wirth | -1/+19 |
| 2024-09-02 | Auto merge of #18016 - IvarWithoutBones:wrap-return-ty-local-result, r=Veykril | bors | -16/+294 |
| 2024-09-02 | Adjust completions scoring | Lukas Wirth | -50/+46 |
| 2024-09-02 | Simplify CompletionRelevance | Lukas Wirth | -90/+85 |
| 2024-09-02 | chore: fix some comments | cuishuang | -4/+4 |
| 2024-09-02 | handle merging two syntax editors together | DropDemBits | -14/+39 |
| 2024-09-02 | elaborate SyntaxEdit comments | DropDemBits | -6/+17 |
| 2024-09-02 | wip: new syntax tree editor | DropDemBits | -0/+723 |
| 2024-09-02 | fix: use Result type aliases in "Wrap return type in Result" assist | Ivar Scholten | -16/+294 |
| 2024-09-01 | Auto merge of #17967 - Veykril:mbe-tests, r=Veykril | bors | -76/+288 |
| 2024-09-01 | internal: Lay basic ground work for standalone mbe tests | Lukas Wirth | -52/+233 |
| 2024-09-01 | Auto merge of #17985 - riverbl:explicit-enum-discriminant, r=Veykril | bors | -3/+258 |
| 2024-09-01 | minor: Reduce friction for updating minicore | Lukas Wirth | -27/+58 |
| 2024-09-01 | Auto merge of #17737 - hyf0:hyf_32089420384, r=Veykril | bors | -21/+284 |
| 2024-09-01 | Complete desugared and resugared async fn in trait impls | Lukas Wirth | -87/+267 |
| 2024-09-01 | feat(ide-completion): extra sugar auto-completion `async fn ...` in `impl tra... | Yunfei | -1/+84 |
| 2024-09-01 | minor: Downgrade cyclic deps error to warning | Lukas Wirth | -48/+8 |
| 2024-09-01 | Auto merge of #18015 - ChayimFriedman2:flip-comma-attribute, r=Veykril | bors | -3/+61 |
| 2024-09-01 | Rollup merge of #129207 - GrigorenkoPV:elided-is-named, r=cjgillot | Matthias Krüger | -3/+3 |
| 2024-09-01 | Handle attributes correctly in "Flip comma" | Chayim Refael Friedman | -3/+61 |
| 2024-09-01 | Provide an option to hide deprecated items from completion | Chayim Refael Friedman | -1/+26 |
| 2024-08-31 | Fix `elided_named_lifetimes` in code | Pavel Grigorenko | -3/+3 |
| 2024-08-31 | Rename function and remove flag argument | riverbl | -9/+21 |
| 2024-08-31 | Update generated doctests | riverbl | -0/+27 |
| 2024-08-31 | Add explicit enum discriminant assist | riverbl | -5/+221 |
| 2024-08-31 | Auto merge of #18012 - Veykril:inlay-hints-lt, r=Veykril | bors | -57/+59 |
| 2024-08-31 | fix: Fix lifetime elision inlay hints breaking for ranged requests | Lukas Wirth | -57/+59 |
| 2024-08-31 | Auto merge of #18011 - Wilfred:op_queue_doc_comments, r=Veykril | bors | -0/+11 |
| 2024-08-31 | Auto merge of #17945 - alibektas:ratoml_categorization, r=alibektas | bors | -644/+607 |
| 2024-08-31 | Apply changes, fix path information in a comment in config.rs | Ali Bektas | -19/+4 |
| 2024-08-30 | Auto merge of #18010 - Veykril:inlay-hints-lt, r=Veykril | bors | -358/+597 |
| 2024-08-30 | Support fn-ptr and fn-path types for lifetime elision hints | Lukas Wirth | -358/+597 |
| 2024-08-30 | Auto merge of #18009 - Veykril:reformat-no-rustup, r=Veykril | bors | -22/+26 |
| 2024-08-30 | Allow xtask::reformat to work without rustup | Lukas Wirth | -18/+26 |
| 2024-08-30 | Revert "fix: do not assume rustup is installed in xtask codegen" | Lukas Wirth | -19/+15 |