Skip to content

Snapshot release 2026-07-23

Latest

Choose a tag to compare

@oxalica oxalica released this 23 Jul 05:26
2026-07-23

Features

  • Show inlay hints on the end of let/attrset bindings (#170).

  • Assist inline (#173).

  • Assist remove_unused_with (#180).

  • Better hyperlinks for github rev/ref (#191).

Fixes

  • Compatibility with latest Nix and Nixpkgs (#197, #198, #200).

  • Unwanted completion inside comments (#171).

  • Inference of extern list types (#176).

  • Append to experimental-features instead of overriding its value (#190).

Internal

  • Bump MSRV to 1.89.

  • Bump various dependencies.

  • LTO setting is removed from Cargo.toml, so it can be (globally) controlled
    on the builder or package manager side.