Skip to content
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

Fix running tests against our DNNE'd NativeExports project to work in NativeAOT #84578

Merged
merged 6 commits into from
Apr 18, 2023

Commits on Apr 7, 2023

  1. Configuration menu
    Copy the full SHA
    ee180a0 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Remove duplicate items

    jkoritzinsky authored Apr 13, 2023
    Configuration menu
    Copy the full SHA
    b0c9529 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. The memory allocated by AllocateTypeAssociatedMemory is expected to b…

    …e zeroed (CoreCLR does this). The interop source generators depend on this behavior for lazy initialization.
    jkoritzinsky committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    8f29676 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2023

  1. Update src/coreclr/nativeaot/System.Private.CoreLib/src/System/Runtim…

    …e/CompilerServices/RuntimeHelpers.NativeAot.cs
    
    Co-authored-by: Jan Kotas <jkotas@microsoft.com>
    jkoritzinsky and jkotas authored Apr 15, 2023
    Configuration menu
    Copy the full SHA
    d36716d View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Configuration menu
    Copy the full SHA
    60882ba View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Configuration menu
    Copy the full SHA
    48cf6ba View commit details
    Browse the repository at this point in the history