Skip to content

Releases: l2dy/intellij-rust-unofficial-plugin

242.10014

15 Sep 08:28
Compare
Choose a tag to compare

What's Changed

  • COMP: Skip semicolon fixer in block expr by @l2dy in #55
  • COMP: Support smart enter for more items by @l2dy in #56
  • FMT: Fix indent of let declaration with outer attr by @l2dy in #57
  • Update compiler features by @l2dy in #61
  • Update rustc and clippy lints by @l2dy in #58
  • ⬆️ nightly by @l2dy in #59
  • ⬆️ stable by @l2dy in #63
  • Clean up platform BACKCOMPAT for 2024.1 by @l2dy in #64
  • Partial compatibility with 2024.3 by @l2dy in #66

Full Changelog: 241.10012...242.10014

241.10012

07 Sep 10:13
4d19376
Compare
Choose a tag to compare

What's Changed

  • Skip external linter pass when Cargo is refreshing by @l2dy in #45
  • RES: take into account cfg attributes for struct fields by @l2dy in #46
  • ⬆️ nightly by @l2dy in #52
  • Update compiler features by @l2dy in #53
  • Update rustc and clippy lints by @l2dy in #51
  • FMT: use rustfmt by default by @l2dy in #54

Full Changelog: 241.10010...241.10012

241.10010

30 Aug 15:52
18e8461
Compare
Choose a tag to compare

What's Changed

  • Support 2024 edition by @l2dy in #44
  • Get rustc version in project context by @l2dy in #43

Docs

Full Changelog: 242.10009...241.10010

242.10009

21 Aug 15:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: 241.10007...242.10009

241.10007

17 Aug 17:28
Compare
Choose a tag to compare
Replace custom HighlightSeverity with INFORMATION

241.10006

17 Aug 07:56
Compare
Choose a tag to compare
241.10006 Pre-release
Pre-release
Fix OutOfMemoryError in tests