about summary refs log tree commit diff
path: root/src/tools/rust-analyzer
AgeCommit message (Expand)AuthorLines
2024-10-04internal: add JSON formatting for hprofDavid Barsky-62/+190
2024-10-04Auto merge of #18234 - Veykril:veykril/push-vzynqtlxmrnl, r=Veykrilbors-70/+114
2024-10-04internal: Filter out opaque tokens in some of IDE feature macro descensionsLukas Wirth-70/+114
2024-10-02fix: Join rustfmt overrideCommand with project rootKajetan Puchalski-3/+3
2024-10-01fix: correctly parse `use` in generic parametersSabrinaJewson-1/+29
2024-10-01Auto merge of #18219 - Veykril:veykril/push-ytnzuvtoswqz, r=Veykrilbors-3/+4
2024-10-01fix: Fix bootstrap error message being incorrectLukas Wirth-3/+4
2024-10-01Fix: Handle block exprs as modules when finding their parentsShoyu Vanilla-7/+46
2024-09-30Comment out cast checks for unknown ptr kindChayim Refael Friedman-25/+48
2024-09-30internal: remove `Default` from OpQueueDavid Barsky-24/+40
2024-09-30Auto merge of #18210 - ChayimFriedman2:label-macro, r=Veykrilbors-27/+71
2024-09-30When resolving labels in `break` and `continue` for the IDE, do not resolve t...Chayim Refael Friedman-24/+40
2024-09-30Auto merge of #18167 - SomeoneToIgnore:fat-completions, r=Veykrilbors-75/+226
2024-09-30Auto merge of #18207 - mbwilding:master, r=Veykrilbors-21/+21
2024-09-30Auto merge of #18085 - ChayimFriedman2:gate-test, r=Veykrilbors-18/+109
2024-09-30Gate `#[test]` expansion under `cfg(test)`.Chayim Refael Friedman-45/+78
2024-09-30Provide an config option to not set `cfg(test)`Chayim Refael Friedman-15/+73
2024-09-29Auto merge of #18205 - noahmbright:object_safety, r=HKalbasibors-109/+117
2024-09-29When glueing together tokens from macros, merge their spansChayim Refael Friedman-3/+31
2024-09-29Auto merge of #18208 - davidbarsky:davidbarsky/push-qkwkmttnukqt, r=lnicolabors-3/+12
2024-09-29internal: allow overriding proc macro server in analysis-statsDavid Barsky-3/+12
2024-09-29Rename object_safety to dyn_compatibilityNoah Bright-106/+112
2024-09-29Fix ambiguity with CamelCase diagnostic messagesMatthew Wilding-21/+21
2024-09-28Update handlers.rs to handlers/requests.rsNoah Bright-3/+5
2024-09-27Auto merge of #18192 - darichey:read-buildfile-into-vfs, r=Veykrilbors-0/+16
2024-09-27Update cc to 1.1.22Chris Denton-2/+11
2024-09-27Auto merge of #17923 - basvandriel:feature/build-before-restart-debug, r=Veykrilbors-1/+63
2024-09-27Auto merge of #18196 - DropDemBits:sed-syntax-factory, r=Veykrilbors-167/+221
2024-09-27Auto merge of #18197 - alibektas:buggy_flycheck_message, r=Veykrilbors-1/+1
2024-09-27minor: Require both the existence of a target and check_workspace to be false...Ali Bektas-1/+1
2024-09-26minor: Use `SyntaxEditor` in `extract_variable`DropDemBits-66/+35
2024-09-26internal: Add `SyntaxFactory` to ease generating nodes with syntax mappingsDropDemBits-101/+186
2024-09-26fix: Don't report a startup error when a discover command is configuredWilfred Hughes-12/+6
2024-09-26Include buildfiles in vfsDavid Richey-0/+16
2024-09-25Require rust 1.81David Richey-1/+1
2024-09-25Auto merge of #18180 - kpreid:search, r=davidbarskybors-0/+16
2024-09-25Auto merge of #18181 - davidbarsky:davidbarsky/push-nzstpumovmmx, r=davidbarskybors-4/+24
2024-09-25Prime caches for symbol search too.Kevin Reid-0/+16
2024-09-25internal: add tracing to project discovery and VFS loadingDavid Barsky-4/+24
2024-09-25Changes for debug restartingBas van Driel-1/+63
2024-09-25Add missing rustc_privateLaurențiu Nicola-0/+7
2024-09-25Auto merge of #18183 - lnicola:sync-from-rust, r=lnicolabors-56/+76
2024-09-25Run rustfmtLaurențiu Nicola-3/+1
2024-09-25Pass all-targets for build scripts in more cli commandsLukas Wirth-12/+30
2024-09-25Add more LayoutError variantsLaurențiu Nicola-3/+8
2024-09-25Bump rustc cratesLaurențiu Nicola-17/+17
2024-09-25Merge from rust-lang/rustLaurențiu Nicola-38/+55
2024-09-25Preparing for merge from rust-lang/rustLaurențiu Nicola-1/+1
2024-09-24Auto merge of #18164 - ShoyuVanilla:use-as-alias, r=Veykrilbors-13/+97
2024-09-24fix: Temporary fix for `remove_unused_imports` not handling import aliases co...Shoyu Vanilla-13/+97