Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Releases: rust-lang/atom-ide-rust

v0.16.3

31 May 18:41
eb944f0
Compare
Choose a tag to compare
  • Allow rls command override usage in environments without rustup

v0.16.2

10 May 09:22
3c6f7e4
Compare
Choose a tag to compare
  • Fix link.exe not found issue on Windows

v0.16.1

09 May 16:34
07a49ad
Compare
Choose a tag to compare
  • Enhance Windows implementation of rustup missing dialog & file change message filtering
  • Add more example toolchains to the settings text

v0.16.0

12 Apr 06:46
433e8db
Compare
Choose a tag to compare
  • Global rls clippy_preference setting (clippy is enabled in nightly-2018-04-11)
  • Support tree-sitter parser grammar names
  • Update atom-languageclient -> 0.9.5

v0.15.1

16 Mar 15:42
f9aab65
Compare
Choose a tag to compare
  • Update atom-languageclient -> 0.9.4

v0.15.0

09 Mar 17:58
482efdf
Compare
Choose a tag to compare
  • Support CodeActions allowing click-usage of rustc & clippy suggestions
  • New global Rls config applied to all servers, with initial all_targets option
  • Filter out local variables from the outline view
  • Log suspicious non-LSP stdout from Rls (to help track down "Header must provide a Content-Length" bugs)
  • Update to atom-languageclient 0.9.2

v0.14.0

28 Feb 08:54
a07ee10
Compare
Choose a tag to compare
  • Support Rls window/progress messages exposing more info on what Rls is up to (coming soon to a Rls nightly release)
  • Update atom-languageclient to 0.9.1

v0.13.0

19 Feb 12:39
4d512c2
Compare
Choose a tag to compare
  • Improve suggested toolchain: suggest non-dated if possible
  • When using rls.toml config only trigger a single Rls build at startup (previously two were triggered)
  • Fix rustup installation notifications
  • Add suggestion to use package management for rustup on Linux

v0.12.1

13 Feb 20:07
adc90a4
Compare
Choose a tag to compare
  • Fix syntax error on electron 1.6.x

v0.12.0

13 Feb 18:38
c247811
Compare
Choose a tag to compare
  • Add command: ide-rust:restart-all-language-servers
  • Update atom-languageclient -> 0.8.3
  • Fix some usage of busySignalService when it's unavailable