Skip to content

Releases: rust-lang/rust-enhanced

[Patch] Use shell_cmd instead of cmd in Windows "Run"

25 Feb 17:50

Choose a tag to compare

regression - Use shell_cmd instead of cmd in Windows "Run"

Option to hide warnings and bug fix

23 Feb 14:40

Choose a tag to compare

  • Fix syntax checking in workspaces.
  • Add rust_syntax_hide_warnings option.

Added config option to include tests on syntax checking

19 Feb 00:03

Choose a tag to compare

  • Add a config option to include tests in the on-save syntax checking
  • Don't make links to error codes that don't have descriptions
  • Cargo Script added

Significant changes to on save syntax checking

18 Feb 15:24

Choose a tag to compare

  • Allow spaces in filenames
  • Crates with multiple targets are automatically detected.
  • Highlight/outline the regions where the message is.
  • Include a link for Exxxx errors to a web page.
  • Include a way to close/hide messages.
  • Support non-ascii output on certain platforms.
  • Display more messages (notes, macro expansions, etc.)
  • If there is a message for a file not currently open, print it to the console
  • Add Rust symbols to global index

Fix incorrect user settings path

06 Feb 14:16

Choose a tag to compare

Patch release to fix incorrect user settings path

Changing file names and directories (potentially breaking change)

04 Feb 17:22

Choose a tag to compare

  • Added Run Release to Cargo
  • Added document to Cargo
  • Changed file names to RustEnhanced to prevent bugs

Configurable colours, ability to toggle syntax checking from command panel

28 Nov 19:06

Choose a tag to compare

Add configurable colors for syntax checker
Addition of let_mut snippet
ability to toggle rust syntax checking from command panel
Updates to issue tracker for better triage

Major syntax fixes and phantoms update

07 Nov 18:47

Choose a tag to compare

update phantoms in each view mentioned by errors (#105)

this is similar to how sublime does it

Using the new .sublime-syntax file (Syntax Highlight Improvements)

02 Nov 19:25

Choose a tag to compare

to bring us inline with the built-in sublime Rust package we're switching to the new ST3 .sublime-syntax file.
This however means that we'll no longer be supporting ST2.

The .sublime-syntax file does need work. So volunteers welcome!

We are also now stable

Moving to a release based cycle

08 Oct 09:54

Choose a tag to compare

Package control no longer recommends pulling from master, so asks all packages to use releases
Moving to a release based cycle.

This will be the last Sublime Text 2 compatible release