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
path: root/src
AgeCommit message (Expand)Author
2020-02-12adding outerBuild\InnerBuild structure for generate reference source (#31892)Anirudh Agnihotry
2020-02-12Add basic RIDs for ios and tvos (#31953)Marek Safar
2020-02-12Bring back T4 templating service for tt files (#32172)Viktor Hofer
2020-02-12Disable constantly failing NetworkInformation test (#32176)Viktor Hofer
2020-02-12Restructure shared http code (#32141)Chris Ross
2020-02-12Fix AppDomain.SetPrincipalPolicy bug for new threads (#32104)Marco Rossignoli
2020-02-12Move getFieldInfo to CorInfoImpl.ReadyToRun (#32159)Tomáš Rylek
2020-02-12Simplify signature context management in Crossgen2 (#32158)Tomáš Rylek
2020-02-12[runtime] Call mono_stack_mark_record_size () only in a checked build, its sl...monojenkins
2020-02-12Unify int to hexadecimal char conversions (#1273)Marek Safar
2020-02-12[utils] Add unused attribute to fix warning in checked-build.c (#32138)Ryan Lucia
2020-02-12[jit] Add an #ifdef around MONO_CPU_WASM_SIMD. (#32014)monojenkins
2020-02-12Actually enables IOV features in createdump (#31782)Next Turn
2020-02-12Revert "Display stack trace at stack overflow (#31956)" (#32153)Santiago Fernandez Madero
2020-02-12Replace default(T) != null with typeof(T).IsValueType (#32098)Levi Broderick
2020-02-12Unix: Default to a users-specific temp directory for extracting single-file a...Swaroop Sridhar
2020-02-12Introduce native AssemblyLoadContext base class (#32097)Jan Kotas
2020-02-12Eliminate duplicate zero initializations more aggressively. (#31960)Eugene Rozenfeld
2020-02-12Merge pull request #32095 from nattress/ResourceStringsSimon Nattress
2020-02-12Remove BMI2 intrinsics from ASCII and UTF-8 transcoding logic (#31904)Levi Broderick
2020-02-12[mono] Implement Sse2.AddSaturate using LLVM (#32116)Egor Bogatov
2020-02-12Update shared Http3 code (#32133)Justin Kotalik
2020-02-12[mono] Change library id to @rpath/libcoreclr.dylib when copying (#32135)Ryan Lucia
2020-02-12Implement QUIC abort exceptions, fix channel usage, and implement some tests....Cory Nelson
2020-02-12Enable building Mono LLVM osx-x64 NuGets (#32092)Filip Navara
2020-02-12Merge pull request #2259 from steveharter/NewConverterModelSteve Harter
2020-02-12Make FPU settings configurable for installer (#32053)Adeel Mujahid
2020-02-11adding binlog and removing genrateRuntimeOSprops (#31945)Anirudh Agnihotry
2020-02-11Fix native CoreCLR build with special feature flags used by Tizen (#32119)Tomáš Rylek
2020-02-11[runtime] Simplify access to runtime TLS variables when DISABLE_THREADS is de...monojenkins
2020-02-11New converter model additional refactoring and feedbackSteve Harter
2020-02-11A few small jit changes. (#31816)Sergey Andreenko
2020-02-11Fix build warnings (#32122)Next Turn
2020-02-11SmtpClientTest: disable TestZeroTimeout (#32099)Tom Deseyn
2020-02-11Special-case two set loops in RegexCompiler (#32003)Stephen Toub
2020-02-11[mini] Wrap check for debug info enabled in ENABLE_NETCORE in all places (#32...monojenkins
2020-02-11Add mono offsets-tool for generating cross-compiler offsets (#32110)Alexander Köplinger
2020-02-11[interp] reclaim stack fragments when not used. (#32022)monojenkins
2020-02-11[cross] support arm-linux-gnueabihf cross compiling with netcore (#31803)monojenkins
2020-02-11[mono] Allow the use of an override directory for LLVM. (#32070)imhameed
2020-02-11Add volatile for cross thread communication. (#31964)monojenkins
2020-02-11Move crossgen2 user-facing strings to resxSimon Nattress
2020-02-11Annotate System.Security.Cryptography.Algorithms for nullable (#2375)buyaa-n
2020-02-11Use ref for stream event in System.Net.Quic (#32086)Justin Kotalik
2020-02-11Build failed due to -Werror option (#32040)Kirill Frolov
2020-02-11Crossgen2: ensure base address >= 4 GiB for 64-bit Windows targets (#32064)Anton Lapounov
2020-02-11Tighten up some SSE2 ASCII + UTF-16 transcoding logic (#32036)Levi Broderick
2020-02-11Fix infinite loop in string.Replace (#31946)Levi Broderick
2020-02-11Rename CoreCLR runtime R2R section names to match Crossgen2 naming (#32084)Tomáš Rylek
2020-02-11Set azure devops variable if any package reports are found and skip copy pack...Santiago Fernandez Madero