Releases: rust-lang/rust-enhanced
Releases · rust-lang/rust-enhanced
v2.28.0
26 Jan 18:34
Compare
Sorry, something went wrong.
No results found
Added highlighting support for use bounds #533
Removed support for cargo-script #540
Fixed format-string highlighting for identifier width/precision #547
v2.27.0
11 Dec 18:20
Compare
Sorry, something went wrong.
No results found
Added:
Added support for C-string literals #521 , #522
v2.26.0
11 Sep 15:31
Compare
Sorry, something went wrong.
No results found
Fixed:
Make sure text is escaped when the width is negative. #510
Fixed prev/next messages when show_inline_messages=false in latest Rust 1.73. #518
Fixed "in this macro" message for desuggarings. #520
Added:
Added the "Rust: Open Last Build Output As View" command to show the output from the compiler as rendered by rustc. #519
Minor update
19 Mar 18:59
Compare
Sorry, something went wrong.
No results found
Automatic target detection falls back to "everything" (allowing on-save-check of build.rs files) #483
Syntax highlighting: Allow space between function call and parenthesis #480
ST4 Fix
21 May 22:51
Compare
Sorry, something went wrong.
No results found
Syntax: Added pat_param macro fragment specifier. #461
Build messages: Fixed replacement link on Sublime Text 4. #462
New Syntax and Misc Updates
29 Dec 22:55
Compare
Sorry, something went wrong.
No results found
Some improvements around message display #432
Syntax:
Snyced the definition with the sublimehq Rust definition #431
Added support for const generics #451
Changed scope support.function to variable.function to match scope naming guidelines #452
Misc updates
01 Apr 21:46
Compare
Sorry, something went wrong.
No results found
Add union names to Goto-symbol index. #416
Syntax: Recover on bad enum syntax. #419
Fix type of file_extensions property in Cargo syntax YAML #429
Misc updates
30 Sep 21:02
Compare
Sorry, something went wrong.
No results found
Add unreachable snippet #389
Fix bug in how raw string auto-complete worked. #396
Build system and messages:
Clippy no longer requires nightly. #395
Allow target detection with Clippy. #412
Next/prev jump to end of span. #397
Syntax:
Better error recovery in generics. #410
Add bitwise and/or assignment tokens. #411
Snippet and syntax updates
29 May 16:55
Compare
Sorry, something went wrong.
No results found
Explicitly set the "exit" point on some snippets. #381
Add syntax highlighting for async/await/try keyword #378
Remove print/eprint snippet. #382
Syntax updates, misc fixes, new snippets, custom status bar text
05 Feb 22:08
Compare
Sorry, something went wrong.
No results found
Custom status bar text #355
Add dbg, debug, trace, info snippet #360
On-save check: only call cargo metadata once #365
Syntax:
literal macro fragment matcher #367
abort on invalid struct #369
const functions #361
fix break and continue #364
fix lifetime on self param #366