| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-08-29 | Consider field attributes when converting from tuple to named struct and the ... | Chayim Refael Friedman | -11/+49 |
| 2024-08-29 | Also handle deref expressions in "Extract variable" | Chayim Refael Friedman | -15/+59 |
| 2024-08-28 | internal: Avoid newlines in fetch workspace errors | Wilfred Hughes | -2/+2 |
| 2024-08-29 | Don't add reference when it isn't needed for the "Extract variable" assist | Chayim Refael Friedman | -1/+42 |
| 2024-08-28 | Consider all expressions that autoderef in "Extract variable", not just metho... | Chayim Refael Friedman | -3/+48 |
| 2024-08-28 | Fix name resolution of shadowed builtin macro | Chayim Refael Friedman | -1/+33 |
| 2024-08-28 | Minor errors | Ali Bektas | -2/+2 |
| 2024-08-28 | Remove invalid tests | Ali Bektas | -72/+0 |
| 2024-08-28 | Make almost every client config global | Ali Bektas | -210/+211 |
| 2024-08-28 | Make completion_* local | Ali Bektas | -72/+76 |
| 2024-08-28 | Make diagnostics_* local | Ali Bektas | -32/+33 |
| 2024-08-28 | Make workspace_symbol_search_* workspace | Ali Bektas | -15/+15 |
| 2024-08-28 | Make procMacro_* workspace | Ali Bektas | -7/+11 |
| 2024-08-28 | Make rustc_* workspace | Ali Bektas | -11/+11 |
| 2024-08-28 | Make runnables workspace | Ali Bektas | -22/+24 |
| 2024-08-28 | Make check workspace | Ali Bektas | -85/+89 |
| 2024-08-28 | Make checkOnSave workspace | Ali Bektas | -8/+9 |
| 2024-08-28 | Make cargo_ workspace again | Ali Bektas | -157/+190 |
| 2024-08-28 | Auto merge of #17981 - lnicola:proc-macro-cwd, r=Veykril | bors | -2/+2 |
| 2024-08-28 | Fix cwd used for proc macro expansion | Laurențiu Nicola | -2/+2 |
| 2024-08-27 | Create an assist to convert closure to freestanding fn | Chayim Refael Friedman | -13/+1511 |
| 2024-08-27 | Auto merge of #17757 - alibektas:toggle_macro_delimiters, r=Veykril | bors | -0/+279 |
| 2024-08-27 | fix: do not assume rustup is installed in xtask codegen | Ivar Scholten | -15/+19 |
| 2024-08-27 | Fix tests | Lukas Wirth | -23/+23 |
| 2024-08-27 | Auto merge of #17974 - lnicola:rm-apache-appendix, r=lnicola | bors | -50/+0 |
| 2024-08-27 | Auto merge of #17973 - Veykril:proc-macro-curr-dir, r=Veykril | bors | -14/+34 |