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-01-25[jit] Compute has_references correctly for gshared types whose constraint is ...Zoltan Varga
2020-01-25[wasm] Fix netcore build. (#18564)Zoltan Varga
2020-01-25[runtime] Avoid loading ThreadAbortException class on netcore. (#18563)monojenkins
2020-01-25Fix for failing compile-runtime-tests (#18569)Phil Jaenke
2020-01-25Initial CMAKE build system support. (#18561)monojenkins
2020-01-24[aprofutil] Update the tool nameRadek Doulik
2020-01-24[mcs] Fix support for digit separators (#18539)mdh1418
2020-01-23Remove "handles" from System.Threading.Semaphore. (#18512)Jay Krell
2020-01-23Fix typos (#18546)monojenkins
2020-01-23[bockbuild] preinstall: kill any running VBCSCompiler processes (#18488)Ankit Jain
2020-01-23[debugger] Native thread not executing managed code considered as terminated ...Thays Grazia
2020-01-23Add disable_omit_fp support for LLVM (#18489)Fan Yang
2020-01-23Disable netcore mono builds that now live in dotnet/runtime (#18549)Alexander Köplinger
2020-01-23[jit] Compute the instance size/alignment correctly for gshared types whose c...Zoltan Varga
2020-01-23[interp] context can be uninitialized for get_resume_state callback (#18533)Bernhard Urban-Forster
2020-01-23Update dependencies from https://github.com/dotnet/arcade build 20200118.1 (#...dotnet-maestro[bot]
2020-01-23configure.ac: remove AC_SEARCH_LIBS for libintl (#18531)Alexander Köplinger
2020-01-22configure.ac: Don't look for X11 in netcore modeAlexander Köplinger
2020-01-17Bump bockbuild to get GTK NSPasteboardType change. (#18080)Cody Russell
2020-01-17Compilation warnings fixes (#18495)Nikolay Sivov
2020-01-17[tests] Re-enable profiler test that used to fail (#18471)Vlad Brezae
2020-01-17[prof] remove wrong cast for format string (#18477)Bernhard Urban-Forster
2020-01-17[netcore] Mark InitializeCurrentThread NoInlining (#18493)Aleksey Kliger (λgeek)
2020-01-17[bcl] Update BCL Linked Sizemonojenkins
2020-01-17[runtime] fix warnings on linux (gcc 8.3.0) (#18479)Bernhard Urban-Forster
2020-01-17[runtime] NOHANDLES for ves_icall_System_Threading_Thread_GetCurrentThread (#...Aleksey Kliger (λgeek)
2020-01-17[interp] Add missing files to tarball (#18482)Aleksey Kliger (λgeek)
2020-01-17Revert "On android sometimes there is no valid_info but the ctx is valid and ...Thays Grazia
2020-01-16Bump xsp to fix issues with removed Mono.Security APIs (#18478)Alexander Köplinger
2020-01-16On android sometimes there is no valid_info but the ctx is valid and the debu...Thays Grazia
2020-01-16Bump corefx to disable two tests. (#18464)Alexander Köplinger
2020-01-15[arm] account for signed bit when calculating offset to PLT entry (#18454)Bernhard Urban-Forster
2020-01-15[loader] ReflectionOnlyLoad(byte[]) should not apply binding redirects (#18457)Aleksey Kliger (λgeek)
2020-01-15Contributing: fixing some typos (#18453)Maher Jendoubi
2020-01-15Reduce some stack use and cleanup. (#17809)Jay Krell
2020-01-15[utils] Make sure we include WRAP_ATOMIC_INTRINSIC if neededVlad Brezae
2020-01-15[utils] Include missing define of MONO_GNUC_VERSIONVlad Brezae
2020-01-15Fix many printf warnings (#16484)Jay Krell
2020-01-15[netcore] Implement Thread.GetCurrentProcessorId (#18450)Ryan Lucia
2020-01-14[interp] initial infrastructure for whitebox testing of optimization passes (...Bernhard Urban-Forster
2020-01-14[sgen] Fixes for max-heap-size option (#18446)Vlad Brezae
2020-01-14[cxx] Make the externC of icalls configuration-dependent instead of always. (...Jay Krell
2020-01-14Optimize typeof(T).IsValueType (#18307)Egor Bogatov
2020-01-14Add normalized .bat files after the .gitattributes EOL changeAlexander Köplinger
2020-01-14Remove comment about unexplained C++/LLVM problem. (#18447)Jay Krell
2020-01-14Add mono_gc_thread_detach callback. (#18408)Jonathan Chambers
2020-01-14[cxx] Fixes for all lanes to build as C++ but w/o configure.ac change. (#17452)Jay Krell
2020-01-14Merge pull request #18293 from EgorBo/vt-gettype-boxingEgor Bogatov
2020-01-14[wasm] Pass --used-attrs-only true to the linker. (#18439)Zoltan Varga
2020-01-13[netcore] Fix build warningAlexander Köplinger