platform/upstream/dotnet/runtime.git
2019-05-31 Ryan Lucia[coop] Add GC safe transitions around blocking OS API...
2019-05-31 Jo ShieldsBump version to 6.5.0 (mono/mono#14728)
2019-05-31 Aleksey Kliger[metadata] Mark mono_type_is_generic_parameter as a...
2019-05-31 Vlad Brezae[marshal] Fix race between delegate marshaling and...
2019-05-31 Steve PfisterMerge pull request mono/mono#14325 from HebaruSan/fix...
2019-05-30 Ryan LuciaBatch of runtime warning fixes on Darwin (mono/mono...
2019-05-30 Jay KrellRemove JIT icall hashing by name and AOT JIT icall...
2019-05-30 Jo Shields[netcore] Add a metapackage for all supported runtimes
2019-05-29 Jay Krellmono_mempool_alloc0: Don't give up the rest of the...
2019-05-29 Egor Bogatovbump roslyn
2019-05-29 Rich LanderUpdate THIRD-PARTY-NOTICES.TXT
2019-05-29 Rich LanderCreate THIRD-PARTY-NOTICES.TXT
2019-05-29 Rich LanderCreate THIRD-PARTY-NOTICES.TXT
2019-05-29 Vlad Brezae[interp] Make --interp= not override last set execution...
2019-05-29 Katelyn GaddInfrastructure support / fixes for making compiler...
2019-05-28 Vlad Brezae[interp] Share more wrappers for different interp in...
2019-05-28 Aleksey Kliger... [sdks] Build static binaries for Android SDK and LLVM...
2019-05-27 Johan LorenssonReduce stack size used by interpreter frame on Windows...
2019-05-27 Jay KrellIntroduce g_static_assert. (mono/mono#14651)
2019-05-27 Jay Krellwarning: 'emit_load' defined but not used [-Wunused...
2019-05-27 Johan LorenssonMerge pull request mono/mono#14628 from lateralusX...
2019-05-27 Marek SafarBump roslyn dependency
2019-05-27 Alexander KöplingerAdd missing new files to Makefile.am, fix tarball build...
2019-05-27 lateralusXReview feedback.
2019-05-26 Jay KrellWiden MonoJumpInfo union to pointer-sized so mono_add_p...
2019-05-25 Jay KrellRemove MONO_PATCH_INFO_METHOD_REL. (mono/mono#14643)
2019-05-25 Zoltan Varga[jit] Also allow System.Runtime.CompilerServices.Unsafe...
2019-05-25 Alexander Kyte[build] Provide in-tree llvm to mono correctly (mono...
2019-05-24 Ryan Lucia[coop] Transition various public APIs into an external...
2019-05-24 Alexander Kyte[llvm] Use CoreCLR GC interop configuration (mono/mono...
2019-05-24 Jay KrellCleanup: load_function_full -- avoid a string alloc...
2019-05-24 Ryan LuciaFix build warning for orig_method (mono/mono#14603)
2019-05-24 Zoltan Varga[llvm] Remove JIT support for older llvm versions....
2019-05-24 Aleksey Kliger... [merp] Don't leak g_getenv return value (mono/mono...
2019-05-24 Vlad Brezae[interp] Fix warning with coverity (mono/mono#14613)
2019-05-24 Alexander Kyte[merp] Add assertions against initing dumper from signa...
2019-05-24 lateralusXFix interpreter mini regression test on Windows x64.
2019-05-24 Jay Krell[loaded LLVM] Add several missing MONO_LLVM_INTERNAL...
2019-05-24 Jay KrellMake function pointers readonly. (mono/mono#14470)
2019-05-23 Bernhard Urban[interp] set correct stack type on op_Implicit/op_Expli...
2019-05-23 monojenkins[Android] Fix runtime loading of DSOs for 64-bit proces...
2019-05-23 Bernhard Urban[netcore] add some intrinsics for interpreter (mono...
2019-05-23 Johan LorenssonMerge pull request mono/mono#14549 from lateralusX...
2019-05-23 Jay KrellFix decoding of WRAPPER_SUBTYPE_ICALL_WRAPPER and WRAPP...
2019-05-23 Jay KrellFix warning: (mono/mono#14529)
2019-05-23 Marius UngureanuPlug leak of CustomAttribute initializer name (mono...
2019-05-23 Larry EwingMerge pull request mono/mono#14552 from lewurm/interp...
2019-05-22 Jay KrellClose two race conditions. (mono/mono#14510)
2019-05-22 Bernhard Urban[driver] add --version=number (mono/mono#14538)
2019-05-22 Jay KrellMore information to PowerPC assertion failure. (mono...
2019-05-22 Jay KrellAdd more information to a stackless faulting community...
2019-05-22 Jay Krell[PowerPC] Fix compile error. (mono/mono#14564)
2019-05-22 Egor Bogatov[netcore] Add Microsoft.Private.CoreFx.OOB package...
2019-05-22 Egor Bogatov[netcore] Set System.Private.Corlib AssemblyVersion...
2019-05-22 Egor Bogatov[netcore] Fix PointerTests (mono/mono#14557)
2019-05-22 Zoltan Varga[jit] Fix signed/unsigned comparisons in JitHelpers...
2019-05-21 Jay KrellMONO_PATCH_INFO_JIT_ICALL cleanup (mono/mono#14545)
2019-05-21 Alexander Kyte[crash] Don't waitpid() if fork() fails (mono/mono...
2019-05-21 Alexander Kyte[crash] Handle OOM/blocked allocation during crash...
2019-05-21 Bernhard Urban[interp] add missing enum check on constrained callvirt
2019-05-21 Jay KrellInitial icall-def.h / icall-def-netcore.h split. (mono...
2019-05-21 lateralusXAdd ability to use cooperative suspend in configure...
2019-05-21 Martin BauligRemoving some remoting and multi-appdomain APIs on...
2019-05-21 Jay KrellReplace string/hash-based MONO_PATCH_INFO_JIT_ICALL...
2019-05-20 Marius UngureanuFix leak in mono_parse_options (mono/mono#14533)
2019-05-20 Zoltan Varga[llvm] Fix patching of calls from LLVM JITted code...
2019-05-20 Bernhard Urban[arm] one more attempt to fix slotsize issue on llvmonl...
2019-05-19 Jay KrellWork toward JIT icall hash removal. (mono/mono#14508)
2019-05-19 Egor Bogatov[netcore] Merge all *.rsp files into CoreFX.issues...
2019-05-19 Egor Bogatov[netcore] Fix Math.ILogB corner cases (mono/mono#14500)
2019-05-19 Egor Bogatov[netcore] Respect attributes defined on parameters...
2019-05-19 Jay KrellMake mono_jit_icall_info MONO_LLVM_INTERNAL. (mono...
2019-05-18 Jay KrellAdd missing dependency on $(srcdir)/genmdesc.py. (mono...
2019-05-18 Larry EwingMerge pull request mono/mono#14490 from vargaz/bump...
2019-05-18 Bernhard Urban[interp] disable inlining for built-in types (mono...
2019-05-18 Jay KrellReduce JIT icall hash use. (mono/mono#14507)
2019-05-17 Larry EwingMerge pull request mono/mono#14488 from jeromelaban...
2019-05-17 Johan LorenssonMerge pull request mono/mono#14498 from lateralusX...
2019-05-17 Zoltan Varga[wasm] Avoid sharing C icall functions between icalls...
2019-05-17 Jo Shields[netcore] Build/upload Windows runtime nupkg (mono...
2019-05-16 Jay KrellWork towards removing JIT icall hashing. (mono/mono...
2019-05-16 lateralusXFix Windows Mono LLVM build error on nightly master...
2019-05-15 Filip Navara[netcore] Exclude some unused icalls (mono/mono#14475)
2019-05-15 Jay KrellMake genmdesc output better typed and more readable...
2019-05-14 Jay KrellAdd two asserts to mono_emit_jit_icall. (mono/mono...
2019-05-13 Alexander Kyte[merp] Add an env var to disable all mono_crash files...
2019-05-12 Angelo Compagnucciconfigure: check for c++ availability (mono/mono#14461)
2019-05-12 Jay KrellConvert rest of JIT icall registration to static info...
2019-05-11 Egor Bogatovhide props
2019-05-10 Bernhard Urban[arm64] set MONO_ARCH_HAVE_UNWIND_BACKTRACE for watch4...
2019-05-10 Jay KrellRemove some malloc from JIT icall registration. (mono...
2019-05-10 Johan LorenssonMerge pull request mono/mono#14425 from lateralusX...
2019-05-10 Johan LorenssonMerge pull request mono/mono#14332 from lateralusX...
2019-05-10 Filip Navara[netcore] Enable MSVC builds of Mono w/ ENABLE_NETCORE...
2019-05-10 Ryan LuciaFix minor build warning (mono/mono#14426)
2019-05-10 Zoltan Varga[corlib] Change the RuntimeModule.GetGuid and RuntimeAs...
2019-05-09 Jay KrellDo not allocate handles in ReleaseMutex. (mono/mono...
2019-05-09 lateralusXAdd log profiler support to Mono MSVC build.
2019-05-09 Egor Bogatov[netcore] Fix HideDetectionHappensBeforeBindingFlagChec...
2019-05-09 Bernhard Urban[metadata] use handle stack in mono_runtime_object_init...
next