about summary refs log tree commit diff
path: root/src/tools/rust-analyzer
AgeCommit message (Expand)AuthorLines
2024-05-24Add cwd to CargoRunnableroife-0/+14
2024-05-23Auto merge of #17287 - Veykril:sysroot-encode-empty, r=Veykrilbors-361/+277
2024-05-23Allow sysroots to only consist of the source root dirLukas Wirth-361/+277
2024-05-23Auto merge of #17284 - Veykril:doc-links, r=Veykrilbors-3/+7
2024-05-23Use correct toolchain channel when generating builtin type doc linksLukas Wirth-3/+7
2024-05-23Auto merge of #17174 - Kohei316:fix-infer-async-block-with-tail-return-expr, ...bors-1/+43
2024-05-23Update crates/hir-ty/src/infer/expr.rsLukas Wirth-0/+1
2024-05-23Auto merge of #17140 - harrysarson:harry-unused-self, r=Veykrilbors-2/+53
2024-05-22Fix: clippyJonathan Kelley-1/+1
2024-05-22Allow searching with prefixJonathan Kelley-1/+6
2024-05-22Feat: hide double underscored symbols from symbol searchJonathan Kelley-1/+32
2024-05-22Auto merge of #17270 - davidbarsky:david/fix-completions-from-associated-type...bors-2/+53
2024-05-22fix: ensure implied bounds from associated types are considered in autocompleteDavid Barsky-2/+53
2024-05-22Auto merge of #17251 - roife:fix-issue-17057, r=Veykrilbors-6/+71
2024-05-22SimplifyLukas Wirth-16/+11
2024-05-22internal: refactor `prefer_no_std`/`prefer_prelude` bools into a structDavid Barsky-351/+304
2024-05-23fix: check pseudo-block by local_id instead of ModuleOriginroife-5/+3
2024-05-22Auto merge of #17277 - Veykril:find-path-fixes, r=Veykrilbors-346/+647
2024-05-22Auto merge of #17279 - Veykril:format_args-escape, r=Veykrilbors-6/+18
2024-05-22fix: Fix format_args lowering passing incorrect parameters to rustc_parse_formatLukas Wirth-6/+18
2024-05-22Auto merge of #17248 - mladedav:dm/delay-clear, r=Veykrilbors-1/+10
2024-05-22Auto merge of #17268 - Veykril:signatures, r=Veykrilbors-226/+388
2024-05-22Update assists test fixturesLukas Wirth-29/+18
2024-05-22expectify find_path testsLukas Wirth-184/+447
2024-05-22fix: Fix general find-path inconsistenciesLukas Wirth-193/+242
2024-05-21test: add tests for extern preludes resolving in local modsroife-0/+62
2024-05-19Bump rustc cratesLaurențiu Nicola-15/+38
2024-05-19Merge from rust-lang/rustLaurențiu Nicola-11/+10
2024-05-19Preparing for merge from rust-lang/rustLaurențiu Nicola-0/+1
2024-05-18Show fn traits in signature info for trait implementorsLukas Wirth-68/+196
2024-05-18Enable linked locations for closure param inlay hintsLukas Wirth-10/+5
2024-05-18Render closure fn trait kind in siganture helpLukas Wirth-27/+79
2024-05-18Allow hir::Param to refer to other entity params aside from functionsLukas Wirth-118/+114
2024-05-18Update builtin tool listLukas Wirth-25/+16
2024-05-18implement assist to switch between doc and normal commentsLuuk Wester-0/+662
2024-05-17fix: resolve extern prelude for local mods in block modulesroife-7/+12
2024-05-17Correct Neovim 0.10 inlay hints config exampleAdam Szkoda-1/+1
2024-05-17Clear diagnostics only after new ones were receivedDavid Mládek-1/+10
2024-05-16Auto merge of #17243 - Veykril:static-lt-hir, r=Veykrilbors-40/+70
2024-05-16internal: Add StaticLifetime to hir APILukas Wirth-40/+70
2024-05-15Fix typosblyxyas-5/+5
2024-05-15Use actions/cache again in metrics CILukas Wirth-11/+15
2024-05-15Auto merge of #17239 - Veykril:metrics-caching, r=Veykrilbors-3/+3
2024-05-15Key ignoring the job-id in metrics cacheLukas Wirth-3/+3
2024-05-15Auto merge of #17238 - Veykril:metrics-caching, r=Veykrilbors-17/+13
2024-05-15Fix metrics workflow not actually updating the toolchainLukas Wirth-17/+13
2024-05-15Auto merge of #17235 - Veykril:metrics-caching, r=Veykrilbors-31/+14
2024-05-15Bump Swatinem/rust-cacheLukas Wirth-2/+2
2024-05-15Use Swatinem/rust-cache for metrics CILukas Wirth-29/+12
2024-05-14Auto merge of #17232 - Veykril:build-scripts-keep-going, r=Veykrilbors-9/+16