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
2017-02-21Revert "[configure] Remove mcs endianess check (it shouldn't be needed)"Marek Safar
2017-02-21Merge pull request #4169 from evincarofautumn/fix-xmm-scanning-mac-x86Alexis Christoforides
2017-02-21Bump cecilMarek Safar
2017-02-21[msvc] Update csproj filesmonojenkins
2017-02-21correct spelling mistakes (#4405)Edward Betts
2017-02-21[mcs] Add codegen for null operator on result of awaited instance expression ...Marek Safar
2017-02-21[configure] Remove mcs endianess check (it shouldn't be needed)Marek Safar
2017-02-21[Microsoft.CSharp] Replaced with CoreFX implementationMarek Safar
2017-02-20Merge pull request #4398 from marek-safar/mono.csharpMarek Safar
2017-02-20Bump corefxMarek Safar
2017-02-20[mcs] Inflate constraints of compiler generated proxy base call methods. Fixe...Marek Safar
2017-02-20[sgen] Lock around worker start, not only finishingVlad Brezae
2017-02-20[runtime] Use proper hash function for key_gc hashesVlad Brezae
2017-02-20[runtime] Counter for max hashtable chain lengthVlad Brezae
2017-02-20Revert "[Utils] Use g_direct_equal if NULL is passed in as the equals function"Vlad Brezae
2017-02-20[sgen] Include optimization for arm/arm64 targetsVlad Brezae
2017-02-20[runtime] Avoid equal calls in MonoGHashTableVlad Brezae
2017-02-20[runtime] Use better hashing for refobject_hashVlad Brezae
2017-02-20[runtime] Reduce collisions with open addressing hashesVlad Brezae
2017-02-20[sgen] Generational mono g hashtableVlad Brezae
2017-02-20[Mono.CSharp] Simplify .sources structureMarek Safar
2017-02-20[runtime] Fail gracefully when method has conflicting attributesAlexander Kyte
2017-02-19[jit] Fix support for gsharedvt constrained calls which return enums. Fixes #...Zoltan Varga
2017-02-17[threadpool] Let the runtime abort and wait for threads on shutdown (#4348)Ludovic Henry
2017-02-17[xbuild] Show the deprecation notice with logo, and so hide it with (#4399)Ankit Jain
2017-02-17[sgen] Move some cardtable functions to sgenVlad Brezae
2017-02-17[runtime] Open addressing for MonoGHashTableVlad Brezae
2017-02-17[ProcessTest] Ensure we enable raising Exited event (#4397)Ludovic Henry
2017-02-17[Mono.CSharp] Remove type conflicts with mscorlib types. Fixes #52590Marek Safar
2017-02-17Merge pull request #4396 from radical/xbuild-deprec-fixJonathan Pryor
2017-02-17[interpreter] move interpreter specific trampoline definition to mini.h, also...Bernhard Urban
2017-02-17[interpreter] clean up exported symbols and header organizationBernhard Urban
2017-02-17[interpreter] remove temporary generic-interp.cs, and use Category attribute ...Bernhard Urban
2017-02-17[interpreter] respect Category Attribute for --regression testsBernhard Urban
2017-02-17[interpreter] hacky implementation for create_method_pointerBernhard Urban
2017-02-17[interpreter] force vtable setup before method lookupBernhard Urban
2017-02-17[interpreter] skip boxing if it's already a non-valuetypeBernhard Urban
2017-02-17[interpreter] fix misc type resolving issuesBernhard Urban
2017-02-17[interpreter] pop from value type stack when loading field from value typeBernhard Urban
2017-02-17[interpreter] fix off-by-one errors around loading and storing argsBernhard Urban
2017-02-17[interpreter] implement constrained.callvirt insnBernhard Urban
2017-02-17[interpreter] special casing for string objectsBernhard Urban
2017-02-17[interpreter] implement {st,ld}elem for value typesBernhard Urban
2017-02-17[interpreter] use runtime helper to unbox `this'Bernhard Urban
2017-02-17[interpreter] make mint_{ldind_i,box} so that it can also operate on elements...Bernhard Urban
2017-02-17[interpreter] allow value types to be passed in interp->native transition and...Bernhard Urban
2017-02-17[interpreter] simplify {ld,st}sfld insns and use runtime helpersBernhard Urban
2017-02-17[interpreter] be more verbose for debuggingBernhard Urban
2017-02-17[interpreter] respect GENERICINST in stackval_from_dataBernhard Urban
2017-02-17[interpreter] use `mono_value_copy` instead of doing a manual memcpy.Bernhard Urban