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-12-02Port System.Private.DeveloperExperience.Console to CoreRTAlex Ghiondea
2015-12-01Move McgIntrinsicsAttribute under CommonJan Kotas
2015-11-30Merge pull request #413 from davidwrighton/has_same_type_defDavid Wrighton
2015-11-30Add HasSameTypeDefinitionDavid Wrighton
2015-11-26Eliminate MethodCodeJan Kotas
2015-11-26Add TODO for substitutions and limit filtering to instance .ctors onlyMichal Strehovský
2015-11-26Fix compiler crashes and rebucket the restMichal Strehovský
2015-11-25Make RVA static fields not participate in layoutMichal Strehovský
2015-11-24Merge pull request #398 from MichalStrehovsky/rvaMappedJan Kotas
2015-11-24Merge pull request #400 from MichalStrehovsky/memberRefBucketJan Kotas
2015-11-24Merge pull request #399 from MichalStrehovsky/instMethodJan Kotas
2015-11-24Improve unimplemented MemberRef bucketingMichal Strehovský
2015-11-24Don't create InstantiatedMethodIL for null MethodILMichal Strehovský
2015-11-24Use computed type size when reading field RVA dataMichal Strehovský
2015-11-24Merge pull request #378 from MichalStrehovsky/recursionJan Kotas
2015-11-24Add automatic detection for ARM processors.Manu
2015-11-23Prevent recursion in primitive typesMichal Strehovský
2015-11-21Merge pull request #359 from MichalStrehovsky/standaloneSigJan Kotas
2015-11-21Add support for resolving standalone signaturesMichal Strehovský
2015-11-21Fix MDArray generated Get and Address methodsMichal Strehovský
2015-11-20Encapsulate ILEmitter in ArrayMethodILEmitterMichal Strehovský
2015-11-20Improve usability of ILEmitterMichal Strehovský
2015-11-20Added missing EOF newlines.Manu
2015-11-20Updated formattingManu
2015-11-20Move HelperExtensions to CommonMichal Strehovský
2015-11-20Add ModuleDesc as the base type of EcmaModuleMichal Strehovský
2015-11-19Fixed documentationManu
2015-11-19Merge pull request #332 from MichalStrehovsky/MDArrayRngChk2Michal Strehovský
2015-11-19Enable range check code in MDArray accessorsMichal Strehovský
2015-11-19Minor, mostly mechanical, changes to make the type system compile in the cont...Morgan Brown
2015-11-18Update assert messageJan Kotas
2015-11-18Fix handling of array types instantiated over genericsMichal Strehovský
2015-11-17Add CachingMetadataStringDecoderJan Kotas
2015-11-17Merge pull request #290 from MichalStrehovsky/fptrTypeJan Kotas
2015-11-17Handle function pointer typeMichal Strehovský
2015-11-17Implement code review feedbackMichal Strehovský
2015-11-17Rename types and members based on CR feedbackMichal Strehovský
2015-11-17Block unsupported PInvoke scenariosMichal Strehovský
2015-11-14Remove casting to EcmaMethod from JitInterfaceMichal Strehovský
2015-11-14Remove dependency on System.Collections contract from core type system compon...David Wrighton
2015-11-13Add support for labels in ILEmitterMichal Strehovský
2015-11-12Merge pull request #248 from MichalStrehovsky/pinningMichal Strehovský
2015-11-12Add support for pinned localsMichal Strehovský
2015-11-12Port System.Private.Threading to open sourceTarek Mahmoud Sayed
2015-11-12Change several types to be partial classes.Morgan Brown
2015-11-11Merge pull request #223 from davidwrighton/lock_free_hashDavid Wrighton
2015-11-11Add LockFreeReaderHashtable to replace ImmutableDictionaryDavid Wrighton
2015-11-10Implement UncheckedCast intrinsicMichal Strehovský
2015-11-10Add support for constrained method callsMichal Strehovský
2015-11-07Merge pull request #199 from davidwrighton/interfacesDavid Wrighton