about summary refs log tree commit diff
path: root/src/tools/rust-analyzer
AgeCommit message (Expand)AuthorLines
2024-06-09feat: Compute native diagnostics in parallelLukas Wirth-26/+73
2024-06-09internal: better print style for hirYoung-Flash-2/+16
2024-06-08Auto merge of #17365 - DropDemBits:diagnostic-snippet-cap, r=Veykrilbors-6/+13
2024-06-08Auto merge of #17368 - Veykril:dist-fix, r=Veykrilbors-5/+3
2024-06-08fix: Fix generated markers not being patchable in package.jsonLukas Wirth-5/+3
2024-06-07internal: Expose snippet capability to diagnostic quickfixesDropDemBits-6/+13
2024-06-07Auto merge of #17359 - Veykril:status-bar, r=Veykrilbors-24/+46
2024-06-07Add version info to status bar itemLukas Wirth-24/+46
2024-06-07fix: Fix renaming imports of foreign items touching foreign sourcesLukas Wirth-11/+30
2024-06-07Auto merge of #17058 - alibektas:13529/ratoml, r=Veykrilbors-541/+2099
2024-06-07Auto merge of #17308 - mathew-horner:prefer-workspace, r=Veykrilbors-1/+46
2024-06-07Fix processing of ratoml filesLukas Wirth-166/+115
2024-06-06chore: Prefer tracing span shorthand macrosWilfred Hughes-275/+240
2024-06-06fix: incorrect formatting of hover actionsroife-2/+2
2024-06-06Auto merge of #17352 - roife:fix-issue-17338, r=Veykrilbors-1/+30
2024-06-06test: add regression test for prelude shadowing in block modulesroife-0/+24
2024-06-06fix: do not resolve prelude within block modulesroife-1/+6
2024-06-06Fix file loading of r-a toml filesLukas Wirth-90/+37
2024-06-06Auto merge of #17346 - ChosenName:master, r=Veykrilbors-1399/+2221
2024-06-06Auto merge of #17350 - Wilfred:mark_missing_file_unused, r=Veykrilbors-10/+2
2024-06-05fix: Highlight unlinked files consistently with inactive filesWilfred Hughes-10/+2
2024-06-05chore: Update Cargo.lock to avoid yanked versionWilfred Hughes-2/+2
2024-06-05Keep config diagnostics across changesLukas Wirth-100/+213
2024-06-05Diagnose most incorrect ra-toml config errorsLukas Wirth-25/+135
2024-06-05Auto merge of #17348 - regexident:fix-type-or-const-param-source, r=Veykrilbors-2/+2
2024-06-05Resolve #17344 by using `.get(…)` instead of `[…]` in `TypeOrConstParam::...Vincent Esche-2/+2
2024-06-05Fix local configs allowing to contain global changesLukas Wirth-15/+17
2024-06-05Shuffle around some of the configs between the levelsLukas Wirth-315/+278
2024-06-05Apply requested changes round 3Ali Bektas-31/+36
2024-06-05Apply requested changes round 2Ali Bektas-1269/+1159
2024-06-05Apply suggested changesAli Bektas-299/+1878
2024-06-05Add debug info to invalid offset errorLukas Wirth-2/+3
2024-06-04fmtChosenName-4/+4
2024-06-04fmtChosenName-5/+4
2024-06-04Update dist.rsChosenName-2/+5
2024-06-04Update config.rsChosenName-2/+4
2024-06-04fmtChosenName-2/+6
2024-06-04Fix typosChosenName-2/+2
2024-06-04Update config.rsChosenName-6/+14
2024-06-04Update package.jsonChosenName-1392/+2198
2024-06-04Use dyn cache for Semantics macro resolutionLukas Wirth-41/+44
2024-06-04Cache parse trees in `Semantics`Lukas Wirth-4/+22
2024-06-04Cache `file_to_def` in `SourceToDefCtx`Lukas Wirth-28/+40
2024-06-04Try caching macro calls more aggressivelyLukas Wirth-303/+385
2024-06-04Auto merge of #17341 - Veykril:inert-attr, r=Veykrilbors-162/+155
2024-06-04Cleanup some inert attribute stuffLukas Wirth-162/+155
2024-06-04Auto merge of #17282 - jkelleyrtp:jk/filter-by-underscorte, r=Veykrilbors-1/+29
2024-06-04Recognize `__` prefixes for symbol search queryLukas Wirth-16/+8
2024-06-03Add fuel to `find_path`Lukas Wirth-1/+15
2024-06-03Remove an allocation in `find_path::find_local_import_locations`Lukas Wirth-23/+17