Changelog #135

Commit: b74e96f
Release: 2022-06-27

New Features

  • #12599 only apply cfg(test) for local crates, helping crates using #[cfg(not(test))].

  • #12629 improve proc macro errors.

Fixes

  • #12605 (first contribution) fix auto-links in doc comments:

    174696581 3b1140a5 cdf0 4eda 9a11 ec648e4e7d21
  • #12596 don’t trigger pattern completions when typing a wildcard pattern.

  • #12597 fix auto-ref completions inserting in the wrong locations.

  • #12625 completes non-exhaustive enum variants within the defining crate.

Internal Improvements

  • #12520 bring back JodChild into flycheck for cancellation.

  • #12588, #12604 more completion refactoring.

  • #12594 lift out IdentContext from CompletionContext.

  • #12628 minor hir simplifications.