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: 1e96637
Choose a base ref
...
head repository: dotnet/runtime
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1b47dd9
Choose a head ref
  • 13 commits
  • 60 files changed
  • 15 contributors

Commits on Aug 31, 2021

  1. Configuration menu
    Copy the full SHA
    22b53e8 View commit details
    Browse the repository at this point in the history
  2. Use partial classes instead, mirroring iOS approach (#58361)

    This should give the same output as legacy Xamarin. If it doesn't, I messed up
    
    Co-authored-by: Jo Shields <[email protected]>
    github-actions[bot] and Jo Shields authored Aug 31, 2021
    Configuration menu
    Copy the full SHA
    aaba084 View commit details
    Browse the repository at this point in the history
  3. Fix ep_rt_atomic_compare_exchange_size_t in Mono EventPipe shim. (#58369

    )
    
    ep_rt_atomic_compare_exchange_size_t was always truncated to gint32 on
    Mono 64-bit platforms. This commit use 32 or 64-bit cas version
    depending on SIZEOF_SIZE_T. NOTE, CoreCLR used a template function for
    this and already picks 32 or 64 bit version depending on size of size_t.
    
    ep_rt_atomic_compare_exchange_size_t is currently used to reflect size
    of EventPipe buffer manager buffers and will most likely never need
    more than 2GB of data, but better to fix it and inline with CoreCLR shim
    implementation.
    
    Co-authored-by: lateralusX <[email protected]>
    github-actions[bot] and lateralusX authored Aug 31, 2021
    Configuration menu
    Copy the full SHA
    5ed210c View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

  1. [release/6.0] [mini] Dynamically allocate a buffer for large runtime …

    …invoke results (#58364)
    
    * [mini] Dynamically allocate a buffer for large runtime invoke results
    
    If the return type is a struct that's bigger than our buffer, malloc a
    buffer for it instead of using a fixed-size stack buffer
    
    * Throw nullbyrefreturn exception for non-LLVM dyn invoke
    
    Fixes various tests in InvokeRefReturnNetcoreTests
    
    Co-authored-by: Aleksey Kliger <[email protected]>
    github-actions[bot] and lambdageek authored Sep 1, 2021
    Configuration menu
    Copy the full SHA
    9c8962e View commit details
    Browse the repository at this point in the history
  2. Update dependencies from https://github.com/dotnet/runtime-assets bui…

    …ld 20210830.1 (#58437)
    
    Microsoft.DotNet.CilStrip.Sources , System.ComponentModel.TypeConverter.TestData , System.Drawing.Common.TestData , System.IO.Compression.TestData , System.IO.Packaging.TestData , System.Net.TestData , System.Private.Runtime.UnicodeData , System.Runtime.Numerics.TestData , System.Runtime.TimeZoneData , System.Security.Cryptography.X509Certificates.TestData , System.Windows.Extensions.TestData
     From Version 6.0.0-beta.21425.1 -> To Version 6.0.0-beta.21430.1
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Sep 1, 2021
    Configuration menu
    Copy the full SHA
    cdc7f20 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d228aa9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ad31a8 View commit details
    Browse the repository at this point in the history
  5. [release/6.0] Bring back System.Security.AccessControl package (#57816)

    * Bring back System.Threading.AccessControl pkg
    
    Fixes #54341
    
    * Fix S.Security.Permissions dependencies
    
    * Fix .NETFramework configurations
    
    * Add ILLink Descriptors file to workaround Trimmer removing an interface from a type
    
    * add .LibraryBuild suffix to descriptors file
    
    Co-authored-by: Jose Perez Rodriguez <[email protected]>
    ViktorHofer and joperezr authored Sep 1, 2021
    Configuration menu
    Copy the full SHA
    56894f0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fd2594f View commit details
    Browse the repository at this point in the history
  7. Fix X509ChainElementCollection_CopyTo_NonZeroLowerBound_ThrowsIndexOu…

    …tOfRangeException test on Android (#58489)
    
    It started to fail because the validity of the MicrosoftDotComSslCertBytes expired on 2021-08-29 22:17:02.
    Since this test doesn't need to validate a specific expiration time we can just set the VerificationTime on the chain like we do in other tests.
    
    Fixes #58416
    
    Co-authored-by: Alexander Köplinger <[email protected]>
    github-actions[bot] and akoeplinger authored Sep 1, 2021
    Configuration menu
    Copy the full SHA
    db3f308 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a23a20b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bc4422e View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

  1. [release/6.0] [MonoVM] Fix calculation of code size for AOT assemblie…

    …s mixing JIT and LLVM (#58503)
    
    Co-authored-by: Filip Navara <[email protected]>
    github-actions[bot] and filipnavara authored Sep 2, 2021
    Configuration menu
    Copy the full SHA
    1b47dd9 View commit details
    Browse the repository at this point in the history
Loading