Rust Language Server v1.36.0 Release Notes

Release Date: 2019-05-18 // almost 5 years ago
  • ๐Ÿ”„ Changed

    • Cleaned up and converted rls-{analysis, span} to 2018 edition
    • 0๏ธโƒฃ Made rls-{analysis, span} use serde instead of rustc_serialize by default
    • Clarified how clippy_preference setting works in README

    โœ‚ Removed

    • โœ‚ Removed support for obsolete rustDocument/{beginBuild,diagnostics{Begin,End}} LSP messages

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed destructive formatting edits due to miscalculated newlines in diffs (#1455)

    ๐Ÿš€ [Unreleased]: https://github.com/rust-lang/rls/compare/beta...HEAD