| Age | Commit message (Expand) | Author | Lines |
| 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-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-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 | Auto merge of #18020 - Veykril:cyclic-deps, r=Veykril | bors | -48/+8 |
| 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 | Auto merge of #18006 - ChayimFriedman2:hide-deprecated, r=Veykril | bors | -1/+26 |
| 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 | 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 |
| 2024-08-30 | Auto merge of #18008 - Veykril:inlay-hints-resolve, r=Veykril | bors | -216/+282 |
| 2024-08-30 | Improve inlay hint resolution reliability | Lukas Wirth | -216/+282 |
| 2024-08-30 | Auto merge of #18005 - rami3l:fix/for-completion-in-impl, r=Veykril | bors | -5/+81 |
| 2024-08-30 | fix(ide-completion): fix handling of `for` in `impl T for A` in function body | rami3l | -5/+81 |
| 2024-08-30 | Auto merge of #18003 - ChayimFriedman2:addr_of-static-mut, r=Veykril | bors | -7/+78 |
| 2024-08-30 | Auto merge of #17999 - ShoyuVanilla:issue-17998, r=Veykril | bors | -21/+45 |
| 2024-08-30 | Auto merge of #17982 - IvarWithoutBones:generate-impl-indent, r=Veykril | bors | -13/+76 |
| 2024-08-29 | fix: consider indentation in the "Generate impl" and "Generate trait impl" as... | Ivar Scholten | -13/+76 |
| 2024-08-29 | Do not report missing unsafe on `addr_of[_mut]!(EXTERN_OR_MUT_STATIC)` | Chayim Refael Friedman | -6/+51 |
| 2024-08-29 | Add diagnostic for accessing an `extern` static | Chayim Refael Friedman | -1/+27 |
| 2024-08-30 | fix: `std::error::Error` is object unsafe | Shoyu Vanilla | -21/+45 |
| 2024-08-29 | Auto merge of #17814 - ShoyuVanilla:object-safety, r=Veykril | bors | -66/+1194 |
| 2024-08-29 | feat: Implement object safety | Shoyu Vanilla | -66/+1194 |
| 2024-08-29 | Auto merge of #17975 - IvarWithoutBones:dont-assume-rustup, r=Veykril | bors | -15/+19 |
| 2024-08-29 | Auto merge of #17993 - ChayimFriedman2:convert-to-tuple-attrs, r=Veykril | bors | -11/+49 |
| 2024-08-29 | Auto merge of #17991 - ChayimFriedman2:extract-variable-ref, r=Veykril | bors | -10/+140 |
| 2024-08-29 | Auto merge of #17987 - ChayimFriedman2:column-macro, r=Veykril | bors | -1/+33 |
| 2024-08-29 | Auto merge of #17988 - darichey:fix-scip-def, r=Veykril | bors | -1/+3 |