Changelog #86
Commit: ea105f9
Release: 2021-07-19
Sponsors
Become a sponsor: On OpenCollective or GitHub Sponsors.
New Features
-
#9550(first contribution) add multiple proc macro ABI support. -
#9595show test mod runnable in outline modules:
-
#9596include type arguments in "Go to type definition" result:
-
#9594addmutablesemantic token modifier to assignment operators. -
#9622improve parser error recovery for function parameters. -
#9619parse GATs in associated type arguments. -
#9585rename the old server binary before update.
Fixes
-
#9599(first contribution) completetrueandfalsekeywords. -
#9600(first contribution) fix "Unwrap block" assist on single-line and nested blocks. -
#9621(first contribution) update manual after Neovim 0.5 release. -
#9579set moreCARGO_env vars. -
#9604don’t fold consecutive modules with item lists.
Internal Improvements
-
#9535remove proc macro management thread. -
#9582remove erroneous default impl. -
#9583get rid of a call to slow O(N)visibility_offunction. -
#9592split main highlighting function. -
#9597useType::walkfor goto_type_definition. -
#9603move attribute completion tests. -
#9605make folding ranges respect item visibilities. -
#9614simplify "Removedbg!" assist. -
#9620don’t depend on the current working directory. -
#9623make it clearer where IO happens.