-
Notifications
You must be signed in to change notification settings - Fork 122
Emit full "Impl" types for IList<T> in 'cswinrtgen'
#2170
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
Draft
Sergio0694
wants to merge
20
commits into
user/sergiopedri/read-only-list-impl
Choose a base branch
from
user/sergiopedri/list-impl
base: user/sergiopedri/read-only-list-impl
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.
Draft
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
964e711
Refactor IReadOnlyList method definitions to accept MemberReference
Sergio0694 0d3f282
Add IListAdapter<T> and IListAdapterExtensions
Sergio0694 7d45623
Add IListAdapter<T> support to IList1 implementation
Sergio0694 9a9ced3
Add GetView method to IListAdapter<T>
Sergio0694 f266a1f
Add GetView support for IList<T> interop generation
Sergio0694 41ac7f1
Prevent infinite recursion in user-defined type discovery
Sergio0694 2b92404
Add IListAdapter1 IndexOf support to interop generator
Sergio0694 57a1ec9
Add SetAt support to IList interop generation
Sergio0694 7540acf
Remove unused variable and reorder IListAdapter1SetAt method
Sergio0694 1747a86
Add InsertAt support for IList<T> interop
Sergio0694 4e3227c
Move IndexOf method in IListAdapter<T>
Sergio0694 47033d6
Add RemoveAt support to IList<T> interop
Sergio0694 78ae3a1
Add support for IList<T>.Append interop method
Sergio0694 8bc00fe
Add RemoveAtEnd support for IList<T> interop
Sergio0694 4e0cc22
Add support for IList<T>.Clear interop method
Sergio0694 6724b05
Add GetMany method support for IList<T> interop
Sergio0694 a34bb6a
Add support for managed value method rewrites
Sergio0694 260e669
Add CreateLdind method to CilInstructionExtensions
Sergio0694 f754540
Add ReplaceAll method to IList1 interop implementation
Sergio0694 3064471
Refactor generic parameter usage in method signatures
Sergio0694 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrected spelling of 'overlows' to 'overflows'.