2023-11-27
·
7014 commits
to master
since this release
Changelog #209
Commit: 237712f
Release: 2023-11-27
(v0.3.1748
)
New Features
-
#15956
,#15962
(first contribution) improve completion label details display: -
#15846
(first contribution) add VS Code option to suppress internal error notifications.
Fixes
#15940
ensure renames happen after edits.#15911
handle default constant values intrait_impl_missing_assoc_item
diagnostic.#15825
better resolve associated item with type bound.#15754
de-dup duplicate crates with differing origins inCrateGraph
construction.
Internal Improvements
#15894
(first contribution) make LSP initialization cancellable.#15944
(first contribution) update Arch Linux package URL.#15921
usePathSegment::qualifying_trait
.#15960
replaceoption.map(cond) == Some(true)
withoption.is_some_and(cond)
.#15967
switch to our ownsalsa
fork.
See also the changelog post.