summary refs log tree commit diff
path: root/src/tools/rust-analyzer
AgeCommit message (Expand)AuthorLines
2024-11-25Revert "Prepare for omittiong parts of completion data that need to be resolved"Kirill Bulatov-99/+16
2024-11-25Revert "Omit completion fields to be resolved later"Kirill Bulatov-99/+62
2024-11-25Revert "Resolve completion items"Kirill Bulatov-42/+11
2024-11-25Revert "Less clones"Kirill Bulatov-5/+5
2024-11-25Revert "Fix the test"Kirill Bulatov-1/+1
2024-11-25Revert "Small fixes"Kirill Bulatov-6/+6
2024-11-25Revert "Use completion item indices instead of property matching when searchi...Kirill Bulatov-33/+15
2024-11-25Revert "Update the file hash"Kirill Bulatov-1/+1
2024-11-13Update the file hashKirill Bulatov-1/+1
2024-11-13Use completion item indices instead of property matching when searching for t...Kirill Bulatov-15/+33
2024-10-08Reserve guarded string literals (RFC 3593)Peter Jaszkowiak-0/+6
2024-10-08Merge from rust-lang/rustLaurențiu Nicola-0/+7
2024-10-08Preparing for merge from rust-lang/rustLaurențiu Nicola-1/+1
2024-10-08Use macos-13 runners and bump MACOSX_DEPLOYMENT_TARGETLaurențiu Nicola-3/+3
2024-10-06Use external stack in borrowck DFSChayim Refael Friedman-58/+67
2024-10-04Auto merge of #18227 - davidbarsky:davidbarsky/push-lmntvwvznyyx, r=davidbarskybors-62/+190
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-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-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