mono.git
2016-11-29 Marek SafarAdd CoreRT submodule
2016-11-29 Marek Safar[bcl] Clean up some warnings
2016-11-29 Marek SafarRevert "[build] Enable aot for Microsoft.CodeAnalysis...
2016-11-29 Ludovic Henry[configure.ac] Rename `hybrid` runtime preset to `aot_p...
2016-11-29 Niklas TherningMerge pull request #4040 from ntherning/disable-symboli...
2016-11-29 Marek Safar[System] Report test failure using Assert
2016-11-29 Marek Safar[System] Update ClientWebSocket test to use Setup
2016-11-29 Niklas TherningDisable symbolicate tests on Windows
2016-11-29 Zoltan Varga[bcl] Fix a regression introduced by 91c68de23f5067d000...
2016-11-29 Zoltan Varga[runtime] Add error handling to mono_get_dbnull_object...
2016-11-29 Johan LorenssonMerge pull request #4023 from lateralusX/jlorenss/test...
2016-11-29 Zoltan Varga[build] Enable aot for Microsoft.CodeAnalysis.dll/Micro...
2016-11-29 Zoltan Varga[aot] Only emit instances when using full aot.
2016-11-29 Zoltan Varga[runtime] Fix e659982b7b8f11ecf80919646353ad3c16240697...
2016-11-29 Alexander KytePrevent ThreadAbort from prematurely ending function...
2016-11-29 Zoltan Varga[aot] Bump aot file version after c690636c01df73badb1e2...
2016-11-29 Zoltan Varga[jit] Call mono_jit_thread_attach () through a GOT...
2016-11-29 Zoltan Varga[llvm] Fix a regression introduced by d231b5134decb9f23...
2016-11-28 Rodrigo KumperaMerge pull request #4009 from kumpera/lazy-array-ifaces
2016-11-28 Rodrigo Kumpera[runtime] Remove the eager array interfaces code. Good...
2016-11-28 Rodrigo Kumpera[runtime] Clean mono_init_internal hacks. Moved to...
2016-11-28 Rodrigo Kumpera[runtime] Fix bad packing in MonoClass.
2016-11-28 Rodrigo Kumpera[runtime] Implement lazy interface implementation for...
2016-11-28 Marek Safar[build] Install also from mcs/packages
2016-11-28 Zoltan VargaRevert "[CI] Disable winforms tests on all platforms."
2016-11-28 Zoltan Varga[CI] Disable winforms tests on all platforms.
2016-11-28 Zoltan VargaConvert MonoClassExt to class properties (#4022)
2016-11-28 Andi McClureMerge pull request #4015 from xmcclure/new-threads...
2016-11-28 Marek SafarMerge pull request #2774 from marek-safar/roslyn
2016-11-28 Vlad BrezaeMerge pull request #3973 from mono/small-perf
2016-11-28 Marek SafarSwitch to cecil branch with better pdb handling
2016-11-28 Marek Safar[build] Bump required bootraping mono version and downl...
2016-11-28 Marek Safar[build] Roslyn switch
2016-11-28 Miguel de Icaza[marshal] Fix API documentation comment on mono_string_...
2016-11-28 Zoltan Varga[runtime] Fix mono_image_load_module_checked () so...
2016-11-27 Zoltan Varga[aot] Avoid a crash on class loading failures. Fixes...
2016-11-26 Zoltan Varga[runtime] Fix a warning.
2016-11-26 Zoltan Varga[jit] Fix some SIMD problems on x86.
2016-11-26 Alexander KöplingerMerge pull request #4028 from monojenkins/update-csprojs
2016-11-26 monojenkins[msvc] Update csproj files
2016-11-25 Alexander Köplinger[Facades] Don't build System.Drawing.Primitives.dll...
2016-11-25 Marek SafarMerge pull request #4026 from monojenkins/update-csprojs
2016-11-25 Marek Safar[Facades] Remove watch special System.Drawing.Primitive...
2016-11-25 monojenkins[msvc] Update csproj files
2016-11-25 Alexander KöplingerMerge pull request #4024 from akoeplinger/mkbundle...
2016-11-25 lateralusXAdding support for get test results in TestDriver.
2016-11-25 Alexander Köplinger[mkbundle] Print error message when assemblies couldn...
2016-11-25 Alexander KöplingerMerge pull request #4020 from akoeplinger/mobile_static...
2016-11-25 Alexander Köplinger[corlib] Move ComAwareEventInfo stub into System.Core
2016-11-24 Zoltan Varga[jit] Fix more simd+aot issues. Avoid treating the...
2016-11-24 Bernhard UrbanMerge pull request #4019 from vargaz/get-gclass-locking
2016-11-24 Bernhard UrbanMerge pull request #4017 from vargaz/get-array-class...
2016-11-24 Bernhard UrbanMerge pull request #4018 from vargaz/get-fnptr-locking
2016-11-24 Zoltan Varga[runtime] Reduce the size of the critical section in...
2016-11-24 Alexander KöplingerRename the mobile_static profile to aot_only
2016-11-24 Marek Safar[Facades] Add netstandard
2016-11-24 Marius Ungureanu[Perf] Free process in-place in loop on modules iterations.
2016-11-24 Marek SafarBump cecil
2016-11-24 Marek Safar[mcs] Count arity correctly for deeply nested types
2016-11-24 Zoltan Varga[runtime] Move more callbacks to the RuntimeCallbacks...
2016-11-24 Zoltan Varga[runtime] Decrease the size of the critical section...
2016-11-23 Zoltan Varga[runtime] Reduce the size of the critical section in...
2016-11-23 Andi McClureUse DateTime.UtcNow not DateTime.Now in test
2016-11-23 Zoltan Varga[runtime] Disable the Wformat-zero-length warning.
2016-11-23 Andi McClurePossibly fix hang in sgen-new-threads-collect.exe
2016-11-23 Zoltan Varga[simd] Fix a few AOT problems.
2016-11-23 Zoltan Varga[bcl] Implement Thread.CurrentThread using an icall...
2016-11-23 Niklas TherningMerge pull request #4013 from ntherning/fix-assert...
2016-11-23 Marek Safar[System] Don't send response on empty stream write...
2016-11-23 Martin BauligMerge pull request #3962 from mkorkalo/fix_MonoBtlsCont...
2016-11-23 Aleksey Kliger... Merge pull request #3992 from lambdageek/dev-handles...
2016-11-23 Niklas TherningFix assert in poll_event_wait() on WSAENOTSOCK on Windo...
2016-11-23 Zoltan Varga[runtime] Filter out duplicate interfaces in mono_class...
2016-11-23 Zoltan Varga[runtime] Allocate the temporary vtable array using...
2016-11-23 Ludovic Henry[threadpool] Replace stop by abort for worker thread
2016-11-23 Kenneth Skovhede[Socket] Fix DuplicateAndClose (#3995)
2016-11-23 Alexis ChristoforidesBockbuild
2016-11-22 Aleksey KligerBump corlib version.
2016-11-22 Aleksey Kliger[reflection] Implement GetReferencedAssemblies in managed
2016-11-22 Alexis ChristoforidesBump bockbuild properly
2016-11-22 Alexis ChristoforidesBump bockbuild
2016-11-22 Zoltan Varga[runtime] Avoid passing a newline to mono_trace ()...
2016-11-22 Zoltan Varga[jit] Make an assert more informative. Fixes #47152.
2016-11-22 Aleksey Kliger[reflection] Change Assembly.InternalGetAssemblyName...
2016-11-22 Aleksey Kliger[metadata] mono_assembly_fill_assembly_name_full
2016-11-22 Aleksey Kliger[coop] Use handles for S.R.Assembly.{GetReferencedAssem...
2016-11-22 Aleksey Kliger[runtime] Add mono_string_handle_to_utf8
2016-11-22 Aleksey Kliger[runtime] mark mono_get_exception_{file_not_found2...
2016-11-22 Alexis ChristoforidesMerge branch 'alexischr/nursery-canaries-managed-alloc'
2016-11-22 Niklas TherningMerge pull request #4003 from ntherning/ignore-disconne...
2016-11-22 Alexander KöplingerMerge pull request #4005 from monojenkins/update-csprojs
2016-11-22 Marek Safar[System.Runtime.Remoting] Disable test accidentally...
2016-11-22 Zoltan Varga[runtime] Disable some tests when running with llvm...
2016-11-22 monojenkins[msvc] Update csproj files
2016-11-22 Zoltan Varga[runtime] Mark the ThreadPool.PerformWaitCallback ...
2016-11-22 Marek Safar[mcs] Null coalescing over typed null constants.
2016-11-22 Ludovic Henry[profiles] Fix MOBILE assemblies and tests compilation...
2016-11-22 Ludovic Henry[ci] Add script to run MOBILE profile tests
2016-11-22 Ludovic Henry[utils] Add MonoRefCount to factor ref-counting mechanisms
2016-11-22 Marek Safar[corlib] Update list of known lcids and update CLRD...
next