about summary refs log tree commit diff
path: root/src/tools/rust-analyzer
AgeCommit message (Expand)AuthorLines
2024-04-29Auto merge of #17144 - cbiffle:patch-1, r=Veykrilbors-2/+0
2024-04-29Auto merge of #17157 - Veykril:retry, r=Veykrilbors-139/+131
2024-04-29Retry inlay hint requestsLukas Wirth-2/+6
2024-04-28Work around completion retrying not fixing up offsetsLukas Wirth-10/+11
2024-04-28Don't retry position relient requests and version resolve dataLukas Wirth-129/+116
2024-04-27Auto merge of #17153 - Veykril:doc-comment-desugaring, r=Veykrilbors-52/+228
2024-04-27fix: Fix doc comment desugaring for proc-macrosLukas Wirth-52/+228
2024-04-27Auto merge of #17151 - Veykril:fix-cfg-trait-params, r=Veykrilbors-212/+250
2024-04-27fix: Fix attributes on generic parameters colliding in item treeLukas Wirth-212/+250
2024-04-27Auto merge of #17150 - RalfJung:josh-pull, r=lnicolabors-1/+13
2024-04-27empty rust-version file, since no pull has happened yetRalf Jung-1/+0
2024-04-27add no-new-root check to josh pullRalf Jung-0/+13
2024-04-26fix: Fix source roots not always being created when necessaryLukas Wirth-28/+13
2024-04-26manual: remove suggestion of rust-project.json exampleCliff L. Biffle-2/+0
2024-04-26Show workspace info in the status barLukas Wirth-81/+168
2024-04-25Auto merge of #17135 - Veykril:inline-const-scope, r=Veykrilbors-34/+69
2024-04-25fix: Fix expression scopes not being calculated for inline constsLukas Wirth-34/+69
2024-04-25Auto merge of #17134 - Veykril:lt-err-display, r=Veykrilbors-586/+631
2024-04-25Auto merge of #17021 - roife:add-hover-limits-for-adts, r=Veykrilbors-97/+563
2024-04-25Add inlay hints lifetime arg testsLukas Wirth-8/+27
2024-04-25Auto merge of #16972 - joshka:cargo-run-runnable, r=Veykrilbors-2/+6
2024-04-24Drop unknown lifetimes when rendering generic argsLukas Wirth-578/+604
2024-04-24fix: move no_std check out of loopJosh McKinney-1/+2
2024-04-23different error code based on variantBao Zhiyuan-4/+14
2024-04-22Auto merge of #17102 - davidbarsky:david/add-some-tracing-to-project-loading,...bors-5/+33
2024-04-22chore: add some `tracing` to project loadingDavid Barsky-0/+493726
2024-04-21Auto merge of #17025 - lnicola:josh, r=lnicolabors-30/+248
2024-04-21Auto merge of #16938 - Nilstrieb:dont-panic-tests, r=Veykrilbors-85/+235
2024-04-21Auto merge of #17115 - leviska:json_is_not_rust_better_names, r=Veykrilbors-18/+66
2024-04-21Support flychecking for cargo scriptsLukas Wirth-44/+61
2024-04-21Extract common fields out of ProjectWorkspace variantsLukas Wirth-332/+247
2024-04-21Allow rust files to be used linkedProjectsLukas Wirth-0/+494483
2024-04-21Use josh for subtree syncsLaurențiu Nicola-0/+494678
2024-04-21Peek for panic message in test outputLukas Wirth-12/+36
2024-04-20add test with multiple namesLev Iskandarov-1/+37
2024-04-20try to generate more meaningful namesLev Iskandarov-0/+494472
2024-04-20fix: remove space within `{}` when no fields in structroife-11/+35
2024-04-20Add hovering limitations support for variantsroife-48/+138
2024-04-19fix: add a separate setting for enum variantsroife-52/+183
2024-04-19Implement BeginPanic for mir evalLukas Wirth-7/+44
2024-04-18Fix #[rustc_const_panic_str] functions not actually being hookedLukas Wirth-18/+26
2024-04-18Fixup some issues with minicoreLukas Wirth-48/+73
2024-04-18Fix missing function body in minicoreLukas Wirth-2/+3
2024-04-18Handle panicking like rustc CTFE doesNilstrieb-0/+493637
2024-04-16fix: adjust the limitation for ADTs' fields to 5roife-7/+7
2024-04-16fix: the fields or variants of ADT was not restricted by limitations when hov...roife-3/+40
2024-04-16Update tests and docs for hover_show_adtFieldsOrVariantsroife-59/+235
2024-04-16Add config hover_show_adtFieldsOrVariants to handle hovering limitation for ADTsroife-0/+493444
2024-03-28Make `cargo run` always available for binariesJosh McKinney-0/+491402