[runtime] Don't set flag to skip future initialization on half-baked classes
[mono.git] / mono / metadata /
2015-03-31 Alexander Kyte[runtime] Don't set flag to skip future initialization...
2015-03-26 Zoltan VargaMerge pull request #1658 from esdrubal/spgenerics
2015-03-26 Marcos Henrich[runtime] .msym now stores method index.
2015-03-26 João MatosMerge pull request #1660 from akoeplinger/fix-zone...
2015-03-26 Zoltan Varga[runtime] Initialize String.Empty from native code...
2015-03-25 Rodrigo Kumpera[threading] Move jit_data from MonoThreadInternal to...
2015-03-25 Rodrigo Kumpera[threading] Log the thread tid instead of the MonoThrea...
2015-03-25 Marek SafarMerge pull request #1644 from ztone/eval_class_attr
2015-03-25 Marek Safar[corlib] String from reference sources, fixes mostly...
2015-03-25 João Matos[runtime] Fixed complex.h usage in MS's thread pool...
2015-03-25 Zoltan Varga[runtime] Avoid returning null from Marshal.AllocCoTask...
2015-03-24 João MatosMerge pull request #1634 from StephenMcConnel/bug-28025
2015-03-24 João MatosMerge pull request #1652 from debuglevel/bugfix-crossco...
2015-03-24 Zoltan VargaMerge pull request #1588 from BrzVlad/feature-aot-wbarrier
2015-03-24 Marek SafarMerge pull request #1638 from esdrubal/servicepoint
2015-03-24 Zoltan VargaMerge pull request #1632 from alexanderkyte/bug24118
2015-03-23 Mark ProbstMerge pull request #1596 from schani/feature-sgen-impro...
2015-03-23 Mark Probst[sgen] Fix slot size calculation.
2015-03-23 Mark Probst[sgen] Remove stealing.
2015-03-23 Mark Probst[sgen] Save more space in M&S block infos.
2015-03-23 Mark Probst[sgen] Do pinning of M&S blocks in one pass. Saves...
2015-03-23 Mark Probst[sgen] Store worker's job names for debugging.
2015-03-23 Mark Probst[sgen] Some clarifying comments and rearrangements.
2015-03-23 Mark Probst[sgen] Remove dead code.
2015-03-23 Mark Probst[sgen] Binary protocol entry for pin-staging cemented...
2015-03-23 Mark Probst[sgen] Only scan mod-union in LOS on marked objects.
2015-03-23 Mark Probst[sgen] Free lists in blocks must be volatile.
2015-03-23 Mark Probst[sgen] Rename a callback for clarity.
2015-03-23 Mark Probst[sgen] Don't scan until jobs done in worker thread.
2015-03-23 Mark Probst[sgen] Fix names and remove superfluous parameters.
2015-03-23 Mark Probst[sgen] Move debug code to `sgen-debug.c`.
2015-03-23 Mark Probst[sgen] Rename `have_computed_minor_collection_allowance...
2015-03-23 Mark Probst[sgen] Remove superfluous function indirection.
2015-03-23 Mark Probst[sgen] Replace `have_swept` pointer with callback.
2015-03-23 Mark Probst[sgen] Don't pass redundant `scan_mod_union` to `major_...
2015-03-23 Mark Probst[sgen] Disable cementing for concurrent M&S.
2015-03-23 Mark Probst[sgen] Don't re-check reference after marking in concur...
2015-03-23 Neale FergusonFix decimal comparison by using signed char comparison...
2015-03-23 Rodrigo KumperaMerge pull request #1631 from alexanderkyte/stringbuild...
2015-03-23 Rodrigo KumperaMerge pull request #1595 from directhex/randomize-tcp...
2015-03-23 Zoltan VargaFix a warning.
2015-03-23 João MatosMerge pull request #1646 from myrup/master
2015-03-23 Marek Safar[corlib] MethodBase from reference sources
2015-03-22 Zoltan Varga[runtime] Throw an exception on allocation failure...
2015-03-21 Jonathan PryorMerge pull request #1641 from joelmartinez/docs-monodoc...
2015-03-21 Zoltan Varga[jit] Unify the handling of the type parameters in...
2015-03-20 Zoltan VargaMerge pull request #1645 from myrup/master
2015-03-20 Zoltan Varga[runtime] Fix the isinst_with_cache wrapper on 64 bit...
2015-03-19 Zoltan Varga[corlib] Implement FieldInfo.SetValueDirect ().
2015-03-19 Marek Safar[corlib] TypedReference from reference sources
2015-03-19 Marek Safar[runtime] Remove unused icall
2015-03-19 Zoltan Varga[corlib] Implement TypedReference:MakeTypedReference ().
2015-03-19 Zoltan Varga[runtime] Extract mono-config-dirs.c into a separate...
2015-03-19 Zoltan Varga[runtime] Add a new mono-config-dirs.c file which is...
2015-03-18 Marek Safar[corlib] Default Egypt calendar is gregorian. Fixes...
2015-03-17 Alex Rønne PetersenMerge pull request #1636 from alexrp/profiler-stuff
2015-03-17 Alex Rønne PetersenMerge pull request #1635 from alexrp/core-clr-properties
2015-03-17 Zoltan Varga[runtime] Revert part of 2e3ba21e80f3edd03c7c2050c9ba92...
2015-03-17 Ludovic Henry[threadpool] Add licensing header
2015-03-17 Ludovic Henry[threadpool] Integrate the microsoft ThreadPool into...
2015-03-17 Ludovic Henry[runtime] Move random generator code out of icall,...
2015-03-17 Marek Safar[corlib] Bump corlib version for 8d097349b3289b35c6052d...
2015-03-17 Alex Rønne Petersen[corlib] Implement security properties on FieldInfo...
2015-03-17 Alex Rønne Petersen[coreclr] Add mono_security_core_clr_field_level (...
2015-03-17 Marek Safar[corlib] Serialization from reference sources
2015-03-17 Zoltan Varga[runtime] Allocate objects outside the lock in mono_str...
2015-03-17 Zoltan VargaMerge pull request #1633 from BrzVlad/fix-w32-pinvoke
2015-03-16 Vlad Brezae[aot] Add aot support for write barrier.
2015-03-16 Vlad Brezae[sgen] Differentiate the concurrent and nonconcurrent...
2015-03-16 Vlad Brezae[jit] Handle pointers for aot separately from CEE_MONO_...
2015-03-16 Vlad Brezae[sgen] Remove option for unaligned nurseries.
2015-03-16 Alexander Kyte[Runtime] Altered the marshalling logic for StringBuild...
2015-03-16 João Matos[msvc] Renamed ResumeThread since it conflicts with...
2015-03-16 Zoltan VargaFix the cross compiler build.
2015-03-15 Miguel de IcazaMerge pull request #1617 from keneanung/OdbcCommandExce...
2015-03-15 Miguel de IcazaMerge pull request #1627 from mono/tooltask-fixes
2015-03-14 Zoltan Varga[jit] Set the names of the gparams used during generic...
2015-03-13 João MatosMerge pull request #1606 from alexanderkyte/debug-final...
2015-03-13 João MatosMerge pull request #1618 from alexanderkyte/remoting-fix
2015-03-12 Rodrigo Kumpera[metadata] Handle denormalized value type encoding...
2015-03-12 Rodrigo Kumpera[threading] Fix a race condition between managed suspen...
2015-03-12 Marcos Henrich[runtime] Updated Socket_to_SOCKET to use SafeSocketHandle.
2015-03-12 Zoltan VargaRevert "[runtime] Fix mono_class_instance_size () to...
2015-03-12 Zoltan Varga[runtime] Fix mono_class_instance_size () to work with...
2015-03-11 Mark Probst[runtime] Remove unused `ves_icall_type_is_subtype_of()`.
2015-03-11 Mark ProbstMerge pull request #1621 from schani/fix-warnings
2015-03-11 Mark Probst[runtime] Fix warnings.
2015-03-11 Rodrigo Kumpera[threading] Split unwind state into sync and async.
2015-03-11 Rodrigo Kumpera[threading] Rework suspend code to be based on a state...
2015-03-11 Marek Safar[runtime] Make read_enum_value endian aware
2015-03-11 Marek Safar[corlib] Type from reference sources
2015-03-11 Zoltan Varga[runtime] Make the size of the pseudo classes created...
2015-03-10 Mark Probst[sgen] Fix a bug in 64 bit LOS cardtable scanning....
2015-03-10 Miguel de IcazaMerge pull request #977 from jasonleenaylor/bug-18558
2015-03-10 Marcos HenrichMerge pull request #1579 from esdrubal/aotsp
2015-03-10 Marcos HenrichMerge pull request #1612 from esdrubal/socketsh
2015-03-10 Zoltan Varga[runtime] Add support for generic params with gshared...
2015-03-10 Zoltan Varga[runtime] Make the image->gsharedvt_types into an array.
2015-03-10 Zoltan Varga[runtime] Handle gparams constrained to vtypes correctl...
2015-03-09 Marcos Henrich[runtime] Updated comment with wrong corlib path.
next