Skip to content

Releases: sigmaSd/IRust

1.63.1

20 Feb 11:49
Compare
Choose a tag to compare
**1.63.1**

- Update crossterm
- Use https://github.com/pksunkara/cargo-workspaces to improve dev experience

1.63.0

03 Feb 18:54
Compare
Choose a tag to compare
**1.63.0**

- Ignore server's client errors
- Hide some warnings when evaluating

1.62.1

02 Feb 17:52
Compare
Choose a tag to compare
**1.62.1**

- Allow multiple irust instances again

1.62.0

01 Feb 10:42
Compare
Choose a tag to compare
**1.62.0**

- Add `:hard_load_crate` command, its a more powerful version of `hard_load` that copies the whole crate src dir to irust directory, which allows using internal and external imports, see https://github.com/sigmaSd/irust-vim-plugin for an example

1.61.1

30 Jan 17:13
Compare
Choose a tag to compare
**1.61.1**

- Update racer install method

1.61.0

30 Jan 16:10
Compare
Choose a tag to compare
**1.61.0**

- Add `hard_load` command, it manually sets the repl internal buffer and cursor (useful for vim plugin)

1.60.0

30 Jan 12:13
Compare
Choose a tag to compare
**1.60.0**

- Add the ability to spawn a local server, this allows irust to be controlled programmatically, checkout https://github.com/sigmaSd/irust-vim-plugin that uses this

1.50.0

14 Jan 16:40
Compare
Choose a tag to compare
**1.50.0**

- Rework Startup/Shutdown hooks

1.49.0

13 Jan 18:44
Compare
Choose a tag to compare
**1.49.0**

- Fix a bug with tokio runtime making it unusable

1.48.0

31 Dec 15:18
Compare
Choose a tag to compare
- `:dbg` command: use rust-gdb rust-lldb

- `:scripts` command: Add more style