[msvc] Update csproj files (#4081)
[mono.git] / mono / metadata /
2016-12-02 Marek Safar[corlib] Cleanup more negative sign cultures with unico...
2016-12-02 Aleksey Kliger ... [runtime] Use mono_assembly_get_object_handle instead...
2016-12-02 Ludovic Henry[io-layer] Remove status.h, types.h, timefuncs.h and...
2016-12-02 Marek SafarMerge pull request #4063 from ntherning/fix-culture...
2016-12-02 Zoltan Varga[runtime] Avoid rethrowing ThreadAbortException's from...
2016-12-02 Zoltan Varga[runtime] Change the vtable->initialized bitfield into...
2016-12-02 Zoltan Varga[runtime] Implement support for fixed char arrays....
2016-12-01 Andi McClureMerge pull request #4053 from xmcclure/babysitter_cygwin
2016-12-01 Mike VoorheesAdd embedding API to expose empty string instance ...
2016-12-01 Rodrigo KumperaMerge pull request #4048 from kumpera/iface_casting_cleanup
2016-12-01 Ludovic Henry[w32handle] Rename `statuscode` parameter to `abandoned`
2016-12-01 Alexander Köplinger[corlib] Use Directory.GetFiles/GetDirectories implemen...
2016-12-01 Alexander KöplingerMerge pull request #4065 from akoeplinger/add-mcs-lane
2016-12-01 Ludovic Henry[io-layer] Remove DuplicateHandle
2016-12-01 Aleksey Kliger ... Merge pull request #4045 from lambdageek/bug-47867
2016-12-01 Niklas TherningMerge pull request #4051 from Unity-Technologies/regist...
2016-12-01 Niklas TherningMerge pull request #4033 from ntherning/no-stdcall...
2016-12-01 Zoltan VargaRevert "Only allocate 1 empty string instance per AppDo...
2016-11-30 Mike VoorheesOnly allocate 1 empty string instance per AppDomain...
2016-11-30 Alexander KöplingerMerge pull request #4050 from akoeplinger/profile-speedup
2016-11-30 Ludovic Henry[io-layer] Remove wait.h
2016-11-30 Ludovic Henry[io-layer] Remove INFINITE
2016-11-30 Ludovic Henry[io-layer] Extract WaitForSingleObjectEx, WaitForMultip...
2016-11-30 Aleksey Kliger ... [reflection] Use mono_module_get_object_handle everywhe...
2016-11-30 Alexander KöplingerMerge pull request #3748 from akoeplinger/fix-rng-monotouch
2016-11-29 Marek SafarMerge pull request #4041 from CyberShadow/pull-20161129...
2016-11-29 Aleksey Kliger[sre] Do we ever try to instantiate a generic instance...
2016-11-29 Aleksey Kliger[sre] Throw a TLE if a generic inst is used before...
2016-11-29 Aleksey Kliger[sre] Make sure a generic definition TypeBuilder has...
2016-11-29 Niklas TherningMerge pull request #4040 from ntherning/disable-symboli...
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 Alexander KytePrevent ThreadAbort from prematurely ending function...
2016-11-29 Rodrigo Kumpera[runtime] CEE_MONO_CISINST is dead. Removed the type...
2016-11-29 Rodrigo Kumpera[mini] Remove CEE_MONO_CCASTCLASS. Could not remove...
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 Zoltan VargaConvert MonoClassExt to class properties (#4022)
2016-11-28 Andi McClureMerge pull request #4015 from xmcclure/new-threads...
2016-11-28 Niklas TherningUse __cdecl rather than __stdcall for icalls on Windows...
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 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-26 Zoltan Varga[runtime] Fix a warning.
2016-11-25 Alexander KöplingerMerge pull request #4020 from akoeplinger/mobile_static...
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 Marius Ungureanu[Perf] Free process in-place in loop on modules iterations.
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 Zoltan Varga[bcl] Implement Thread.CurrentThread using an icall...
2016-11-23 Niklas TherningMerge pull request #4013 from ntherning/fix-assert...
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-22 Aleksey KligerBump corlib version.
2016-11-22 Aleksey Kliger[reflection] Implement GetReferencedAssemblies in managed
2016-11-22 Zoltan Varga[runtime] Avoid passing a newline to mono_trace ()...
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 Zoltan Varga[runtime] Mark the ThreadPool.PerformWaitCallback ...
2016-11-22 Marek Safar[corlib] Update list of known lcids and update CLRD...
2016-11-22 Niklas TherningMerge pull request #3998 from ntherning/fix-assert...
2016-11-21 Zoltan Varga[runtime] Add back locking around mono_class_layout_fie...
2016-11-21 Zoltan VargaThreadpool appdomain unload cleanup (#3996)
2016-11-21 Aleksey Kliger ... Merge pull request #3988 from lambdageek/dev-handles...
2016-11-21 Niklas TherningFix assert in poll_event_wait() on WSAENOTSOCK on Windows
2016-11-21 Marek SafarMerge pull request #3406 from alexanderkyte/mobile_stat...
2016-11-20 Zoltan Varga[runtime] Add even more logging code for the class...
2016-11-20 Zoltan VargaImplement SIMD support for the Vector2/3/4 classes...
2016-11-19 Zoltan Varga[runtime] Add more debug code to help debug a class...
2016-11-18 Marek Safar[corlib] Don't crash when calling Evidence on AssemblyB...
2016-11-18 Ludovic HenryRevert "[process] Allocate a handle even for non-child...
2016-11-18 Zoltan VargaRevert "[runtime] Change the thread wait code to use...
2016-11-18 Zoltan VargaRevert "[runtime] Fix the waiting for background thread...
2016-11-18 Aleksey Kliger[reflection] Use handles for System.Reflection.Assembly...
2016-11-18 Aleksey Kliger[reflection] Use coop handles for 6 icalls in System...
2016-11-18 Aleksey Kliger[coop] mono_type_get_object_handle
2016-11-18 Aleksey Kliger[coop] Add more handle utility functions
2016-11-18 Aleksey Kliger[coop] Add mono_error_set_exception_handle
2016-11-18 Aleksey Kliger ... Merge pull request #3932 from lambdageek/dev-handles...
2016-11-18 Niklas TherningMerge pull request #3985 from ntherning/fix-Mono.Posix...
next