about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates
AgeCommit message (Expand)AuthorLines
2024-06-11feat: add hover config for showing container boundsroife-14/+60
2024-06-11feat: show type bounds from containers for functionsroife-5/+47
2024-06-11internal: simplify and refactor write_where_clauseroife-89/+97
2024-06-11edit: change 'Length' to 'Len'randomicon00-5/+5
2024-06-11Auto merge of #17374 - Veykril:configs, r=Veykrilbors-98/+101
2024-06-11Simplify some config serialization stuffLukas Wirth-91/+60
2024-06-11Auto merge of #17377 - Young-Flash:hir_print, r=Veykrilbors-8/+17
2024-06-10Auto merge of #17381 - roife:fix-issue-17378, r=Veykrilbors-3/+23
2024-06-10fix: ensure that the parent of a SourceRoot cannot be itselfroife-3/+23
2024-06-10Remove extra parse cache from Semantics againLukas Wirth-9/+1
2024-06-10Thread more HasSource::source calls through Semantics for cachingLukas Wirth-84/+121
2024-06-10Auto merge of #17372 - Veykril:parallel-diagnostics, r=Veykrilbors-61/+145
2024-06-09Don't intern attribute inputs as their spans make them uniqueLukas Wirth-6/+6
2024-06-09minor: use push_str insteadYoung-Flash-12/+5
2024-06-09internal: tweak test caseYoung-Flash-5/+7
2024-06-09Fix divide by zeroLukas Wirth-1/+2
2024-06-09Register virtual workspace Cargo.toml files in the VFSLukas Wirth-36/+72
2024-06-09Allow choosing logical cores for num threads configLukas Wirth-9/+43
2024-06-09feat: Compute native diagnostics in parallelLukas Wirth-26/+73
2024-06-09internal: better print style for hirYoung-Flash-2/+16
2024-06-07internal: Expose snippet capability to diagnostic quickfixesDropDemBits-6/+13
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-540/+2088
2024-06-07Auto merge of #17308 - mathew-horner:prefer-workspace, r=Veykrilbors-1/+46
2024-06-07Fix processing of ratoml filesLukas Wirth-165/+114
2024-06-06chore: Prefer tracing span shorthand macrosWilfred Hughes-275/+240
2024-06-06fix: incorrect formatting of hover actionsroife-1/+1
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-6/+15
2024-06-05fix: Highlight unlinked files consistently with inactive filesWilfred Hughes-10/+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/+1868
2024-06-05Add debug info to invalid offset errorLukas Wirth-2/+3
2024-06-04fmtChosenName-5/+4
2024-06-04Update config.rsChosenName-2/+4
2024-06-04Fix typosChosenName-2/+2
2024-06-04Update config.rsChosenName-6/+14
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