about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates
AgeCommit message (Expand)AuthorLines
2024-05-23Auto merge of #17287 - Veykril:sysroot-encode-empty, r=Veykrilbors-353/+276
2024-05-23Allow sysroots to only consist of the source root dirLukas Wirth-353/+276
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-19Merge from rust-lang/rustLaurențiu Nicola-11/+10
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-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-14Auto merge of #17232 - Veykril:build-scripts-keep-going, r=Veykrilbors-9/+16
2024-05-14fix: Don't emit --keep-going for custom build script commandsLukas Wirth-9/+16
2024-05-14Auto merge of #17216 - Young-Flash:mod_with_path, r=Veykrilbors-3/+78
2024-05-14Auto merge of #17227 - Veykril:build-deps-changed-hashes, r=Veykrilbors-97/+94
2024-05-14internal: Sort computed runnablesLukas Wirth-20/+34
2024-05-14Hash file contents to verify whether file actually changedLukas Wirth-94/+75
2024-05-14Auto merge of #17225 - Veykril:expand-macro-interlocked, r=Veykrilbors-27/+15
2024-05-14Track hashes for file contentsLukas Wirth-12/+28
2024-05-14Auto merge of #17224 - Veykril:lock-bump, r=Veykrilbors-3/+6
2024-05-14Expand macro recursively expands both fp-like and attribute macros intertwinedLukas Wirth-27/+15
2024-05-14Bump Cargo.lockLukas Wirth-3/+6
2024-05-13Auto merge of #17221 - Veykril:lazier-validation, r=Veykrilbors-140/+151
2024-05-13`parse_macro_expansion_error` almost never contains values so `Option` itLukas Wirth-8/+14