Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move to TypeRegistry #544

Merged
merged 4 commits into from
May 11, 2024
Merged

Move to TypeRegistry #544

merged 4 commits into from
May 11, 2024

Conversation

marcauberer
Copy link
Member

  • Make use of the new TypeRegistry everywhere in the compiler
  • Types are now provided via immutable const Type* and can be exchanged via QualType methods
  • Make Type, TypeChainElement, TypeChainElementData and QualType hashable by std::hash
  • Further improvements

@marcauberer marcauberer added enhancement New feature or request improvement Improvement of an existing feature type-system Changes to the type system labels May 9, 2024
@marcauberer marcauberer added this to the 0.20.0 milestone May 9, 2024
@marcauberer marcauberer self-assigned this May 9, 2024
@marcauberer marcauberer requested a review from a team as a code owner May 9, 2024 16:23
@github-actions github-actions bot added the bootstrap Change regarding the bootstrap label May 9, 2024
@marcauberer marcauberer requested a review from a team as a code owner May 11, 2024 22:09
@github-actions github-actions bot added the std Prs / issues regarding the standard lib label May 11, 2024
@marcauberer marcauberer enabled auto-merge (squash) May 11, 2024 23:00
@marcauberer marcauberer merged commit d56dafd into main May 11, 2024
5 checks passed
@marcauberer marcauberer deleted the feature/move-to-type-registry branch May 11, 2024 23:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bootstrap Change regarding the bootstrap compiler enhancement New feature or request improvement Improvement of an existing feature size/XXL std Prs / issues regarding the standard lib type-system Changes to the type system
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant