head 1.2; access; symbols pkgsrc-2022Q2:1.1.0.2 pkgsrc-2022Q2-base:1.1; locks; strict; comment @# @; 1.2 date 2022.09.05.19.09.12; author adam; state dead; branches; next 1.1; commitid KcdqyUdOvb4qUHSD; 1.1 date 2022.05.28.10.56.07; author wiz; state Exp; branches; next ; commitid Qsz2vwxCgoBWoOFD; desc @@ 1.2 log @rust-analyzer: updated to 0.0.2022.08.22 2022-08-22 New Features * (first contribution) add Inline type alias into uses assist: * (first contribution) implement type inference for IntoFuture. * consider bounds on inherent impl in method resolution (fixes nalgebra constructors). * add LSP extension for cancelling running flychecks. * allow running tests in inline module from anywhere in parent file. * support disabling keyword hover popups (rust-analyzer.hover.documentation.keywords.enable). Fixes * resolve associated types of bare dyn types. * resolve path Self alone in value namespace. * support Self::assoc() syntax in Generate function.` * replace Self in Inline call. * fix incorrect type mismatch with cfg_if! and other macros in expression position. * fix record completion filtering. * escape keywords used as names in earlier editions. * revert 12947, trigger workspace switches on all structure changes again. * log rustfmt parsing errors as warnings. Internal Improvements * build release binaries on ubuntu-20.04. * document interaction of checkOnSave.overrideCommand and multiple linked projects. * add an HIR pretty-printer. * make resolve_name_in_module a bit more lazy. * fix a bunch of typos. @ text @$NetBSD: patch-crates_vfs-notify_Cargo.toml,v 1.1 2022/05/28 10:56:07 wiz Exp $ https://github.com/rust-lang/rust-analyzer/commit/364dd5ff89d06c4d5dd802ae5af19b9fa62117b5 --- crates/vfs-notify/Cargo.toml.orig 2022-05-22 18:16:57.000000000 +0000 +++ crates/vfs-notify/Cargo.toml @@@@ -14,7 +14,7 @@@@ tracing = "0.1.32" jod-thread = "0.1.2" walkdir = "2.3.2" crossbeam-channel = "0.5.4" -notify = "=5.0.0-pre.14" +notify = "=5.0.0-pre.15" vfs = { path = "../vfs", version = "0.0.0" } paths = { path = "../paths", version = "0.0.0" } @ 1.1 log @rust-analyzer: update to 0.0.2022.05.23. 6 weeks of development. @ text @d1 1 a1 1 $NetBSD$ @