-
Notifications
You must be signed in to change notification settings - Fork 199
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
feat: trait aliases #6431
base: master
Are you sure you want to change the base?
feat: trait aliases #6431
Commits on Nov 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6886b5a - Browse repository at this point
Copy the full SHA 6886b5aView commit details -
finished debugging parsing tests, added method stub to generate the i…
…mpl's for trait aliases, wip implementing impl generator
Configuration menu - View commit details
-
Copy full SHA for a271d8b - Browse repository at this point
Copy the full SHA a271d8bView commit details
Commits on Nov 5, 2024
-
debugging failing tests, cleanup, modify parse_many to accept a many-…
…to-many case, modify parse_item_kind to return multiple ItemKind's, generate a trait impl from the trait parser (when the trait alias is parsed), test generated impl's, test several cases in unit tests
Configuration menu - View commit details
-
Copy full SHA for 54845ae - Browse repository at this point
Copy the full SHA 54845aeView commit details
Commits on Nov 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1025b47 - Browse repository at this point
Copy the full SHA 1025b47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 224a822 - Browse repository at this point
Copy the full SHA 224a822View commit details -
Configuration menu - View commit details
-
Copy full SHA for ced2f68 - Browse repository at this point
Copy the full SHA ced2f68View commit details -
test 'pub' for trait aliases, add tests with where clause, reference …
…issue with where clauses, add docs, cargo clippy/fmt
Configuration menu - View commit details
-
Copy full SHA for e32f51a - Browse repository at this point
Copy the full SHA e32f51aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d034c86 - Browse repository at this point
Copy the full SHA d034c86View commit details
Commits on Nov 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 10ac395 - Browse repository at this point
Copy the full SHA 10ac395View commit details
Commits on Nov 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e1836eb - Browse repository at this point
Copy the full SHA e1836ebView commit details -
added formatter test and support for trait aliases in formatter, add …
…bool parameter to NoirTraitImpl for synthetic impl's and test it
Configuration menu - View commit details
-
Copy full SHA for 3d72a82 - Browse repository at this point
Copy the full SHA 3d72a82View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6f9899 - Browse repository at this point
Copy the full SHA a6f9899View commit details