Changelog #117

Commit: d6ed146
Release: 2022-02-21

Sponsors

Become a sponsor: On OpenCollective or GitHub Sponsors.

New Features

  • #11369 (first contribution) add type hints for keyword expression hovers:

    151611737 12325c23 a1f9 4fca ae48 279b374bdcdf
  • #11484 infer array size for slice patterns.

Fixes

  • #11458 (first contribution) parse immovable generator syntax (static ||).

  • #11477 fix Merge Imports dropping imports.

  • #11480 fix keyword hover on macro-expanded tokens.

Internal Improvements

  • #11470 (first contribution) fix typo in GlobalState docs.

  • #11475 avoid temporary Vec in MBE.

  • #11511 wrap MacroCallKind::Attr attr_args field in an Arc.

  • #11512 remove name fields from MacroCallKind.