Skip to content

Releases: rust-lang/rust-enhanced

Remove -Z no-trans support and update tests

05 Jun 23:25
Compare
Choose a tag to compare

Remove support for -Z no-trans on-save checking (fixes #281).
Update some tests for latest nightly.
Pin nightly and clippy to a known-good version for Travis. This should
ensure that minor issues don't cause unrelated PRs to fail. This also
configures the beta/nightly jobs to allow failure. I have a cron job on my
own repository set up so I will be notified whenever things break, and I'll
send PRs when necessary.

Compiler suggestions and message themes + syntax updates

05 May 21:36
Compare
Choose a tag to compare

compiler suggestions and message themes
#267

Union has been added to the Syntax
#260

more formatting macros to syntax checking
#258

Compiler suggestions and message themes + syntax updates

22 Apr 11:24
Compare
Choose a tag to compare

compiler suggestions and message themes
#267

Union has been added to the Syntax
#260

more formatting macros to syntax checking
#258

Syntax highlights and bug fixes

02 Mar 11:20
Compare
Choose a tag to compare

switch build syntax to yaml, tests added
Add support for checking tests in Rust 1.23
Readme Updates
Fix example RUST_BACKTRACE environment variable template
Highlight let, static, const as storage.type.rust

Add support for checking tests in Rust 1.23

10 Feb 16:01
Compare
Choose a tag to compare

Add support for checking tests in Rust 1.23

Syntax updates

28 Jan 20:48
Compare
Choose a tag to compare

match large format specs
a few small syntax checking improvements

Updates to Message Handling

27 Jan 17:52
Compare
Choose a tag to compare

Readme updates
Update message handling for Rust 1.24

  • All paths are now relative to the workspace root instead of the package root.
  • Columns reported in macros are now 1-based (affects test output).

Support or new JSON formats and autocomplete on ::

06 Jan 13:42
b620156
Compare
Choose a tag to compare

Support new suggestion JSON format introduced in 1.23/1.24.
Fix some duplicate messages being displayed.
Update tests for minor wording changes in some diagnostics.
Update tests to handle debug files being produced in 1.21.
Support multi-span messages added in 1.21.
Autocomplete support for path separators (::)

As always excellent work @ehus

Add "popup" option to "rust_phantom_style"

19 Dec 20:11
Compare
Choose a tag to compare

Add "popup" option to "rust_phantom_style"

New documentation, unimplemented snippet, bug fixes

04 Dec 18:24
Compare
Choose a tag to compare
  • documentation update
  • Added context menu #222
  • Add the unimplemented macro snippet #225
  • replace after-operator with check for type declaration syntax #221