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
2022-03-25Stop using git protocol for submodulesmono-ps4lateralusX
2020-12-11Fix a few spelling mistakeseerhardt
2020-12-11Add support for global aggressive-linining optimization. (#20641)Johan Lorensson
2020-12-11[reflection] Don't get parameter default values for wrapper methods (#20602)Aleksey Kliger (λgeek)
2020-12-10Fix debugger late attach, suspend=n. (#20644)Johan Lorensson
2020-12-10Add support for full AOT of System.Windows.Forms on Windows. (#20645)Johan Lorensson
2020-12-10Use explicit arithmetic checks in the amd64 watchOS simulator. (#20639)imhameed
2020-12-09Enable YMM context support on Windows. (#20636)Johan Lorensson
2020-12-09Add support for external icalls not using a wrapper. (#20638)Johan Lorensson
2020-12-09netcore: renaming `clrcompression` --> `System.IO.Compression.Native` (#20633)monojenkins
2020-12-09[aot] Don't force gsharedvt to be enabled in llvmonly+interp mode. (#20631)Zoltan Varga
2020-12-08Add support for MONO_TYPE_FNPTR to aot. (#20626)monojenkins
2020-12-08Find&Replace coreclr/src -> coreclr (#20637)monojenkins
2020-12-08Fix LLVM link issues when compiling static library on Windows. (#20635)Johan Lorensson
2020-12-07[aot] Store the addresses of aot constants in an array instead of using a swi...Zoltan Varga
2020-12-07Bump bockbuild for gtk+ patchAlexander Köplinger
2020-12-07netcore: Static linking of native libs (#20589)monojenkins
2020-12-04[Mono] Arrays shouldn't implement linked out generic classeslambdageek
2020-12-03[runtime] Avoid checking for hardened runtime on ios, its not needed, and it ...Zoltan Varga
2020-12-02netcore: Add Mono Windows x86 builds (#20620)monojenkins
2020-11-28Fix stack size allocation during interpreter entry. (#20613)monojenkins
2020-11-26[mono] Fix warnings on OSX, re-enable -Werror on CI with CMake (#20581)monojenkins
2020-11-25netcore Mono: switch to CMake build on Windows (#20599)monojenkins
2020-11-23Add support for stack walks on wasm for the reflection methods which need the...monojenkins
2020-11-23Fix typo (#20604)monojenkins
2020-11-22Bump emscripten to 2.0.9. (#20603)Zoltan Varga
2020-11-20Run class cctor in RuntimeHelpers.GetUninitializedObject(type). (#20591)monojenkins
2020-11-19[mono] Unconditionally check llvm::Expected<T> for success (#20593)monojenkins
2020-11-19Move EventPipe C library into shared location. (#20584)monojenkins
2020-11-19Add AOT support for the EntryPoint property for UnmanagedCallersOnly. (#20586)monojenkins
2020-11-19Fix s390x unwinding and remove need for backchain pointer (#20594)Neale Ferguson
2020-11-19Improve unit test coverage for GetUninitializedObject (#20590)monojenkins
2020-11-18[wasm] Use the functions in emscripten/stack.h to compute stack bounds. (#20587)Zoltan Varga
2020-11-17Fix full-aot support for unmanaged function pointers. (#20583)monojenkins
2020-11-17Adjust Mono EventPipe/DiagnosticServer C library to better support CoreCLR sh...monojenkins
2020-11-14Fixes for wasm aot (#20565)monojenkins
2020-11-13Fix iOS sdks build on Xcode 12 (#20573)Alexander Köplinger
2020-11-11Use corlib instead of System.Private.CoreLib as a name prefix in AOT symbol n...monojenkins
2020-11-10[mono][jit] Emit profiler enter after jit attach; leave before detach (#20556)monojenkins
2020-11-10[runtime] Add some support for stack walks for AOT code on wasm. (#20560)Zoltan Varga
2020-11-10Fix sdks-archive build of maccatAlexander Köplinger
2020-11-10Remove maccat-bin, we don't build executables in this configAlexander Köplinger
2020-11-10Add Mac Catalyst to CIAlexander Köplinger
2020-11-10Build makefile to support Mac Catalyst (#20537)Frank A. Krueger
2020-11-09Remove all ThreadStartException ctors from descriptor (#20541)monojenkins
2020-11-06[sgen] Add Ward annotations to sgen_get_total_allocated_bytes (#20517)Aleksey Kliger (λgeek)
2020-11-06[wasm][debugger] Implementing support to Debugger::Break. (#20554)monojenkins
2020-11-06Use the new async Run method from xharness and implement a test (#20534)monojenkins
2020-11-05[master][watchOS] Add simwatch64 support (#20553)Alex Soto
2020-11-05Add back accidentally removed btls CMakeLists.txtAlexander Köplinger