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
2019-11-27[sdks] Add option to enable debug server for iOS test appAlexander Köplinger
2019-11-27[sdks] Fix loading of assemblies in assembly_preload_hook()Alexander Köplinger
2019-11-27[sdks] Add netcore option for iOS SDKAlexander Köplinger
2019-11-27[merp] Use timeline (and generate timeline breadcrumbs) for SendExceptionToTe...Alexis Christoforides
2019-11-27[arm] if mtriple is provided, do not set -march (#17937)Bernhard Urban-Forster
2019-11-27[bcl] Update BCL Linked Size (#17322)monojenkins
2019-11-27[amd64] do not stack allocate on the application stack for the transtion from...Bernhard Urban-Forster
2019-11-26[interp] Non-recursive interpreter (#16461)Zoltan Varga
2019-11-26WASM + Netcore. (#17915)Zoltan Varga
2019-11-26Add the reference assembly path for the Http implementation (#17908)Larry Ewing
2019-11-25Update dependencies from https://github.com/dotnet/arcade build 20191124.1 (#...dotnet-maestro[bot]
2019-11-25Remove mkinstalldirs invocation from two places (#17910)Alexander Köplinger
2019-11-25[configure.ac] Don't run compiler server check in netcore mode (#17911)Alexander Köplinger
2019-11-25Fix BinaryReader on BE (#17893)Calvin Buckley
2019-11-25Fix boehm on Windows i386 builds (#17901)Alexander Köplinger
2019-11-25Fix issue in debugger variable inspection (#17900)Larry Ewing
2019-11-25[WIP] Make debugger agent startup faster (#17898)Marek Habersack
2019-11-25Fix flawed BufferTest on big-endian (#17894)Calvin Buckley
2019-11-25[wasm] [bindings] Method invoke signature argument validation. (#17853)Kenneth Pouncey
2019-11-25Add tests for Promise library.Kenneth Pouncey
2019-11-25Add a more reliable way of identifying a Promise to be marshaled.Kenneth Pouncey
2019-11-25Add a more descriptive error in case of fetch response not returning back wha...Kenneth Pouncey
2019-11-25[interp] Resolve tokens also from wrappers during optimization (#17880)Vlad Brezae
2019-11-25[eglib] In AIX/generic POSIX, handle null addresses better (#17892)Calvin Buckley
2019-11-25Allow runtime to be built with C++ on AIX (#17672)Calvin Buckley
2019-11-24Fix warnings in runtime build (#17887)Alexander Köplinger
2019-11-23[netcore] Disable libmonoruntime-support.la build on netcore (#17885)Alexander Köplinger
2019-11-23[netcore] Disable a test which fails on the interpreterAlexander Köplinger
2019-11-23Fix run-msbuild.bat invocation in pipeline-netcore-runtime.ymlAlexander Köplinger
2019-11-23Make configure.ac and Makefile.am work without certain directories (#17871)Alexander Köplinger
2019-11-22[runtime] Treat calling a non-virtual method through an open delegate the sam...Zoltan Varga
2019-11-22Replace embedded libgc with Unity fork of recent Boehm (bdwgc) (#16832)Jonathan Chambers
2019-11-22Fix InternalGetHashCode for boehm/null GC (#17859)Filip Navara
2019-11-22Fix automake warningAlexander Köplinger
2019-11-22Remove unused `GetHttpMessageHandler` from WebAssembly.Net.Http.Kenneth Pouncey
2019-11-22[wasm] Add aot+netcore support. (#17798)Zoltan Varga
2019-11-22[netcore] Run tests with Interpreter (#17862)Egor Bogatov
2019-11-22Add more descriptive message to the `PlatformNotSupportedException` (#17864)Kenneth Pouncey
2019-11-21Remove handles/MonoError from Mono.RuntimeGPtrArrayHandle. (#17806)Jay Krell
2019-11-21Stop referencing files from Mono BCL in Netcore System.Private.CoreLib (#17866)Jo Shields
2019-11-21[interp] fix array_element_size intrinsic (#17857)Bernhard Urban-Forster
2019-11-21[metadata] Remove native threadpool from netcore build (#17856)Alexander Köplinger
2019-11-20[llvm] Recognize GEP (#17844)Egor Bogatov
2019-11-20[interp] Move the freeing of interp method info into a callback. (#17852)Zoltan Varga
2019-11-20enable gss on android (#17838)Egor Bogatov
2019-11-20[debugger-agent] Fix CMD_VM_ALL_THREADS returning wrong value due to unitiali...Alexander Köplinger
2019-11-19[master] Update dependencies from dotnet/arcade dotnet/core-setup dotnet/core...dotnet-maestro[bot]
2019-11-19Fixes https://github.com/mono/mono/issues/15805 at least in terms of what may...Steve Pfister
2019-11-18[interp] Add some missing netcore intrinsics. (#17782)Zoltan Varga
2019-11-18Bump corefx to pick up https://github.com/mono/corefx/pull/370 (#17758)Steve Pfister