| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 | 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-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 |
| 2024-08-29 | Auto merge of #17940 - ChayimFriedman2:closure-to-fn, r=Veykril | bors | -13/+1511 |
| 2024-08-29 | Merge from rust-lang/rust | Laurențiu Nicola | -2/+4 |
| 2024-08-29 | Preparing for merge from rust-lang/rust | Laurențiu Nicola | -1/+1 |
| 2024-08-29 | fix: Fix TokenStream::to_string implementation dropping quotation marks | Lukas Wirth | -3/+8 |
| 2024-08-29 | fix: Fix proc-macro server crashing when parsing a non-lexable string into a ... | Lukas Wirth | -3/+15 |
| 2024-08-29 | Auto merge of #17992 - Wilfred:newlines_in_logs, r=Veykril | bors | -2/+2 |
| 2024-08-28 | Fix incorrect symbol definitions in SCIP output | David Richey | -1/+3 |
| 2024-08-28 | internal: Add doc comments to OpQueue | Wilfred Hughes | -0/+11 |