Releases: Pivot-Studio/pivot-lang
Releases · Pivot-Studio/pivot-lang
v0.1.272
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
feat: add gpt review action (#242)
v0.1.270
docs: add more dev tutorial
v0.1.269
refactor:remove useless code in fn node (#230)
v0.1.268
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
chore: use macro to reduce code (#225) * chore: use macro to reduce code * chore: better proc macro * choir: more macros
v0.1.266
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
feat: add modifier `pub` (#219) * 增加pub modifier Fixes #218 * 增加pub modifier Fixes #218 * chore: code cleanup and more tests
v0.1.263
refactor:use fn style protect generic context
v0.1.262
fix: gc bench