Changelog #65
Commit: 14de9e5
Release: 2021-02-22
Sponsors
Become a sponsor: On OpenCollective or GitHub Sponsors.
Fixes
-
#7684
fix runnable link order. -
#7687
parsedefault
in traits impls. -
#7703
allow comments between newlines in chaining hints. -
#7704
avoid transmitting unchanged diagnostics. -
#7705
show hover info of the definition of ConstReference patterns instead of its type. -
#7722
fix incorrect missing field diagnostic with box patterns. -
#7724
consider import prefix settings in flyimport. -
#7725
include where predicates when generating an impl. -
#7726
add#[doc(hidden)]
completion. -
#7730
retain visibility when extracting inline module to file. -
#7732
fix completions in impl blocks on dyn traits with lifetimes. -
#7739
bumpchalk
fixingimpl Trait
resolution in returned types.
Internal Improvements
-
#7690
extractfn load_workspace(…)
fromfn load_cargo(…)
. -
#7700
usenpm 7.x
package-lock.json
. -
#7702
remove use of deprecatedstd::collections::Bound
. -
#7701
remove semantic tokens workaround. -
#7699
implementast::AstNode
forNameLike
and move it tonode_ext
. -
#7707
renamecompletion
toide_completion
-
#7723
fix some typos in the docs -
#7727
fix obsolete "Extend Selection" docs -
#7735
stop mixingResult
andOption
with?
ininline_local_variable