Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-24Use BOOL (vs. bool) in event pipe qcall signatures (#74481)github-actions[bot]
2022-08-24Add faster DAC EnumMemoryRegion option with less memory usage (#74300) (#74464)Mike McLaughlin
2022-08-24[release/7.0] Fix issues found in recent Int128 ABI change (#74460)github-actions[bot]
2022-08-24Fix write barriers in NativeAOT (#74455)github-actions[bot]
2022-08-21[release/7.0-rc1] Fix loading of R2R assemblies from byte arrays/streams (#74...github-actions[bot]
2022-08-21[release/7.0-rc1] Fix one more Crossgen2 field layout mismatch with runtime (...github-actions[bot]
2022-08-20[release/7.0-rc1] Disable matching constants for vectors that needs upper hal...github-actions[bot]
2022-08-20Don't track current field of state machines (#74216)github-actions[bot]
2022-08-20[release/7.0-rc1] Add a way to suppress all trimming warnings (#74220)github-actions[bot]
2022-08-20Don't NativeAOT crossgen on ARM64 (#74221)github-actions[bot]
2022-08-20[release/7.0-rc1] Disable Int128 use in by value ABI scenarios, and fix field...github-actions[bot]
2022-08-18[release/7.0-rc1] [NativeAOT] Add method parameter names to stack trace if av...github-actions[bot]
2022-08-18[release/7.0-rc1] Fix auto layout algorithm to compute structure alignment co...github-actions[bot]
2022-08-18Vectorize {Last}IndexOf{Any}{Except} without code duplication (#73768) (#74086)Adam Sitnik
2022-08-17Don't set PublishAot in SDK by default (#74048)github-actions[bot]
2022-08-16fix formatting of arm/arm64 addresses (#73967)Kunal Pathak
2022-08-16Publish ILC as a trimmed+R2R+singlefile executable (#73987)Michal Strehovský
2022-08-16Warn if runtimeconfig.template.json is used with PublishAot (#73996)Michal Strehovský
2022-08-16Improve failure mode when PublishSingleFile and PublishAot are specified toge...Michal Strehovský
2022-08-16Fix handling of corrupted state exceptions on Windows (#73889)Anton Lapounov
2022-08-16Fix another PublishAot incrementality issue (#73994)Michal Strehovský
2022-08-16Make PublishAot properly incremental (#73989)Michal Strehovský
2022-08-16Fix finding the Python location if the %TEMP% path contains a space (#72683)Morgan Creekmore
2022-08-16Add generation of structured object file dumps (#73913)Michal Strehovský
2022-08-16Clean up AOT publish process (#73416)Lakshan Fernando
2022-08-16Update runtime repo to use Preview 7 SDK (#72145)Andy Gocke
2022-08-15NativeAOT: Guarded devirtualization (#64497)Egor Bogatov
2022-08-15Show address offsets in hex (#73816)Kunal Pathak
2022-08-15Fix unnecessary failure when Crossgen'ing dll's without proper Debug Director...Ivan Diaz Sanchez
2022-08-15Add support for `<TrimmerRootDescriptor>` (#73935)Michal Strehovský
2022-08-15Repoint urls in docs (#73766)N0D4N
2022-08-14[NativeAOT] Fix a stress crash in thread detach at process shutdown. (#73912)Vladimir Sadov
2022-08-14Copy the string instead of returning different pointers (#73795)Andrew Au
2022-08-14Fix and simplify __has_builtin conditions (#73905)Adeel Mujahid
2022-08-14Fix arm64 scalar intrinsic use with small arguments (#73876)Bruce Forstall
2022-08-13More updates for recent compiler changes for ref fields (#73883)Charles Stoner
2022-08-13Fix ASAN-detected alloc-dealloc mismatch (#73820)Jeremy Koritzinsky
2022-08-13Optimize `AssemblyLoadContext.LoadFromStream` and fix partial reads. (#72783)Theodore Tsirpanis
2022-08-13[NativeAOT] Follow up changes for the suspension loop routine. (#73741)Vladimir Sadov
2022-08-13Support void* to UIntPtr parameter conversion for Invoked method (#73748)Buyaa Namnan
2022-08-13JIT: Fix STORE_DYN_BLK morphing (#73844)Jakob Botsch Nielsen
2022-08-12Remove executable bits from generated shared libs (#73686)Adeel Mujahid
2022-08-12Fix component model aot test (#73734)Lakshan Fernando
2022-08-12Ensure partial Vector256 acceleration is still possible on AVX only hardware ...Tanner Gooding
2022-08-12Add FEATURE_READONLY_GS_COOKIE for NativeAOT (#73744)Caleb Cornett
2022-08-12Prevent devirtualization into unallocated types (#73839)Michal Strehovský
2022-08-12Fix repro project for Release builds (#73836)Michal Strehovský
2022-08-12Copy default value back when Missing.Value is provided as argument (#73670)Buyaa Namnan
2022-08-11Fix handling of no metadata type (#73759)Michal Strehovský
2022-08-11Update cmake endif statement (#73787)Tom McDonald