Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-26Switch around a condition for better readabilityMichal Strehovský
2015-10-26Misc fixesJan Kotas
2015-10-26Redirect string constructor references to the Ctor methodMichal Strehovský
2015-10-25Merge pull request #112 from MichalStrehovsky/initArraysJan Kotas
2015-10-24Report all intrinsic methods as intrinsics to JITMichal Strehovský
2015-10-24Add support for InitializeArray intrinsicMichal Strehovský
2015-10-23Implement isStructRequiringStackAllocRetBufMichal Strehovský
2015-10-22Call cctor when accessing type's static baseMichal Strehovský
2015-10-21Move MDArray creation to the runtimeMichal Strehovský
2015-10-21Add support for multidimensional arraysMichal Strehovský
2015-10-21Implement simple delegatesJohn Chen (CLR)
2015-10-20Hook up class constructors to the dependency analyzerMichal Strehovský
2015-10-20Add support for running class constructorsMichal Strehovský
2015-10-19Add support for Call intrinsicMichal Strehovský
2015-10-18Implement JitInterface support for stackallocMichal Strehovský
2015-10-17JIT-EE interface fixesJan Kotas
2015-10-16Miscellaneous JITInterface fixesJan Kotas
2015-10-16Complete asCorInfoType implementationMichal Strehovský
2015-10-15Reference string literals via GC handleJan Kotas
2015-10-14Get static string literal loads to workschellap
2015-10-13Add support for GC static fieldsMichal Strehovský
2015-10-10Fix asCorInfoTypeJan Kotas
2015-10-09Merge remote-tracking branch 'upstream/master'schellap
2015-10-08Get Array1 to workschellap
2015-10-08Switch to protojit.dllJan Kotas
2015-10-01Add support for non-GC static fieldsMichal Strehovský
2015-10-01Implement simple castingJohn Chen (JOCHEN7)
2015-09-30ILToNative buildJan Kotas
2015-09-30Add JitInterface sourcesdotnet-bot