All Versions
11
Latest Version
Avg Release Cycle
63 days
Latest Release
1822 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.22.0 Changes
April 01, 2020 -
v2.21.0 Changes
September 30, 2019 -
v2.20.0 Changes
May 29, 2019 -
v2.19.0 Changes
February 05, 2019 -
v2.18.0 Changes
September 23, 2018- Syntax:
- On-save check:
- Diagnostic messages: #344
- Support inline rustdoc messages with
cargo doc
(requires rust 1.30) #334 - Add
rust_message_status_bar
option to display the message under the cursor in the window status bar. - Add
rust_message_popup
command to manually show a popup under the cursor. - Add underline styles to
rust_region_style
. - Fix various issues with multiple views into the same file.
- Fix Next/Prev when a message is hidden (such as a completed suggestion).
- Fix hitting Esc in the middle of the build to hide/dismiss future messages.
- Support inline rustdoc messages with
- Snippets: honor indentation settings #342
-
v2.17.0 Changes
September 19, 2018- โ Add debug logging feature. #291
๐ RunRust: Open Debug Log
command to open the log, used by on-save check and build. - โ Add
eprint
andeprintln
snippets. #283 - ๐ Some minor word-wrapping fixes. #315
- Syntax: Some
where
improvements. #303 - Syntax: allow new lines and comments in lambda parameters #307
- ๐ Syntax: Support
dyn
traits. #308 - Syntax: Anonymous lifetimes #319
- ๐ Syntax: Support trait definition bounds and type parameters. #320
- ๐ Syntax: Support attributes in type parameters. #321
- Syntax: Unreserve reserved keywords. #322
- Syntax: Rework enums #323
- ๐ Syntax: Support comments near struct/union. #324
- ๐ Syntax: Support *const raw pointer in (some) type positions. #325
- Syntax: Rewrite macro_rules #326
- ๐ Syntax: Support never type in type params. #327
- ๐ Syntax: Support HRTB in all type positions. #328
- Syntax: Fix unsafe prefix for function types. #329
- Syntax: Fix extern in fn type. #330
- โ Add debug logging feature. #291
-
v2.17.0-prerelease Changes
August 31, 2018- โ Add debug logging feature. #291
๐ RunRust: Open Debug Log
command to open the log, used by on-save check and build. - โ Add
eprint
andeprintln
snippets. #283 - ๐ Some minor word-wrapping fixes. #315
- Syntax: Some
where
improvements. #303 - Syntax: allow new lines and comments in lambda parameters #307
- ๐ Syntax: Support
dyn
traits. #308 - Syntax: Anonymous lifetimes #319
- ๐ Syntax: Support trait definition bounds and type parameters. #320
- ๐ Syntax: Support attributes in type parameters. #321
- Syntax: Unreserve reserved keywords. #322
- Syntax: Rework enums #323
- ๐ Syntax: Support comments near struct/union. #324
- ๐ Syntax: Support *const raw pointer in (some) type positions. #325
- Syntax: Rewrite macro_rules #326
- ๐ Syntax: Support never type in type params. #327
- ๐ Syntax: Support HRTB in all type positions. #328
- Syntax: Fix unsafe prefix for function types. #329
- Syntax: Fix extern in fn type. #330
- โ Add debug logging feature. #291
-
v2.16.0 Changes
August 31, 2018Syntax: Improve visibility modifier
๐ Support messages with multiple regions and multiple suggestions.
Syntax: Somewhere
improvements
Syntax: stdsimd -
v2.16.0-prerelease Changes
July 30, 2018Syntax: Improve visibility modifier
๐ Support messages with multiple regions and multiple suggestions.
Syntax: Somewhere
improvements
Syntax: stdsimd -
v2.15.0 Changes
July 16, 2018- fn snippet: only display arrow if return type is present
- Syntax: Fix
mut
in impl - ๐ Syntax: Support break/continue labels.
- โ Add ".rust" to semicolon scope.
- Syntax: Allow comments in macro definitions