Skip to content

Releases: Pivot-Studio/pivot-lang

v0.1.435

06 Mar 02:06

Choose a tag to compare

fix: some times diag & completion is not returned to ide

v0.1.434

01 Mar 10:30
fa2981b

Choose a tag to compare

docs: add comments for closure (#404)

v0.1.433

01 Mar 09:49
336be9c

Choose a tag to compare

chore: updated lsp-types & some minimum fixes (#401)

* chore: updated lsp-types & some minimum fixes

* feat: basic sort

* feat: implement quick sort

* fix: some code gen bugs

* chore: some clean up

* fix: rust toolchain ci

v0.1.432

29 Feb 06:21

Choose a tag to compare

fix lint issue

v0.1.431

21 Feb 10:14
a15f7cf

Choose a tag to compare

fix: func parameter checks ignored pointer level (#399)

* fix: func parameter checks ignored pointer level

which means you can assign a global of pointer type into non pointer type

Fixes #395

* docs: add more showcases

* fix: unsafe cast issue

* fix: use some unsafe trick to reduce codes

v0.1.430

19 Feb 01:35

Choose a tag to compare

when casting pointer type into trait implicitly result in wrong ir

Fixes #396

v0.1.429

11 Feb 14:01

Choose a tag to compare

fix: win file race

v0.1.428

09 Feb 15:00

Choose a tag to compare

chore: add discord link

v0.1.427

07 Feb 09:02

Choose a tag to compare

feat: std_userrand

v0.1.426

06 Feb 02:14
cf77ad2

Choose a tag to compare

feat: hexadecimal & binary number (#389)

* feat: hexadecimal & binary number

* fix: clippy

* feat: octal number

* tests: add some tests