Changelog #174

Commit: b99d5eb
Release: 2023-03-27 (v0.3.1451)

New Features

  • #14405, #14409, #14415 load proc macros asynchronously.

  • #14368 MIR episode 3, add support for ?, function pointers and trait objects.

Fixes

  • #14385 (first contribution) fix VS Code status message formatting error.

  • #14407 fix renames of locals used in macro calls.

Internal Improvements

  • #14380 coalesce adjacent Indels.

  • #14402 reject symlinks in rust-project.json.

  • #14408 only intern blocks that declare items.

  • #14412 handle proc macro fetching via OpQueue.

  • #14404 remove client side proc-macro version check.