-
Notifications
You must be signed in to change notification settings - Fork 196
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
Open
michaeljklein
wants to merge
8
commits into
master
Choose a base branch
from
michaeljklein/trait-aliases
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
feat: trait aliases #6431
+678
−54
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.