-
Couldn't load subscription status.
- Fork 5.2k
Support generic arguments for calli in CoreCLR #97079
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
Merged
Merged
Changes from all commits
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
f10af6b
Add generic support for calli
hez2010 345ef56
Consider classInst as well
hez2010 6e429cf
Merge branch 'main' into feature/generic-calli
hez2010 42debae
oops
hez2010 ab8839b
guarded by !DACCESS_COMPILE
hez2010 0327254
Block runtime marshaling for calli
hez2010 21c6202
Fix the error mode
hez2010 a10142c
Adding tests
hez2010 6f7eb0e
Minor fixes to tests
hez2010 68d5a09
Compare instantiations as well when lookup
hez2010 2ea3dac
Adding more test cases
hez2010 5ecc888
Avoid getting export multiple times
hez2010 21d9862
Improve tests
hez2010 8939e32
Use standard boolean
hez2010 ab165f1
Avoid casting to prevent ABI mismatch
hez2010 e0e7478
Handle collectible assemblies
hez2010 97a8bf6
Reverse the branch
hez2010 fd43493
Handle inlined P/Invoke transitions
hez2010 fad2701
Reimplement unloadability handling
hez2010 4f67d66
Fix native library resolving in tests
hez2010 b050468
Use AllocMemTracker properly
hez2010 549c746
Skip tests on windows x86
hez2010 4fcbbf8
Skip negative tests on Windows x86 and NativeAOT
hez2010 883f531
Merge branch 'main' into feature/generic-calli
hez2010 fec111f
Use better exception message
hez2010 83d9919
Enable Windows x86 tests again
hez2010 1390455
Exclude tests for mono
hez2010 e37a0d9
Use correct loader elsewhere
hez2010 7721626
Put VASigCookieBlock on loader module
hez2010 d05b1cb
Move VASigCookie creation to a new method
hez2010 909e7fa
Move more things
hez2010 f6833b9
oops
hez2010 35edb8d
Update issues.targets
hez2010 40d5c35
Allocate StubMD on loader module
hez2010 0282d1a
Fixes for vararg cases
hez2010 8fa2fd6
Handle varargs in error mode as well
hez2010 c2cfc1b
Add an error mode for generic varargs
hez2010 3c1c25d
Remove useless comments
hez2010 e503dfa
FB
hez2010 fc79d98
Update tests
hez2010 22ecfb2
Fix tests
hez2010 9518dd9
Apply suggestions from code review
hez2010 c9c0881
Make xUnit happy
hez2010 3974945
test mono ci
hez2010 a8d38b0
Tweak the tests
hez2010 f1a0fd3
Merge branch 'main' into feature/generic-calli
hez2010 151982a
Add link to an GH issue
hez2010 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.
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.
Uh oh!
There was an error while loading. Please reload this page.