pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/rust-analyzer rust-analyzer: updated to 0.0.2022....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/61180cafc878
branches:  trunk
changeset: 375435:61180cafc878
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Mar 14 11:11:27 2022 +0000

description:
rust-analyzer: updated to 0.0.2022.03.14:

Release: 2022-03-14

New Features
* (first contribution) improve enum variant field completion, enum variant / struct consistency.
* (first contribution) highlight escape sequences in byte strings.
* BREAKING: switch to upstream inlay hints
* suggest union literals, suggest union fields within an empty union literal
* offer qualified path completions in derives.
* allow configuration of colons in inlay hints (rust-analyzer.inlayHints.renderColons).

Fixes
* (first contribution) add support for new where clause location in associated types.
* (first contribution) stop wrapping ConstParam default values in ConstArg.
* insert dummy values for const generics in subst.
* properly handle proc-macro crate types for nameres.
* fix extract_module on inherent impls.
* show what file paths were expected for unresolved modules.
* emit more detailed highlighting for %, >>, <<.
* detect NixOS when /etc/os-release includes quotes.

Internal Improvements
* add hir_def::MacroId, add Macro{Id} to ModuleDef{Id}.
* simplify CompletionContext.
* remove ide_completion::render::build_ext module.
* another round of clippy fixes.

diffstat:

 lang/rust-analyzer/Makefile |  4 ++--
 lang/rust-analyzer/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (34 lines):

diff -r 5b3b8ee7f55c -r 61180cafc878 lang/rust-analyzer/Makefile
--- a/lang/rust-analyzer/Makefile       Mon Mar 14 11:09:23 2022 +0000
+++ b/lang/rust-analyzer/Makefile       Mon Mar 14 11:11:27 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2022/03/07 10:44:22 adam Exp $
+# $NetBSD: Makefile,v 1.12 2022/03/14 11:11:27 adam Exp $
 
-DISTNAME=      rust-analyzer-2022-03-07
+DISTNAME=      rust-analyzer-2022-03-14
 PKGNAME=       ${DISTNAME:C/-2([0-9]*)-([0-9]*)-([0-9]*)/-0.0.2\1.\2.\3/}
 CATEGORIES=    lang
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=rust-analyzer/}
diff -r 5b3b8ee7f55c -r 61180cafc878 lang/rust-analyzer/distinfo
--- a/lang/rust-analyzer/distinfo       Mon Mar 14 11:09:23 2022 +0000
+++ b/lang/rust-analyzer/distinfo       Mon Mar 14 11:11:27 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.12 2022/03/07 10:44:22 adam Exp $
+$NetBSD: distinfo,v 1.13 2022/03/14 11:11:27 adam Exp $
 
 BLAKE2s (addr2line-0.17.0.crate) = f7fa3b016f0e80c4ea9967f8947de15edc9fa39d0c0cdea692dccd0c41c28039
 SHA512 (addr2line-0.17.0.crate) = ef3bbd7c6d1dfdd0b47e3be1fb4c8b15ed61a769bed7e80dce80461a1ee13ef21c75e62e9a66328504f862341f1e808abec5790ac79784e18655afcc16206b95
@@ -318,9 +318,9 @@
 BLAKE2s (rowan-0.15.3.crate) = 5381c056fde6cb6d86cf555c3ca17f37ebc0e2f0428d803fd46243e9b85e9252
 SHA512 (rowan-0.15.3.crate) = 1002ab3b87ca6f929a167600bb655e4cd76be4cafdccd2a314033b3032c7f0631ff455cd2337212644dc7625d0e543ac17396b1015b6dcba193f43e937083e14
 Size (rowan-0.15.3.crate) = 39158 bytes
-BLAKE2s (rust-analyzer-2022-03-07.tar.gz) = c362958a1a0b09bd8995eb1922390ba7c2a625f9198378650001bed22b9b6c7d
-SHA512 (rust-analyzer-2022-03-07.tar.gz) = 1ec8d24533697b036c231f186169ac76d0bffb14c534e2478613899a8a58155acf25a5512c74e1c81420041c7fa6591858aba009a7d8a5d81ec252d93f11cb12
-Size (rust-analyzer-2022-03-07.tar.gz) = 2124453 bytes
+BLAKE2s (rust-analyzer-2022-03-14.tar.gz) = 5d73f27ef972cf3b4efc730cad85d53970964cecf8c5fc26b940b9062f522141
+SHA512 (rust-analyzer-2022-03-14.tar.gz) = 0ef9afda5ae9aea58901596f6b85a4cf4998ca56b0655066b24c7e9a90a956de336d2f69096f344c28cfbd27bb7186f1b52cbce99e060d1cf4951d95521d2b4a
+Size (rust-analyzer-2022-03-14.tar.gz) = 2128215 bytes
 BLAKE2s (rustc-ap-rustc_lexer-725.0.0.crate) = fb009ee9ee73e83fed1432958ea45d46a6c409955db6c764cd4b20667099c87f
 SHA512 (rustc-ap-rustc_lexer-725.0.0.crate) = 4239c4762d7ca351698be015ab251193f65487bda73a9dfaae5788e5b8395656c12d7f9cb5ee16cbd8c03dd5b9828dfb7d507498f40dc83d6a85ed3d59cc657a
 Size (rustc-ap-rustc_lexer-725.0.0.crate) = 14086 bytes



Home | Main Index | Thread Index | Old Index