platform/upstream/dotnet/runtime.git
2019-08-09 Alexis Christoforides[merp] Use a separate program as the hang supervisor...
2019-08-09 Ryan Lucia[netcore] Don't return REFERENCE_MISSING in netcore_loa...
2019-08-09 Zoltan VargaMerge pull request mono/mono#16125 from vargaz/wasm...
2019-08-08 Alexander Köplinger[tests] Fix accessing field of MarshalByRefObject in...
2019-08-08 Aleksey Kliger... [perfcounter] Define mono_perfcounter_foreach even...
2019-08-08 imhameed[sdb][interp] Use the interpreter's resume state to...
2019-08-07 imhameed[llvm] Explicitly check for errors when calling LegacyI...
2019-08-07 Ryan LuciaRelax locking (mono/mono#15986)
2019-08-07 Ryan Lucia[netcore] Re-enable IsAssignableFrom test
2019-08-07 Zoltan VargaMerge pull request mono/mono#16085 from kjpou1/wasm...
2019-08-07 Jay KrellThere is no need to zero static data, and it is racy...
2019-08-07 Thays GraziaAllow generating DIM bitcode (mono/mono#16070)
2019-08-07 Alexander Köplinger[utils] Move MAP_ANONYMOUS check after sys/mman.h import
2019-08-07 Aleksey Kliger... [w32socket] Translate ELOOP and ENAMETOOLONG (mono...
2019-08-07 Nikolay Sivov[trace] Improve enter/leave output formatting (mono...
2019-08-07 Nikolay Sivov[win32] Fix some compilation warnings (mono/mono#15956)
2019-08-07 iamphiFix compilation on OSX 10.9 (mono/mono#14411)
2019-08-07 Zoltan Varga[runtime] Fix an autoconf warning. (mono/mono#16078)
2019-08-07 Vlad Brezae[interp] Fix DEBUG_INTERP build (mono/mono#16057)
2019-08-07 Marek SafarRemove code moved to shared partition
2019-08-07 Ryan Lucia[netcore] Set flag for processor arch when parsing...
2019-08-06 Bernhard Urban[arm] respect I1 and I2 on gsharedvt out transition...
2019-08-06 Zoltan VargaMerge pull request mono/mono#16071 from vargaz/wasm...
2019-08-06 Zoltan Varga[wasm] Compile interp.c with -mllvm -join-liveintervals...
2019-08-06 Jay Krell[Coop] Convert mono_object_isinst_icall. (mono/mono...
2019-08-06 coypoopUpdate NetBSD support (mono/mono#15938)
2019-08-06 Ryan Lucia[netcore] Update test exclusions to reflect ALC work...
2019-08-06 Zoltan Varga[netcore] Avoid calling load hooks during AOT.
2019-08-06 Zoltan VargaMerge pull request mono/mono#16058 from vargaz/wasm...
2019-08-06 Ryan Lucia[netcore] Make the load hook ALC-aware (mono/mono#16012)
2019-08-06 Jay KrellUWP now allows LoadLibrary. (mono/mono#16015)
2019-08-06 Zoltan VargaMerge pull request mono/mono#16006 from vargaz/as-gsharedvt
2019-08-05 Jo ShieldsBump version to 6.7 (mono/mono#16031)
2019-08-05 Zoltan Varga[netcore] ifdef out unused icalls/files. (mono/mono...
2019-08-04 Zoltan VargaMerge pull request mono/mono#15640 from vargaz/wasm...
2019-08-03 Zoltan Varga[jit] Avoid asserting on Unsafe.As<T> in gsharedvt...
2019-08-03 Egor Bogatov[netcore] Minor fixes around System.Reflection (mono...
2019-08-03 Ryan Lucia[netcore] Enable ALC loaded_assemblies (mono/mono#15850)
2019-08-03 Zoltan VargaRemove error_init from native icall wrappers since...
2019-08-03 Jb EvainFix usage of mono_debug_get_seq_points to avoid leaks...
2019-08-03 imhameed[llvm] Add support for JIT + LLVM 9.0. (mono/mono#15997)
2019-08-02 Calvin BuckleyEnable MONO_ARCH_EMULATE_FCONV_TO_U4 on PPC (mono/mono...
2019-08-02 Calvin BuckleyDon't use clock_nanosleep on PASE (mono/mono#15988)
2019-08-02 Aleksey Kliger... [netcore] Fix comments in ALC to use Mono terminology...
2019-08-02 Aleksey Kliger... [netcore] Implement referenced assembly resolving and...
2019-08-02 Egor Bogatov[netcore] Use mono-netcore to run real world apps using...
2019-08-02 Egor BogatovMake System.Private.CoreLib.csproj VS friendly (mono...
2019-08-02 Thays Grazia[debugger] Invoke method with fixed size array as an...
2019-08-02 Vlad Brezae[interp] Remove unconditional branches to next instruct...
2019-08-01 Egor Bogatov[netcore] Minor fixes, fix GetTypeTests.GetType_EmptySt...
2019-08-01 Zoltan Varga[netcore] Add a README. (mono/mono#15934)
2019-08-01 Jay KrellBump monolite version. (mono/mono#15969)
2019-08-01 Vlad Brezae[sgen] Fix check-nursery-pinned debug option (mono...
2019-08-01 Filip Navara[jit] Align float/double Nan/Inf to uint conversion...
2019-08-01 Jay KrellSupport proper Windows kernel Unicode thread names...
2019-08-01 Zoltan Varga [wasm] Add normal GC support. (mono/mono#15577)
2019-08-01 Vlad Brezae[marshal] Free delegates with target that are passed...
2019-08-01 Vlad Brezae[mini] Ignore conv.r.un if top of stack is already...
2019-07-31 Jay KrellFactor copy/pasted code into mono_gstring_append_thread...
2019-07-31 Jay KrellRemove error_init from native icall wrappers since...
2019-07-31 Vlad Brezae[tests] Bump sleep for pinvoke3 test (mono/mono#15937)
2019-07-31 Alexander Köplinger[zlib] Fix typo in readme and remove deleted file from...
2019-07-31 Jay KrellUpdate zlib from 1.2.5 to 1.2.11. (mono/mono#15480)
2019-07-31 Zoltan VargaFix the netcore build. (mono/mono#15941)
2019-07-31 Zoltan Varga[runtime] Convert more icalls to use handles. (mono...
2019-07-31 Aleksey Kliger... [threads] Enter GC Unsafe before pumping HP queue in...
2019-07-31 Jay KrellCleanup and resynchronize Thread/InternalThread fields...
2019-07-31 Jay Krellmono_thread_set_name_internal change unreadable boolean...
2019-07-31 Zoltan Varga[jit] Optimize the initialize of MonoError locals....
2019-07-31 Calvin BuckleyUpdate Haiku support (mono/mono#15674)
2019-07-31 coypoopconfigure.ac: Use = as a test(1) operator. (mono/mono...
2019-07-31 Jay KrellSave 64 bytes from most Linux/amd64 interpreter frames...
2019-07-31 Nikolay SivovFix some compiler warnings for Win32/mingw64 build...
2019-07-31 coypoopRemove unused libdl setting (mono/mono#15884)
2019-07-31 coypoopRemove unused declarations (mono/mono#15907)
2019-07-31 Zebediah FiguraAlways marshal a class as a COM interface if it has...
2019-07-31 Zebediah Figura[cominterop] Handle NULL pointers when marshalling...
2019-07-31 Jay KrellFix race condition and use less memory in mono_lookup_i...
2019-07-31 Jay Krell[Coop] Add `TYPED_HANDLE_DECL`. (mono/mono#15909)
2019-07-30 Filip NavaraUpdate CoreFX.issues.rsp (mono/mono#15870)
2019-07-30 Jay Krell[Coop] Convert ves_icall_string_new_wrapper_impl. ...
2019-07-30 Jay Krell[Coop] Convert mono_string_from_byvalwstr_impl. (mono...
2019-07-30 Zoltan Varga[interp] Simplify the main interpreter loop code to...
2019-07-30 Alexander Köplinger[netcore] Replace dl-test-assets.py with msbuild downlo...
2019-07-30 Jay KrellFix warnings. (mono/mono#15768)
2019-07-30 Jay KrellRemove mono_thread_get_name. (mono/mono#15875)
2019-07-29 Jay KrellHANDLE_FUNCTION_RETURN_VAL must not use handles in...
2019-07-29 Jay KrellFix thread name leak in debugger. (mono/mono#15858)
2019-07-29 Jay Krell[Coop] Convert System.Buffer. (mono/mono#15861)
2019-07-27 Vlad Brezae[interp] Optimize ldelema (mono/mono#15846)
2019-07-27 Zoltan Varga[WIP] [runtime] Convert WindowsIdentity.GetRoles (...
2019-07-26 Alexander Köplinger[netcore] Fix building of nupkg (mono/mono#15855)
2019-07-26 Ryan Lucia[netcore] Implement AssemblyLoadContext.GetLoadedAssemb...
2019-07-26 Zoltan Varga[netcore] Add a missing make dependency.
2019-07-25 Aleksey Kliger... [metadata] Fields whose types are gparams with a refere...
2019-07-25 Aleksey Kliger... [tests] Return non-zero exit code from MERP crash test...
2019-07-25 Jay Krell[jit] [x86] Cleanup "_body" and finish conversion to...
2019-07-24 Jay Krellld configure: Add another dash to export-dynamic. ...
2019-07-24 Filip Navara[netcore] Update CoreFX.issues.rsp (mono/mono#15816)
2019-07-24 Aleksey Kliger... [cxx][llvm] Fix C++ build (mono/mono#15807)
next