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
2021-07-11W^X support (#54954)Jan Vorlicek
2021-06-18Fix Linux x86 build (#50836)Gleb Balykov
2021-05-13Low level API support for Objective-C interop. (#52146)Aaron Robinson
2021-05-10NSAutoreleasePool instance should be added to all threads. (#52023)Aaron Robinson
2021-04-28Initial support for Hot Reload on ARM (#51902)Tom McDonald
2021-03-12[mono][debugger] Implementing mscordbi to support iCorDebug on mono runtime (...Thays Grazia
2021-02-24Hot reload for xplat change broke DAC (#48672)Mike McLaughlin
2021-02-21Enable Hot Reload API on Linux (#48497)Mike McLaughlin
2021-02-20Fix JIT rolling build (#48552)Adeel Mujahid
2021-02-15Unset FEATURE_EVENTSOURCE_XPLAT in macOS builds (#48244)Sung Yoon Whang
2021-02-05Fix armel build (#47771)Gleb Balykov
2021-02-01Use C EventPipe implementation by default (#47665)John Salem
2021-01-14Prefer ucontext.h over sys/ucontext.h (#46790)Adeel Mujahid
2020-12-15Implementation of full EventPipeDiagnosticServer C library CoreClr shim. (#45...Johan Lorensson
2020-12-02Add OSX arm64 jit. (#45467)Sergey Andreenko
2020-11-13Remove the experimental Utf8String type and tests from the runtime repo (#44574)Tomáš Rylek
2020-09-10Build infra changes to enable building a more universal cross target jit buil...David Wrighton
2020-07-25MacOS managed debugging perf fix (#39804)Mike McLaughlin
2020-06-19Delete FEATURE_APPX (#38112)Jan Kotas
2020-06-19Merge FEATURE_CLASSIC_COMINTEROP into FEATURE_COMINTEROP (#38107)Jan Kotas
2020-05-30Remove built-in WinRT support from the runtime (#36715)Jeremy Koritzinsky
2020-05-27Simple sideloaded profile guided optimization support (#36887)Andy Ayers
2020-05-07Delete FEATURE_CORRUPTING_EXCEPTIONS (#35938)Jan Kotas
2020-03-24Rename TARGET_DARWIN to TARGET_OSX (#33959)Alexander Köplinger
2020-03-18Disable warnings-as-errors for release branches (#33664)Jan Kotas
2020-03-17Implement simple version of On Stack Replacement (OSR) (#32969)Andy Ayers
2020-03-07Implement new COM interop API for RCW/CCW creation/management (#32091)Aaron Robinson
2020-02-25Fix build without FEATURE_EVENT_TRACE (#32746)Adeel Mujahid
2020-02-16Define FEATURE_PROFAPI_ATTACH_DETACH always (#32293)Ilia
2020-02-06Use common CLR_CMAKE_* variables in more places (#31659)Adeel Mujahid
2020-02-01 Rename cross compilation related defines (#2256)Steve MacLean
2020-01-28Add FEATURE_REMOTE_PROC_MEM (#2244)Steve MacLean
2020-01-25Refactor CMake system to allow cross OS DAC compile (#2054)Steve MacLean
2020-01-21Rename CLR_CMAKE_PLATFORM* CLR_CMAKE_HOST* (#1974)Steve MacLean
2019-11-21Implement instantiating and unboxing through portable stublinker code… (#106)David Wrighton
2019-11-06Enable rejit feature on all cpu architectures (dotnet/coreclr#27576)David Mason
2019-11-02Remove FEATURE_VERSIONING_LOG define (dotnet/coreclr#27618)Elinor Fung
2019-10-16Manually managed card bundles windows (dotnet/coreclr#27087)Peter Sollich
2019-10-07Clean up our CMake scripts using features introduced between 3… (dotnet/cor...Jeremy Koritzinsky
2019-10-01Disable nop padding in R2R images and remove jumpstamps from the runtime (dot...David Mason
2019-09-14More PAL cleanup (dotnet/coreclr#26709)Jan Kotas
2019-08-21Rename WIN64EXCEPTIONS to FEATURE_EH_FUNCLETS. (dotnet/coreclr#26220)Sergey Andreenko
2019-08-16Enable MHR support on OSX (dotnet/coreclr#26193)Jan Vorlicek
2019-08-13Rename _WIN64 define to BIT64 (dotnet/coreclr#26080)Jan Kotas
2019-08-09ARM32 out of proc unwind support (dotnet/coreclr#26082)Mike McLaughlin
2019-08-02arm64 out of proc unwind for DAC (dotnet/coreclr#25909)Mike McLaughlin
2019-07-20Arm64 define FEATURE_DATATARGET4 (dotnet/coreclr#25804)Steve MacLean
2019-07-20Revert "Enable MHR support on OSX (dotnet/coreclr#25716)" (dotnet/coreclr#25803)Jan Vorlicek
2019-07-17Enable MHR support on OSX (dotnet/coreclr#25716)Jan Vorlicek
2019-07-04arm64singlestepper (dotnet/coreclr#25512)Steve MacLean