Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dotnet/runtime
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2efa42bc18
Choose a base ref
...
head repository: dotnet/runtime
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ac02b66e41
Choose a head ref
  • 7 commits
  • 90 files changed
  • 10 contributors

Commits on Aug 19, 2023

  1. Events for IL methods without IL headers (#90826)

    * Events for IL methods without IL headers
    
    Dynamically generated methods like UnsafeAccessor
    functions are marked as IL, but don't contain an IL
    header. The lack of header is an indication the IL must
    be generated at runtime.
    
    Co-authored-by: Tlakaelel Axayakatl Ceja <tlakaelel.ceja@microsoft.com>
    AaronRobinsonMSFT and tlakollo authored Aug 19, 2023
    Configuration menu
    Copy the full SHA
    a429b0c View commit details
    Browse the repository at this point in the history
  2. Use Roslyn interceptors feature in binder gen (#90340)

    * Use Roslyn interceptors feature in binder gen
    
    * Fix polymorphic issue and address feedback
    
    * Fix source build issue
    
    * Revert changes to options gen
    
    * Fix
    layomia authored Aug 19, 2023
    Configuration menu
    Copy the full SHA
    a5ff66c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb72e8b View commit details
    Browse the repository at this point in the history
  4. Fix illumos-x64 build (#90846)

    * Fix illumos-x64 build
    
    * Rename macro in tests
    
    Co-authored-by: Jan Kotas <jkotas@microsoft.com>
    am11 and jkotas authored Aug 19, 2023
    Configuration menu
    Copy the full SHA
    a9d74ac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7f47037 View commit details
    Browse the repository at this point in the history
  6. Error out when NativeLib has EventPipe enabled (#90811)

    * Error out when NativeLib has EventPipe enabled
    
    * Update src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Publish.targets
    
    Co-authored-by: Andy Gocke <andy@commentout.net>
    
    * Update src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Publish.targets
    
    Co-authored-by: Jan Kotas <jkotas@microsoft.com>
    
    ---------
    
    Co-authored-by: Andy Gocke <andy@commentout.net>
    Co-authored-by: Jan Kotas <jkotas@microsoft.com>
    3 people authored Aug 19, 2023
    Configuration menu
    Copy the full SHA
    e811599 View commit details
    Browse the repository at this point in the history
  7. Use symbol comparison in CustomMarshallerAttributeAnalyzer (#90850)

    * Use symbol comparison in `CustomMarshallerAttributeAnalyzer`
    
    * Pass SymbolEqualityComparer
    Youssef1313 authored Aug 19, 2023
    Configuration menu
    Copy the full SHA
    ac02b66 View commit details
    Browse the repository at this point in the history
Loading