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

Releases: rust-lang/atom-ide-rust

v0.19.1

30 Nov 10:14
bdb9126
Compare
Choose a tag to compare
  • Update atom-languageclient -> 0.9.9
  • Update package.json repo -> rust-lang

v0.19.0

28 Nov 19:40
40424ab
Compare
Choose a tag to compare
  • Remove language-rust package dependency now Atom has built in support.
  • Require Atom 1.33 or later.

v0.18.5

16 Nov 18:55
3982557
Compare
Choose a tag to compare
  • Update atom-languageclient -> 0.9.8
  • Reduce false positives when checking for suspicious/non-LSP stdout from RLS.

v0.18.4

18 Oct 23:10
9a16d17
Compare
Choose a tag to compare
  • Add rls::build=info default RUST_LOG when console logging is enabled.
  • Update atom-languageclient -> 0.9.7
  • Fix toolchain warning message typo.

v0.18.3

29 Aug 09:42
f1c51c6
Compare
Choose a tag to compare
  • Fix "has rls" dated nightly search & nightly check after rust manifest format change.

v0.18.2

24 Aug 11:43
9b467c3
Compare
Choose a tag to compare
  • Fix undefined dereference

v0.18.1

24 Aug 09:22
ef79074
Compare
Choose a tag to compare
  • Update atom-languageclient -> 0.9.6

v0.18.0

02 Jul 14:36
e628d4e
Compare
Choose a tag to compare
  • now part of rust-lang-nursery
  • Adds new setting to disable ide-rust on certain projects.
    ignored-paths
  • Address some Windows rustup env var issues

v0.17.1

16 Jun 09:29
bf3871c
Compare
Choose a tag to compare
  • Delay conflicting package checks until first ide-rust usage.

v0.17.0

07 Jun 17:07
aa31704
Compare
Choose a tag to compare
  • Warn about potentially conflicting packages.