Skip to content

Releases: Pivot-Studio/pivot-lang

v0.1.272

20 Mar 09:05
8aed2ab

Choose a tag to compare

Refactor/generic (#246)

* refactor:remove some macros dependence

* halfdone:trait receiver not found

* fix: deps

* fix:trait miss receiver

* fix:impl generic base and generic param/ret type missmatch

* refactor:add generic type

* feat:impl generic

* refactor:take op

* fix:impl generic hightlight and param size check

---------

Co-authored-by: bobxli <[email protected]>
Co-authored-by: Boxiu Lee <[email protected]>

v0.1.271

15 Mar 15:15
c6bce0c

Choose a tag to compare

feat: add gpt review action (#242)

v0.1.270

14 Mar 14:33

Choose a tag to compare

docs: add more dev tutorial

v0.1.269

05 Mar 04:19
3a4f48d

Choose a tag to compare

refactor:remove useless code in fn node (#230)

v0.1.268

01 Mar 17:45
7438e7c

Choose a tag to compare

Refactor/generic (#228)

* halfdown:docs

* refactor:use fn style protect generic context

* refactor:separate infer and gen code

* fix: trait type impl not found

* fix: duplicate code

---------

Co-authored-by: bobxli <[email protected]>

v0.1.267

01 Mar 08:12
9bb77ad

Choose a tag to compare

chore: use macro to reduce code (#225)

* chore: use macro to reduce code

* chore: better proc macro

* choir: more macros

v0.1.266

28 Feb 13:37
c5fa4b3

Choose a tag to compare

bump: bump clap from 4.1.6 to 4.1.7 (#223)

Bumps [clap](https://github.com/clap-rs/clap) from 4.1.6 to 4.1.7.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v4.1.6...v4.1.7)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.1.265

28 Feb 10:05
4834dea

Choose a tag to compare

feat: add modifier `pub` (#219)

* 增加pub modifier
Fixes #218

* 增加pub modifier
Fixes #218

* chore: code cleanup and more tests

v0.1.263

27 Feb 09:26

Choose a tag to compare

refactor:use fn style protect generic context

v0.1.262

26 Feb 08:25

Choose a tag to compare

fix: gc bench