New Features

  • Gutter icon for recursive calls (by @alygin).

  • Better support for vec![] and panic!() macros (by @HeyLey).

  • Support for ! type (RFC).

  • Postfix templates for if and while (by @ujpv).

  • Intention to move constraints to a where clause (by @alobb).

Fixes

  • Minor formatter fixes.

  • Better parser recovery.

  • Better handling of namespaces in imports.

Refactorings

  • Simplified resolve API.