platform/upstream/dotnet/runtime.git
2019-11-24 Calvin BuckleyAllow runtime to be built with C++ on AIX (mono/mono...
2019-11-23 Alexander KöplingerFix warnings in runtime build (mono/mono#17887)
2019-11-23 Alexander Köplinger[netcore] Disable libmonoruntime-support.la build on...
2019-11-22 Alexander Köplinger[netcore] Disable a test which fails on the interpreter
2019-11-22 Alexander KöplingerMake configure.ac and Makefile.am work without certain...
2019-11-22 Zoltan Varga[runtime] Treat calling a non-virtual method through...
2019-11-22 Jonathan ChambersReplace embedded libgc with Unity fork of recent Boehm...
2019-11-22 Filip NavaraFix InternalGetHashCode for boehm/null GC (mono/mono...
2019-11-22 Alexander KöplingerFix automake warning
2019-11-22 Zoltan Varga[wasm] Add aot+netcore support. (mono/mono#17798)
2019-11-22 Egor Bogatov[netcore] Run tests with Interpreter (mono/mono#17862)
2019-11-21 Jay KrellRemove handles/MonoError from Mono.RuntimeGPtrArrayHand...
2019-11-21 Jo ShieldsStop referencing files from Mono BCL in Netcore System...
2019-11-21 Bernhard Urban... [interp] fix array_element_size intrinsic (mono/mono...
2019-11-21 Alexander Köplinger[metadata] Remove native threadpool from netcore build...
2019-11-20 Egor Bogatov[llvm] Recognize GEP (mono/mono#17844)
2019-11-20 Zoltan Varga[interp] Move the freeing of interp method info into...
2019-11-20 Egor Bogatovenable gss on android (mono/mono#17838)
2019-11-20 Alexander Köplinger[debugger-agent] Fix CMD_VM_ALL_THREADS returning wrong...
2019-11-19 dotnet-maestro... [master] Update dependencies from dotnet/arcade dotnet...
2019-11-18 Zoltan Varga[interp] Add some missing netcore intrinsics. (mono...
2019-11-18 Steve PfisterBump corefx to pick up https://github.com/mono/corefx...
2019-11-17 Filip Navara[llvm] Add support for LLVM JIT on ARM64 (mono/mono...
2019-11-15 Nikolay Sivov[mini] Fix NULL pointer crash in mono_decompose_vtype_o...
2019-11-15 Zoltan Varga[runtime] Add MONO_EMPTY_SOURCE_FILE to a couple of...
2019-11-14 Jay KrellRemove handles from System.Diagnostics.Debugger. (mono...
2019-11-13 Zoltan Varga[interp] Add some inline checks from the JIT. (mono...
2019-11-13 Zoltan Varga[runtime] Fix some handle usage in native-library.c...
2019-11-13 Jay KrellRemove handles from ves_icall_System_Array_CanChangePri...
2019-11-13 Thays Grazia[debugger] Assert when async debug a generic method...
2019-11-13 imhameed[llvm] Use explicit null checks with LLVM. (mono/mono...
2019-11-13 Zoltan Varga[wasm] Change netcore support to use a prebuilt corefx...
2019-11-12 Filip NavaraMirror changes from mono/corefx,coreclr (mono/mono...
2019-11-12 Jo ShieldsMove zlib to its own directory, and re-enable subdir...
2019-11-11 Jo ShieldsDelete some LLVM test cases from `make dist` (mono...
2019-11-11 Alexis Christoforides[netcore] Complete Monitor.LockContentionCount implemen...
2019-11-09 Marek SafarFixes build
2019-11-08 Alexander Köplinger[netcore] Fix RuntimePropertyInfo.GetValue() in FullAOT...
2019-11-08 Zoltan Varga[wasm] Bump emscripten. (mono/mono#17748)
2019-11-08 Nathan RicciImplement GC.GetGCMemoryInfo (mono/mono#17607)
2019-11-08 Ryan Lucia[loader] Unmanaged library refactoring and NativeLibrar...
2019-11-08 Ryan Lucia[netcore] Run individual CoreCLR test suites (mono...
2019-11-08 Alexis Christoforides[merp] Remove extraneous waitpid invocation (mono/mono...
2019-11-08 Jo ShieldsMerge pull request mono/mono#17749 from directhex/dotne...
2019-11-08 lateralusXFix Windows LLVM build using new repository structure.
2019-11-07 Zoltan Varga[aot] Improve the aot mangler a bit, handle bool/char...
2019-11-07 Ryan Lucia[netcore] Propagate ALCs through reflection functions...
2019-11-07 Jo Shields[llvm] redirect from mono llvm-mirror fork to dotnet...
2019-11-07 Aleksey Kliger... [profiler] Fix log profiling of native to managed wrapp...
2019-11-07 Thays Grazia[embed] Assert when call mono_runtime_object_init ...
2019-11-07 Jay KrellRemove handles from ves_icall_System_Array_InternalCrea...
2019-11-07 Zoltan Varga[runtime] Fix locking in mono_get_seq_points (). (mono...
2019-11-06 Johan LorenssonSwitch away from Start-Process, Wait-Process in build...
2019-11-06 Johan LorenssonExplicit update/init only LLVM BTLS repro on external...
2019-11-06 Marek Safar[System.Private.CoreLib] Remove unused Array methods
2019-11-06 Jay KrellHandles reduction -- 4 MERP functions. (mono/mono#17711)
2019-11-05 Jay Krellerror_init reduction. (mono/mono#17712)
2019-11-05 Ryan Lucia[loader] Skip the full pinvoke resolution process for...
2019-11-05 Bernhard Urban... [mini] Fix Coverity CID 1455161 & 1455162 (mono/mono...
2019-11-05 Johan LorenssonFix MSVC intellisense for LLVM sources. (mono/mono...
2019-11-05 Johan LorenssonFix correct accumulated time for parallelized jobs...
2019-11-05 Nikolay Sivov[mono] Fix ProcessExit handler argument. (mono/mono...
2019-11-05 Egor Bogatov[netcore] Intrinsify Buffer.IsPrimitiveTypeArray (mono...
2019-11-04 Vlad Brezae[interp] Use GetType instrinsic also on net4x (mono...
2019-11-04 Egor Bogatov[netcore] Copy Array.Clear impl from CoreCLR (mono...
2019-11-04 Filip NavaraIntrinsify Activator.CreateInstance<T> for value types...
2019-11-04 Zoltan Varga[jit] Allow Unsafe.As<TFrom, TTo> on gsharedvt types...
2019-11-04 Bernhard Urban... [interp] use mask instead of bool expression (mono...
2019-11-04 Johan LorenssonMono NetCore Windows only build/test. (mono/mono#17646)
2019-11-04 Egor Bogatov[netcore] Improve Array.CreateInstance (mono/mono#17673)
2019-11-03 Filip Navara[netcore] Improve default constructor lookup, (mono...
2019-11-03 Alexander Köplinger[netcore] Disable shared compilation for System.Private...
2019-11-03 Alexander Köplinger[netcore] Fix strong name key for System.Private.CoreLib
2019-11-03 Alexander Köplinger[netcore] Fix out of tree build for netcore/ folder
2019-11-02 Bernhard Urban... [interp] s/MONO_API_ERROR_INIT/error_init_reuse/g ...
2019-11-02 Zoltan Varga[jit] Call mono_class_setup_fields () before accessing...
2019-11-01 Jay KrellMove MonoError from managed wrappers to native wrappers...
2019-11-01 Zoltan Varga[netcore] Cleanups. (mono/mono#17661)
2019-11-01 Jo Shields[System.Net.Http]: Bring `HttpClient` from CoreFX on...
2019-11-01 Vlad Brezae[interp] Handle remoting field access same as jit ...
2019-11-01 Vlad Brezae[interp] Optimize call path (mono/mono#17623)
2019-11-01 Filip NavaraLower min/max SSE operations on x64 (mono/mono#17536)
2019-11-01 Zoltan Varga[llvm] Fix a case where we treated the dreg of a store_...
2019-10-31 Vlad Brezae[interp] Avoid emitting MINT_SAFEPOINT for every single...
2019-10-31 Jonathan ChambersAvoid caching of System.dll image and types as they...
2019-10-31 Alexander KöplingerFix build
2019-10-31 Vlad Brezae[interp] Fix interp logging (mono/mono#17636)
2019-10-31 Zoltan Varga[runtime] Add a --enable-minimal=threads configure...
2019-10-30 Zoltan Varga[eglib] Assert in g_strlcpy () if src/dest is NULL...
2019-10-30 Jo ShieldsRearrange System.Private.CoreLib for easier monorepo...
2019-10-30 Thays Grazia[dim][regression] Explicit interface override (mono...
2019-10-30 Bernhard Urban... [interp] fix signature mismatch between jit<>interp...
2019-10-30 Marek Safar[System.Private.CoreLib] Remove NativeRuntimeEventSource
2019-10-30 Jay KrellInline TLS access. (mono/mono#17119)
2019-10-30 Zoltan VargaRemove some unused icalls. (mono/mono#17612)
2019-10-30 Filip Navara[netcore] Report errors on Windows CI (mono/mono#17616)
2019-10-30 Zoltan Varga[wasm] Print a useful error message instead of a signat...
2019-10-30 Zoltan Varga[wasm] Fix build problems. (mono/mono#17596)
2019-10-29 Filip NavaraTemporary build fix
2019-10-29 Bernhard Urban... [mini] Initial tiered compilation work (mono/mono#17551)
next