Skip to content

Releases: sigmaSd/IRust

1.2.4

06 Mar 15:58
Compare
Choose a tag to compare
**1.2.4**

- Output can now be cancelled with Ctrl-c (in case of an infinite loop for example)
- Auto inserting semicolons is now configurable
- Update dependencies

1.2.3

28 Dec 18:01
Compare
Choose a tag to compare
**1.2.3**

- Update crossterm to 0.19
- Handle quoted arguments in :add command(useful specifying multiple features, example: `:add --features "a b"`)

1.2.2

09 Dec 15:39
Compare
Choose a tag to compare
**1.2.2**

- Fix regression: Handle multiline string

1.2.1

09 Dec 14:49
Compare
Choose a tag to compare
**1.2.1**

- Use `CARGO_TARGET_DIR` path if set instead of overwriting it

1.2.0

02 Dec 08:30
Compare
Choose a tag to compare
**1.2.0**

- Remove notify
- :edit command work as usual with terminal editors, for gui editors like vs code, the `:sync` command needs to be used after the writing
- Bug fixes
- Add benchmark

1.1.2

30 Nov 12:46
Compare
Choose a tag to compare
**1.1.2**

- Hotfix: Actually Add missing exit after (irust -x)

1.1.1

30 Nov 12:43
Compare
Choose a tag to compare
**1.1.1**

- Hotfix: Add missing exit after (irust -x)

1.1.0

30 Nov 12:25
46d42ec
Compare
Choose a tag to compare
**1.1.0**

- Add `:asm` command => shows the assembly of the specified function(requires[cargo-asm](https://github.com/gnzlbg/cargo-asm))
- More refactoring
- Bug fixes

1.0.0

29 Nov 17:55
34ca05a
Compare
Choose a tag to compare
**1.0.0**

- Under-the-hood:
  - Refactor most of the code base
  - Extract Printer as a an independent unit
  - Add some tests now that its finally possible to do so
- Multiple Bug fixes
- Maybe new bugs?

0.9.9

25 Nov 16:06
Compare
Choose a tag to compare
**0.9.8**

- Fix `:add .` on windows
- More resilient build errors detection
- Fix `:load` regression