Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-11[mini] Fix warning about unused variables. (#19182)Jay Krell
2020-03-11[wasm] Fix warnings about unused variables. (#19179)Jay Krell
2020-03-11Fix warnings about misleading indentation. (#19186)Jay Krell
2020-03-11[wasm] Fix warnings about unused variables. (#19181)Jay Krell
2020-03-11[wasm][packager] add option to pull from a different runtime directory (#19178)Larry Ewing
2020-03-10[wasm][standalone-benchmarks] Support mac (#19175)Larry Ewing
2020-03-10[mono] Include filename in Invalid image error messages (#19112)monojenkins
2020-03-10[mono] Disable SIMD support for Windows target (#19172)monojenkins
2020-03-10[interp] Add EXCEPTION_CHECKPOINT to MINT_JMP consistent with other method tr...Jay Krell
2020-03-10Convert PLT table and call site to execute only on AMD64. (#19114)Johan Lorensson
2020-03-10[Mono] Intrinsify Interlocked.And and Interlocked.Or using LLVM (#19135)monojenkins
2020-03-10[jit] Implement support for all Sse1 intrinsics for netcore. (#19155)monojenkins
2020-03-09No need to force to bool, when C does that automatically in the if statement....monojenkins
2020-03-09[arm][ios] Follow branch islands when determining method entry addresses. (#1...imhameed
2020-03-09[wasm] Convert MonoString to string without utf8 intermediate (#19156)Larry Ewing
2020-03-09[wasm] remove m_strdup (#19158)Larry Ewing
2020-03-09Remove redundant mono_gc_collect during domain unload (#19130)Rares95
2020-03-09[corlib] Suppress finalization of underlying console FileStreams (#19137)Aleksey Kliger (λgeek)
2020-03-09Bump linker (#19151)Marek Safar
2020-03-09Update dependencies from https://github.com/dotnet/arcade build 20200308.2 (#...dotnet-maestro[bot]
2020-03-09[bcl] Update BCL Linked Sizemonojenkins
2020-03-08Freeze linker on mono-2020-02 branchMarek Safar
2020-03-08Bump emscripten to 1.39.9. (#19147)Zoltan Varga
2020-03-07[llvm] Move intrinsics definitions into a template header file llvm-intrinsic...Zoltan Varga
2020-03-06Changed signedness of iterator to fix warnings. (#19014)monojenkins
2020-03-06[jit] Use OP_EXTRACT_R4 in simd-intrinsics.c when using LLVM. (#19129)Zoltan Varga
2020-03-06[wasm][debugger] Hash messages and sessions directly (#19128)Larry Ewing
2020-03-05[wasm][debugger] Check runtime state before attempting to resolve breakpoints...Larry Ewing
2020-03-05[debugger] NRE when 2 threads try to call GetThreads at same time (#19122)Thays Grazia
2020-03-05[llvm] Don't set the LLVM JIT TLS variable in AOT. (#19127)Sam Patel
2020-03-05[merp] Add a test for Mono.Runtime.SendExceptionToTelemetry() (#18781)Aleksey Kliger (λgeek)
2020-03-05[wasm][debugger] Rework breakpointRequest handling across sessions (#19113)Larry Ewing
2020-03-05[loader] Clean up locking around adding assemblies to domain/ALC (#18967)Ryan Lucia
2020-03-04Minor formatting of the manuals (#19124)Stefan
2020-03-04[dim] Class overriding interface method that was already override by another ...Thays Grazia
2020-03-04Update dependencies from https://github.com/dotnet/arcade build 20200301.1 (#...dotnet-maestro[bot]
2020-03-04[cxx] Remove static initializers. (#19089)Jay Krell
2020-03-04[threads] Add a global "runtime startup is finished" flag (#18994)Aleksey Kliger (λgeek)
2020-03-03Changed Max and MinLengthAttribute validation (#19084)Steve Pfister
2020-03-03[Mono] Fix Sse2.ConvertScalarToVector128 and add signed overloads (#19108)monojenkins
2020-03-03[merp] Create a 'reason' breadcrumb for the crash dump process (#19072)Alexis Christoforides
2020-03-03Fix Mono Tool MSVC Debug build. (#19075)Johan Lorensson
2020-03-03[WIP] [aot] Add support for emitting the method address table as a table of n...Zoltan Varga
2020-03-03[amd64] Obtain the trampoline argument in the generic_trampoline in the AOT c...Zoltan Varga
2020-03-03[master] Bump msbuild to track xplat-master (#19077)Ankit Jain
2020-03-03[Mono] Implement missing Sse2 intrinsics (#19101)monojenkins
2020-03-03Use GArray instead of GList when getting custom attributes from an image (#19...monojenkins
2020-03-02[wasm] Allow SIMD only in netcore mode. (#19087)Zoltan Varga
2020-03-02[loader] Free some leaked strings in NativeLibrary resolution (#19085)monojenkins
2020-03-02[threading] Switch domain assemblies lock from OS to Coop (#18918)monojenkins