platform/upstream/dotnet/runtime.git
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 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...
2019-05-09 Jay KrellUsually do not create a handle in mono_runtime_invoke_h...
2019-05-09 Egor Bogatov[netcore] Set of workarounds for ArrayTests (mono/mono...
2019-05-09 Jay KrellMechanize strings in marshal.c register_icall and clean...
2019-05-09 Jay KrellIntroduce enum and static data for JIT icalls, that...
2019-05-08 Ryan Lucia[gitignore] Add crash dump files, .dylib.dSYM directori...
2019-05-08 Larry EwingMerge pull request mono/mono#14203 from kjpou1/wasm...
2019-05-08 Bernhard Urban[llvmonly] make local copy of trace_ips pointer from...
2019-05-08 Zoltan Varga[runtime] Use MAP_JIT automatically when running under...
2019-05-08 Jay KrellMechanize strings in mini-runtime.c register_jit_icall...
2019-05-08 Zoltan Varga[interp] Add tracing support. Return values are not...
2019-05-07 Jo ShieldsDon't apply MONO_ATTR_FORMAT_PRINTF to mono_error_set_a...
2019-05-07 Jo ShieldsRemapping should affect GAC search paths considered...
2019-05-07 Larry EwingMerge pull request mono/mono#14370 from lewing/mixed...
2019-05-07 Johan LorenssonMerge pull request mono/mono#14375 from lateralusX...
2019-05-07 Bernhard Urban[arm] fix armv7k regression on struct passing (mono...
2019-05-07 lateralusXMutex memory leak on sgen GC (nursery, major).
2019-05-06 Jay KrellMechanize strings in cominterop register_jit_icall...
2019-05-06 Jay KrellMechanize strings in remoting.c register_icall. (mono...
2019-05-06 Thays GraziaA deadlock happens when during a process_suspend there...
2019-05-06 Jay KrellMake mono_fmod extern "C and not static, to simplify...
2019-05-06 pedestrianloveRemove special casing (mono/mono#14155)
2019-05-05 Larry EwingMerge pull request mono/mono#14259 from jeromelaban...
2019-05-04 lateralusXAdd execute permissions on build scripts.
2019-05-04 Larry EwingMerge pull request mono/mono#14331 from BrzVlad/feature...
2019-05-04 Egor Bogatov[netcore] Fix CreateInstance_PublicOnlyValueTypeWithPri...
2019-05-04 Larry EwingMerge pull request mono/mono#14340 from lewing/wasm...
2019-05-04 Jérôme LabanRegenerate m2n trampolines
2019-05-04 Jérôme LabanAdjust indentation
2019-05-04 Jérôme LabanAdd vifffff and viffffff trampolines
2019-05-04 Jérôme LabanMake wasm dlopen use only for release-dynamic configuration
2019-05-04 Jérôme LabanMake libmono_icall_table_la_LIBADD and libmono_ilgen_la...
2019-05-04 Jérôme LabanFix indentation, spacing.
2019-05-04 Jérôme LabanGenerate m2n after update
2019-05-04 Jérôme LabanFix indentation
2019-05-04 Jérôme LabanAdd more driver cookies
next