platform/upstream/dotnet/runtime.git
2019-07-22 Alexander KöplingerAdd more tests to tarball with EXTRA_DIST
2019-07-22 Aleksey Kliger... [netcore] Re-enable AssemblyGetForwardedTypesLoadFailur...
2019-07-19 Maxim Lipnin[netcore] Make System.Linq.Expressions.Tests.BindTests...
2019-07-19 Jay KrellRemove mono_arch_free_jit_tls_data. (mono/mono#15662)
2019-07-19 Ryan Lucia[netcore] Implement Thread.CurrentOSThreadId (mono...
2019-07-19 Alexander Köplinger[metadata] Fix name of header file
2019-07-19 Egor Bogatov[netcore] Fix CI failures (mono/mono#15745)
2019-07-19 Bernhard Urban[ios] Switch to python offset tool (mono/mono#15744)
2019-07-19 Aleksey Kliger... [netcore] Pass ALC in second loader request in load_ref...
2019-07-19 Vlad Brezae[glib] Use clock_nanosleep if available (mono/mono...
2019-07-19 Aleksey Kliger... [loader] Pass ALC to mono_domain_loaded_internal, and...
2019-07-19 Larry EwingMerge pull request mono/mono#15704 from lewing/bump...
2019-07-18 Aleksey Kliger... [mini] Runtime check if boxing is needed for DIM constr...
2019-07-18 imhameed[interp] Use correctly-sized writes and reads in Unsafe...
2019-07-18 Maxim Lipnin[netcore] Clean up rsp-file (mono/mono#15700)
2019-07-18 Egor Bogatov[netcore] Revise items in CoreFX.issues.rsp (mono/mono...
2019-07-17 Aleksey Kliger... [loader] Add MonoAssemblyLoadContext; stop sharing...
2019-07-17 Jay KrellFix leaks in mono_lookup_internal_call_full_with_flags...
2019-07-17 Jay Krellconfigure/makefile To support updating zlib to 1.2...
2019-07-17 Ryan LuciaPrint two bytes at a time in mono_pe_file_map conversio...
2019-07-17 Alexander KöplingerAdd com.apple.security.cs.allow-unsigned-executable...
2019-07-17 Larry EwingMerge pull request mono/mono#15713 from lewing/sdk...
2019-07-17 Filip Navara[netcore] Clear system last error before P/Invoke calls...
2019-07-17 Zoltan Varga[runtime] Fix the error message for exceptions created...
2019-07-16 Zoltan Varga[interp] Make the code GC safe on wasm. (mono/mono...
2019-07-16 Jay KrellFix use of freed memory. (mono/mono#15660)
2019-07-16 Aleksey Kliger... [netcore] Use the strict loader (mono/mono#15668)
2019-07-16 Filip Navara[netcore] Ignore public key when matching assemblies...
2019-07-15 Thays Grazia[debugger] Don't list finalizer gc thread if it's not...
2019-07-15 Jay KrellFix leak in create_runtime_invoke_info when mono_class_...
2019-07-15 Jay KrellTrim mono_mini_arch_lock, mono_mini_arch_unlock, mini_a...
2019-07-14 Bernhard Urban[llvm] avoid FP elimination on iOS/armv7 (mono/mono...
2019-07-13 Aleksey Kliger... Add configure flag to disable GAC support; disable...
2019-07-12 Larry EwingMerge pull request mono/mono#10202 from Unity-Technolog...
2019-07-12 Alexander Köplinger[ci] Upload mac-entitlements.plist to azure when upload...
2019-07-12 Jo ShieldsAdd hardened runtime testing to Catalina lane (mono...
2019-07-12 Jay Krellextern "C" reduction. (mono/mono#15634)
2019-07-12 Zoltan Varga[jit] Fix the devirt of EqualityComparer<byte>. (mono...
2019-07-11 Egor Bogatov[netcore] Do not inline ThrowHelpers, fix SkipFrames...
2019-07-11 Egor Bogatov[netcore] Fix IsAssignableFrom (mono/mono#15641)
2019-07-11 Zebediah Figura[metadata] Respect unmanaged calling conventions in...
2019-07-11 Calvin BuckleyMisc AIX/PASE tweaks (mono/mono#15651)
2019-07-11 Jay KrellRemove configure cruft -- Interlocked and GetProcessId...
2019-07-11 Jay KrellCleanup mono_threads_platform_get_stack_bounds. (mono...
2019-07-10 Thays Grazia[debugger] Add intrinsic for creating a byte array...
2019-07-10 Vlad Brezae[interp] Add JitHelper intrins for enum comparison...
2019-07-10 Ryan Lucia[netcore] Don't default to mscorlib in Assembly.GetType...
2019-07-10 Jay KrellRemove quadratic behavior from g_strconcat. (mono/mono...
2019-07-10 Jay KrellFix warning: unused function get_address_from_sockaddr...
2019-07-10 Jay KrellProvide g_strnlen to replace strnlen for portability...
2019-07-09 Zoltan Varga[interp] Avoid declaring MonoError's in interp_exec_met...
2019-07-09 Thays Grazia[debugger] Update client thread frames after SetIP...
2019-07-09 Zoltan Varga[jit] Add support for valuetype arguments to gsharedvt...
2019-07-09 Egor Bogatov[netcore] Fix netcore CI lane (mono/mono#15627)
2019-07-09 Zoltan VargaRemove support for llvm36, its not used anymore. (mono...
2019-07-09 Jay Krell[profiler] Fix printf bug -- char* vs. MonoString*...
2019-07-09 Jay Krell[jit] [x86] [amd64] Cleanup with x86_byte() (mono/mono...
2019-07-09 Jay KrellAccess mini_debug_options directly within the runtime...
2019-07-09 Jay KrellDisable check-seq-points test. (mono/mono#15623)
2019-07-08 Jay Krellruntime.h remove extern "C" and distribute normally...
2019-07-08 Johan LorenssonAlign native_handle open/close for MonoThreadInfo/MonoI...
2019-07-08 Zoltan Varga[runtime] Implement mono_verifier_class_is_valid_generi...
2019-07-08 Jay Krellmono_native_tls_get_value that does not change LastErro...
2019-07-08 Jay KrellInline GetLastError and SetLastError. (mono/mono#15560)
2019-07-07 Egor Bogatov[netcore] Throw ICE for Array.Copy(object[], enum[...
2019-07-06 Ryan LuciaConvert dl-test-assets.py to Python 3 (mono/mono#15524)
2019-07-06 Jay KrellCleanup zlib-helper.c allocations -- move integer overf...
2019-07-06 Zoltan Varga[jit] Add missing float conv.u8.ovf.un conversion....
2019-07-05 Jay KrellDistribute sgen-dynarray.h via source, not EXTRA_DIST...
2019-07-05 Jay KrellRemove extra explicit dist. (mono/mono#15557)
2019-07-05 Alexander Köplinger[netcore] Read NETCORETESTS_VERSION and NETCOREAPP_VERS...
2019-07-05 Egor Bogatov[netcore] CI work, add rsp for Windows (mono/mono#15549)
2019-07-05 Jay KrellLink with -z now or -bind_at_load. (mono/mono#14562)
2019-07-05 Jay KrellReadonly codemanager callbacks. (mono/mono#15538)
2019-07-05 Jay KrellMake thread locals just always extern. (mono/mono#15563)
2019-07-05 Jay KrellWin32 zlib support. (mono/mono#15509)
2019-07-05 Johan LorenssonInterpreter reads last error to late after pinvoke...
2019-07-04 Jay KrellDo not compile metadata support/compress.c. (mono/mono...
2019-07-04 Maxim Lipnin[netcore] Make System.Reflection.Tests.TypeTests.GetEnu...
2019-07-03 Jay KrellMake sure TLS (thread local storage) is always TLS...
2019-07-03 Thays Grazia[debugger][wasm] Display content of "this" (mono/mono...
2019-07-03 Vlad Brezae[interp] Simplify MINT_NEWOBJ_ARRAY
2019-07-03 Vlad Brezae[interp] Make newarr lockfree
2019-07-03 Johan LorenssonAbort async suspend request on failure doing preemptive...
2019-07-03 Jay KrellHAVE_DL_LOADER is never used so remove it. (mono/mono...
2019-07-03 Jay KrellAC_DEFINE instead of AC_SUBST MONO_DL_NEED_USCORE....
2019-07-03 Jay KrellDo not compile unused support/uncompr.c. (mono/mono...
2019-07-03 Egor Bogatov[netcore] Clean up CoreFX.issues.rsp (mono/mono#15526)
2019-07-02 Jay KrellCorrect MONO_DL_NEED_USCORE for C++, and memcpy is...
2019-07-02 Johan LorenssonAdd support for TLS callbacks on Windows. (mono/mono...
2019-07-02 Bernhard Urban[stats] distinguish between mini and LLVM AOT method...
2019-07-02 Zoltan Varga[netcore] Remove some unused SRE icalls. (mono/mono...
2019-07-02 Jay KrellFix const warning. (mono/mono#15478)
2019-07-02 Jay KrellMake codeman not public (mono/mono#15415)
2019-07-02 Zoltan VargaAdd back some stubs for the non-threads build.
2019-07-02 Zoltan Varga[wasm] Implement pthreads support in the runtime.
2019-07-02 Zoltan Varga[runtime] Disable a a AC_TRY_RUN when cross-compiling.
2019-07-02 Steve Pfister[netcore] Remove IsByRef check on Reflection.Emit.Dynam...
2019-07-01 Johan LorenssonDisable zlib on mingw Windows build to avoid dependency...
2019-07-01 Marek Safar[netcore] Bump Roslyn
next