Skip to content

Releases: brotzeit/rustic

3.4

18 Sep 12:02
Compare
Choose a tag to compare
  • new command rustic-cargo-update
  • add missing dependencies to Cargo.toml by parsing flycheck buffer(without lsp)
  • org-babel: allow all possible toolchains
  • org-babel: new command that adds missing dependencies to :crates header argument

Add missing dependencies to Cargo.toml

17 Aug 19:45
Compare
Choose a tag to compare
  • rustic-cargo-add-missing-dependencies: add missing dependencies to Cargo.toml, works with lsp-mode and eglot #150 #169
  • use rustic-save-some-buffers instead of save-some-buffers in rust projects #424
  • new command rustic-cargo-install
  • Pass process-environment and exec-path through with-temp-buffer

3.2

20 Jun 09:15
Compare
Choose a tag to compare
3.2
  • cargo spellcheck
  • drop rustic-lsp-format

allow using make files with rustic compile commands

27 May 21:00
3bdc304
Compare
Choose a tag to compare
  • don't throw error for rustic compile commands when there's no Cargo.toml(allows using make files from root directory)
  • Support custom cargo check/run/build/test commands
  • Run compilation-start-hook with rustic process
  • Add cargo login command
  • Fix cargo doc commands
  • Ignore stderr on cargo cmd for workspace detection

3.0

19 Feb 15:21
Compare
Choose a tag to compare
3.0
bump version to 3.0

cargo-expand

16 Feb 20:24
Compare
Choose a tag to compare
  • cargo-expand
  • fix goto-error for multicrate workspaces

default arguments for cargo commands

30 Jan 11:54
Compare
Choose a tag to compare
  • automatically run clippy --fix
  • support cargo-lints
  • extend tests

2.5

12 Jan 21:15
Compare
Choose a tag to compare
2.5
  • rustic-compile-rustflags
  • rustic-cargo-test-dwim
  • fix use of compilation-arguments
  • rustic-babel-clippy

2.4: pass :file-handler to make-process

07 Jan 11:43
Compare
Choose a tag to compare
  • preserve position when running compile commands
  • fix several commands
  • use compilation-ask-about-save instead of buffer-save-without-query

cargo remote

17 Dec 14:00
fb6f6e8
Compare
Choose a tag to compare
  • run cargo commands remotely
  • babel: don't require version for crates
  • flycheck: automatically detect toolchain when not using lsp