platform/upstream/dotnet/runtime.git
2019-10-21 Jay Krell[Coop] Unconvert Microsoft.Win32.NativeMethods. (mono...
2019-10-21 Zoltan Varga[interp] Small fixes. (mono/mono#17442)
2019-10-20 Filip Navara[netcore] Implement Array.GetElementSize as intrinsic...
2019-10-20 Filip Navara[netcore] Remove unused code for Array.Unsafe[Mov/Load...
2019-10-20 Filip NavaraUse correct variable in mini_get_cpu_features (mono...
2019-10-20 Filip NavaraRemove dead code left out in mono/mono#17341 (mono...
2019-10-19 Jay Krell[jit][x86][cxx] int/ptr casts in mini-x86.c (mono/mono...
2019-10-19 Jay KrellReplace ICALL_DECL_EXPORT with ICALL_EXPORT. They are...
2019-10-18 Aleksey Kliger... [bcl] Add null reference checks to Interlocked.Exchange...
2019-10-18 Jay Krell[cxx] [wasm] int/ptr casts esp. m2n-gen. (mono/mono...
2019-10-18 imhameedMerge pull request mono/mono#17279 from imhameed/bug...
2019-10-18 Alex Rønne... Some updates to make RISC-V buildable again. (mono...
2019-10-18 Vlad Brezae[profiler] Fix coverage profiler on macos (mono/mono...
2019-10-18 Jay Krell[interp][wasm] Remove more varargs to conserve stack...
2019-10-17 Egor BogatovEnable GSS on Linux and Android (mono/mono#17223)
2019-10-17 Vlad Brezae[interp] Constant folding for integers (mono/mono#17362)
2019-10-17 Jay Krell[cxx] Int vs. enum, static for efficiency, cleanup...
2019-10-17 Jay Krell[cxx][x86] int/ptr casts. (mono/mono#17345)
2019-10-17 Vlad Brezae[interp] Always intrinsify MemoryBarrier method
2019-10-17 Vlad Brezae[interp] Avoid using full barriers for volatile operations
2019-10-17 Johan LorenssonUpgrade build scripts to support VS2019. (mono/mono...
2019-10-17 Jay KrellUse functions instead of macros for is_in/is_out. ...
2019-10-16 dotnet-maestro... [master] Update dependencies from dotnet/core-setup...
2019-10-16 Jay Krell[cxx][x86][amd64] Remove unused STORE_MEM_IMM. (mono...
2019-10-16 Aleksey Kliger... [bcl][jit] implement Interlocked.Exchange<T> in terms...
2019-10-16 Egor Bogatovremove GenericVectorTests from rsp (mono/mono#17366)
2019-10-16 Jay Krell[cxx][netcore] Goto around init. (mono/mono#17348)
2019-10-16 Jay Krell[cxx][x86] ifndef DISABLE_JIT around mono_arch_emit_pro...
2019-10-16 Egor Bogatovfix netcore build with cygwin (mono/mono#17361)
2019-10-16 Egor Bogatov[netcore] Implement System.IO.HasOverriddenBeginEndRead...
2019-10-16 Alexander Köplinger[ci] Improve netcore build telemetry by running nupkg...
2019-10-16 Jay KrellReplace mono_assembly_name_free use with mono_assembly_...
2019-10-16 Vlad Brezae[interp] Add constant propagation of integers (mono...
2019-10-16 Jay KrellFix C++ WebAssembly build. (mono/mono#17302)
2019-10-16 Filip NavaraFix SafeHandle marshalling in ref/in/out parameters...
2019-10-16 Zoltan Varga[jit] Fix is_reference checks for intrinsics with byref...
2019-10-15 Ryan Lucia[loader] Add an explicit define DISABLE_DLLMAP to contr...
2019-10-15 Jo ShieldsInitial telemetry for netcore builds (mono/mono#17331)
2019-10-15 Filip NavaraUpdate CoreFX.issues.rsp
2019-10-14 Filip Navara[netcore] Avoid suspending threads in Environment.Exit...
2019-10-14 Filip NavaraRemove broken sin/cos optimization for x86
2019-10-14 Filip NavaraRemove broken sin/cos optimization for x64
2019-10-14 Johan LorenssonFix msvc build warning, empty source main-core.c. ...
2019-10-14 Ryan Lucia[loader] Locking and coop related cleanup; fix leak
2019-10-14 Ryan Lucia[loader] Move PInvoke and DllMap code into separate...
2019-10-14 Ryan Lucia[netcore] Remove unused InternalLoadUnmanagedDllFromPath
2019-10-14 Ryan Lucia[netcore] Use a single NativeLibrary.cs for all platforms
2019-10-12 Dotnet-GitSync-BotMirror changes from mono/coreclr (mono/mono#17297)
2019-10-12 Ryan Lucia[loader] Fix gnu/lib-names.h define (mono/mono#17294)
2019-10-11 Jay Krell[runtime] Add portable cached array creation functions...
2019-10-11 Egor BogatovEnable more hw intrinsics for AOT (mono/mono#17160)
2019-10-11 Kyle WhiteUpdate MERP event type to MonoAppCrash (mono/mono#17131)
2019-10-10 Imran HameedGenerate LLVM IR for OP_XEQUAL that is recognized by...
2019-10-10 Vlad Brezae[interp] Kill more instructions (mono/mono#17226)
2019-10-10 Ryan Lucia[eglib] Add newline for failure check prints (mono...
2019-10-10 Johan LorenssonIncorrect constrained virtual call in method using...
2019-10-10 Bernhard Urban... [mini] trace snippet should restore return value (mono...
2019-10-10 Jay KrellFix g_assert_not_reached message regression. (mono...
2019-10-09 Jay KrellRemove varargs from g_assert and g_assert_not_reachable...
2019-10-09 Bernhard Urban... [mini] print inserted instruction in verbose logging...
2019-10-09 Filip Navara[mini] Fix check for FastAllocateString that used old...
2019-10-09 Vlad Brezae[sgen] Fix invalid value passed to write barrier (mono...
2019-10-09 Johan LorenssonRunning --enable-msvc-only didn't find jay.vcxproj...
2019-10-09 Filip Navara[netcore] Fix NULL dereference when running LLVM JIT
2019-10-09 Jay KrellRevert mono_runtime_set_main_args in mono/mono@44ff0597...
2019-10-08 Vlad Brezae[interp] Small cleanups (mono/mono#17229)
2019-10-08 Filip Navara[netcore] Port CoreCLR implementation of Exception...
2019-10-08 Alexander Köplinger[netcore] Disable some SafeWaitHandle tests everywhere...
2019-10-08 Filip NavaraFix check in fix_libc_name to trigger only for libc...
2019-10-08 Steffen KießClean up map.c /map.h (mono/mono#16746)
2019-10-08 Ryan Lucia[netcore] Add libc name transition
2019-10-08 Alexis ChristoforidesRemove unused variable
2019-10-08 Alexis Christoforides[merp] Print missing status marker file for stage 1...
2019-10-08 Alexis ChristoforidesZeroing is not necessary, snprintf() always null-termin...
2019-10-08 Vlad Brezae[interp] Rerun cprop pass if stloc.np intructions were...
2019-10-08 Vlad Brezae[interp] Handle more cases for stloc.np optimization
2019-10-08 Vlad Brezae[interp] Skip NOPs when checking previous instruction
2019-10-07 Calvin Buckleydladdr shim for gmodule; try to enable crash reporter...
2019-10-07 Jo ShieldsBump version to 6.9 (mono/mono#17207)
2019-10-07 Ryan LuciaDon't declare mono_get_module* on non-win32
2019-10-07 Ryan LuciaUse eglib win32 helper functions without MAX_PATH limit
2019-10-07 Ryan LuciaEscape type namespaces, document that we aren't escapin...
2019-10-07 Ryan LuciaMake the mono identifier escape function work like...
2019-10-07 Ryan LuciaUnescape type names in the managed parser
2019-10-07 Ryan LuciaMake TypeNameParser consistently use tabs
2019-10-07 Ryan LuciaPartially revert "Remove redundant function call of...
2019-10-07 Jay KrellDo not zero localalloc if not asked. (mono/mono#16881)
2019-10-07 Jay Krell[Coop] Convert Get/SetGenericValueImpl. (mono/mono...
2019-10-07 Alexander KöplingerDefault --host in autogen.sh on cygwin when missing...
2019-10-07 Ryan Lucia[IO] Remove read-only logic in mono_w32_get_disk_free_s...
2019-10-07 Thays Grazia[debugger][exception] Debugger breaks on handled except...
2019-10-07 Egor Bogatov[netcore] Optimize Buffer.BlockCopy and Buffer.IsPrimit...
2019-10-06 Jay KrellOptimize and extend System.Array intrinsic identificati...
2019-10-06 Zoltan Varga[mixed] Add interp entry wrappers for devirtualized...
2019-10-05 Aleksey Kliger... [merp] Put thread into async context before running...
2019-10-05 Aleksey Kliger... [merp] exit_status is 0 if we ran the uploader successf...
2019-10-05 Marek Safar[System.Private.CoreLib] Fixes build
2019-10-04 Ryan Lucia[reflection] Only duplicate MonoMarshalSpec strings...
2019-10-04 Egor Bogatov[llvm] Propogate --enable-llvm-asserts to llvm/build...
2019-10-04 Vlad Brezae[interp] Improve copy propagation (mono/mono#17154)
next