-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Implement support for UnsafeAccessor
in the trimmer
#88268
Commits on Jul 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 200b988 - Browse repository at this point
Copy the full SHA 200b988View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc3dac0 - Browse repository at this point
Copy the full SHA bc3dac0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3983540 - Browse repository at this point
Copy the full SHA 3983540View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa8b53a - Browse repository at this point
Copy the full SHA aa8b53aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27d4674 - Browse repository at this point
Copy the full SHA 27d4674View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7725027 - Browse repository at this point
Copy the full SHA 7725027View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bede4d - Browse repository at this point
Copy the full SHA 7bede4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c83be6f - Browse repository at this point
Copy the full SHA c83be6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e62970 - Browse repository at this point
Copy the full SHA 2e62970View commit details -
Revert to method group marking
Parameter overload resolution is very problematic in Cecil - would have to reimplement it effectively.
Configuration menu - View commit details
-
Copy full SHA for b7e1484 - Browse repository at this point
Copy the full SHA b7e1484View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4fea74 - Browse repository at this point
Copy the full SHA b4fea74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95f32b2 - Browse repository at this point
Copy the full SHA 95f32b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f2f52e - Browse repository at this point
Copy the full SHA 8f2f52eView commit details -
Fixes a bug in CoreCLR and NativeAOT which would allow non-ref this for value instance method accessors. This leads to asserts from JIT.
Configuration menu - View commit details
-
Copy full SHA for 686528a - Browse repository at this point
Copy the full SHA 686528aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f1ee84 - Browse repository at this point
Copy the full SHA 6f1ee84View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca883bc - Browse repository at this point
Copy the full SHA ca883bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for c7aaabc - Browse repository at this point
Copy the full SHA c7aaabcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 93b53a3 - Browse repository at this point
Copy the full SHA 93b53a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fd8178 - Browse repository at this point
Copy the full SHA 9fd8178View commit details -
Update src/coreclr/tools/Common/TypeSystem/IL/UnsafeAccessors.cs
Co-authored-by: Jan Kotas <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e886374 - Browse repository at this point
Copy the full SHA e886374View commit details -
Configuration menu - View commit details
-
Copy full SHA for c623196 - Browse repository at this point
Copy the full SHA c623196View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b023e0 - Browse repository at this point
Copy the full SHA 0b023e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 820f14c - Browse repository at this point
Copy the full SHA 820f14cView commit details
Commits on Jul 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0738762 - Browse repository at this point
Copy the full SHA 0738762View commit details
Commits on Jul 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b70becc - Browse repository at this point
Copy the full SHA b70beccView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb6f71f - Browse repository at this point
Copy the full SHA cb6f71fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6638a05 - Browse repository at this point
Copy the full SHA 6638a05View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75974af - Browse repository at this point
Copy the full SHA 75974afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6722a03 - Browse repository at this point
Copy the full SHA 6722a03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6376210 - Browse repository at this point
Copy the full SHA 6376210View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e439de - Browse repository at this point
Copy the full SHA 6e439deView commit details -
Configuration menu - View commit details
-
Copy full SHA for a0b2295 - Browse repository at this point
Copy the full SHA a0b2295View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43726d7 - Browse repository at this point
Copy the full SHA 43726d7View commit details -
Revert to method group marking
Parameter overload resolution is very problematic in Cecil - would have to reimplement it effectively.
Configuration menu - View commit details
-
Copy full SHA for 74a5ee5 - Browse repository at this point
Copy the full SHA 74a5ee5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47d82d0 - Browse repository at this point
Copy the full SHA 47d82d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74d57c0 - Browse repository at this point
Copy the full SHA 74d57c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f945d4 - Browse repository at this point
Copy the full SHA 4f945d4View commit details -
Fixes a bug in CoreCLR and NativeAOT which would allow non-ref this for value instance method accessors. This leads to asserts from JIT.
Configuration menu - View commit details
-
Copy full SHA for 13972ca - Browse repository at this point
Copy the full SHA 13972caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ffa95d - Browse repository at this point
Copy the full SHA 4ffa95dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9fcb68 - Browse repository at this point
Copy the full SHA e9fcb68View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce9376b - Browse repository at this point
Copy the full SHA ce9376bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f2c595a - Browse repository at this point
Copy the full SHA f2c595aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 50a219a - Browse repository at this point
Copy the full SHA 50a219aView commit details -
Update src/coreclr/tools/Common/TypeSystem/IL/UnsafeAccessors.cs
Co-authored-by: Jan Kotas <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 623a2f0 - Browse repository at this point
Copy the full SHA 623a2f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 906ccb9 - Browse repository at this point
Copy the full SHA 906ccb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7dbca19 - Browse repository at this point
Copy the full SHA 7dbca19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45cd27a - Browse repository at this point
Copy the full SHA 45cd27aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 58741fb - Browse repository at this point
Copy the full SHA 58741fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 344037f - Browse repository at this point
Copy the full SHA 344037fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec66190 - Browse repository at this point
Copy the full SHA ec66190View commit details -
Merge branch 'TrimmerUnsafeAccessor' of https://github.com/vitek-kara…
…s/runtime into TrimmerUnsafeAccessor
Configuration menu - View commit details
-
Copy full SHA for 22023ed - Browse repository at this point
Copy the full SHA 22023edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d5e30f - Browse repository at this point
Copy the full SHA 9d5e30fView commit details -
Update src/tools/illink/src/linker/Linker.Steps/UnsafeAccessorMarker.cs
Co-authored-by: Sven Boemer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b238760 - Browse repository at this point
Copy the full SHA b238760View commit details