platform/upstream/dotnet/runtime.git
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
2019-05-04 Jérôme Labanmono emscripten double loading issue
2019-05-04 Jérôme LabanWorkaround for second dlopen failure returns non-null
2019-05-04 Jérôme LabanAdd missing include
2019-05-04 Jérôme LabanAdd minimal dl support
2019-05-04 Jérôme LabanEnable dynamic linking support for mono
2019-05-03 Larry EwingMerge pull request mono/mono#14309 from lewing/icall...
2019-05-03 Larry EwingMerge pull request mono/mono#14306 from radical/bump_ms...
2019-05-03 Jo Shields[netcore] Unique Asset Manifest filenames per branch
2019-05-03 Larry EwingOrder the groupings preferentially by length to reduce...
2019-05-03 lateralusXAdd option to restore VS build env from file.
2019-05-03 lateralusXAdd support for cygwin and WSL in helper build scripts.
2019-05-03 lateralusXAdd support to include external build LLVM binaries...
2019-05-03 lateralusXAdd LLVM SDK build/package support for Windows msvc...
2019-05-03 Vlad Brezae[interp] Optimize ldsflda opcode
2019-05-03 Jay Krellld -Bsymboli so dynamic linker does not get betweem...
2019-05-03 Zoltan Varga[runtime] Fix the signature of the AppDomain:DoUnhandle...
2019-05-02 Bernhard Urban[arm] amend stack pointer properly in exception trampol...
2019-05-02 Alexander Kyte[llvm] Widen vector equality (OP_PCMPEQx) (mono/mono...
2019-05-02 Jay KrellMove three trivial threadpool icalls to callers. (mono...
2019-05-02 Jo Shields[netcore] Onboard Arcade (mono/mono#14301)
2019-05-02 Egor Bogatov[netcore] clean up excludes-System.Runtime.Tests.rsp...
2019-05-02 Larry EwingMerge pull request mono/mono#14295 from vargaz/mixed...
2019-05-02 Larry EwingTry out a branching trampoline dispatch
2019-05-01 Zoltan Varga[runtime] Fix some mixed EH problems.
2019-05-01 Zoltan Varga[aot] Avoid passing -march=arm to llc when using thumb...
2019-04-30 lateralusXAdd minimal COM support into WinAOT BCL profile and...
2019-04-29 Larry EwingMerge pull request mono/mono#14199 from kjpou1/wasm...
2019-04-29 Marek SafarMirror changes from mono/coreclr,corefx,corert (mono...
2019-04-28 Jay KrellRemove libgcc_s_seh-1.dll dependency when targeting...
2019-04-27 Vlad Brezae[interp] Optimize enum Hasflag (mono/mono#14173)
2019-04-26 Vlad Brezae[interp] Optimize special static field access (mono...
2019-04-26 Vlad Brezae[interp] Don't change next_jit_code_hash during imethod...
2019-04-26 Zoltan Varga[runtime] Add a python version of the offsets tool...
2019-04-26 Jo Shields[netcore] Avoid touching or using submodules in coreonl...
2019-04-25 Jo Shields[netcore] Smarter version numbering of nupkg (mono...
2019-04-25 Jo Shields[netcore] Fix `make dist` following https://github...
2019-04-25 Jay KrellFix arm32 tailcall_reg/tailcall_membase. (mono/mono...
next