-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Comparing changes
Open a pull request
base repository: dotnet/runtime
base: 1e96637
head repository: dotnet/runtime
compare: 1b47dd9
- 13 commits
- 60 files changed
- 15 contributors
Commits on Aug 31, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 22b53e8 - Browse repository at this point
Copy the full SHA 22b53e8View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for aaba084 - Browse repository at this point
Copy the full SHA aaba084View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 5ed210c - Browse repository at this point
Copy the full SHA 5ed210cView commit details
Commits on Sep 1, 2021
-
[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]>
Configuration menu - View commit details
-
Copy full SHA for 9c8962e - Browse repository at this point
Copy the full SHA 9c8962eView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for cdc7f20 - Browse repository at this point
Copy the full SHA cdc7f20View commit details -
Remove usage of [AggressiveOptimization] (#58253)
Co-authored-by: Steve Harter <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d228aa9 - Browse repository at this point
Copy the full SHA d228aa9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ad31a8 - Browse repository at this point
Copy the full SHA 5ad31a8View commit details -
[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]>
Configuration menu - View commit details
-
Copy full SHA for 56894f0 - Browse repository at this point
Copy the full SHA 56894f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd2594f - Browse repository at this point
Copy the full SHA fd2594fView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for db3f308 - Browse repository at this point
Copy the full SHA db3f308View commit details -
Configuration menu - View commit details
-
Copy full SHA for a23a20b - Browse repository at this point
Copy the full SHA a23a20bView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc4422e - Browse repository at this point
Copy the full SHA bc4422eView commit details
Commits on Sep 2, 2021
-
[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]>
Configuration menu - View commit details
-
Copy full SHA for 1b47dd9 - Browse repository at this point
Copy the full SHA 1b47dd9View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1e96637...1b47dd9