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
2016-01-13Proper implementations of JIT helpersJan Kotas
2016-01-10Unique names for CoreLibNativeJan Kotas
2016-01-06Add required common filesMichal Strehovský
2016-01-04Fix incorrectly resolved merge conflictJan Kotas
2016-01-04Remove System.Private.CoreLib interop dependency on delegate marshallingJan Kotas
2015-12-30Miscellaneous fixes for trivial issues found by adhoc testingJan Kotas
2015-12-30Implement most RyuJIT intrinsicsJan Kotas
2015-12-30Include the key in the "duplicate key" exception messageJan Kotas
2015-12-29Merge pull request #566 from jkotas/cleanup-workaroundsJan Kotas
2015-12-28Cleanup and centralize workaroundsJan Kotas
2015-12-27Improve performance of MethodIL providerJan Kotas
2015-12-23While porting the library I ended up updating quite a few projects to make su...Alex Ghiondea
2015-12-23Refactor MEMORY_BASIC_INFORMATION, SYSTEM_INFOJan Kotas
2015-12-22Refactoring Windows error codes to match corefx conventionsJan Kotas
2015-12-22Remove CoreRT TODOs in Buffer.CopyBlock and Array.CopyJan Kotas
2015-12-22Implement ImportCalli for CppCodeGenJan Kotas
2015-12-17Initial MetadataTransform commitMichal Strehovský
2015-12-17Merge pull request #539 from MichalStrehovsky/constraintsAndVarianceMichal Strehovský
2015-12-17Add constraints and variance to GenericParameterDescMichal Strehovský
2015-12-16Fix up comments about what interface lists may contain duplicatesMichal Strehovský
2015-12-16Merge pull request #536 from MichalStrehovsky/moreTSFixesMichal Strehovský
2015-12-16More type system tweaksMichal Strehovský
2015-12-16Merge pull request #533 from MichalStrehovsky/assemblydescDavid Wrighton
2015-12-15Merge pull request #530 from MichalStrehovsky/typeTweaksMichal Strehovský
2015-12-15Introduce IAssemblyDescMichal Strehovský
2015-12-15Type system metadata tweaksMichal Strehovský
2015-12-15Make the HandleType property on NativeFormat Metadata Handles public, and use...David Wrighton
2015-12-15Minor cleanup of type system code baseDavid Wrighton
2015-12-11Merge pull request #507 from nattress/eetype_optional_fieldsJan Kotas
2015-12-11Populate EEType Optional FieldsSimon Nattress
2015-12-10Reduce dependency on Ecma api surfaceDavid Wrighton
2015-12-08Make hashing using TypeHashingAlgorithms ubiquitous in the type systemDavid Wrighton
2015-12-04Use SignatureHeader helper from System.Reflection.MetadataNick Guerrera
2015-12-04Merge pull request #482 from MichalStrehovsky/updateSchemaMichal Strehovský
2015-12-04Use setlocal to prevent __py from leakingMichal Strehovský
2015-12-04Fill out EEType fieldsSimon Nattress
2015-12-04Add script to run native format generatorMichal Strehovský
2015-12-04Port reflection metadata reader and writer to CoreRTMichal Strehovsky
2015-12-04Fix base type system api's to work in terms of DefType not MetadataTypeDavid Wrighton
2015-12-04Adding NativeFormat supportTijoy Tom Kalathiparambil
2015-12-03Merge pull request #472 from davidwrighton/array_hash_codesJan Kotas
2015-12-03Fix handling of single dimensional array hash codesDavid Wrighton
2015-12-03Move System.Private.Threading implementation files from CommonJan Kotas
2015-12-03Delete unnecessary global:: prefixesJan Kotas
2015-12-02Merge pull request #451 from morganbr/HoistFieldLayoutMorgan Brown
2015-12-02Rnamed FieldLayoutFlags and added comments to make usage more clearMorgan Brown
2015-12-02Merge pull request #453 from davidwrighton/integration_tweaksDavid Wrighton
2015-12-02Make Type System somewhat more flexibleDavid Wrighton
2015-12-02Hoist the field layout boilerplate from MetadataType to DefType since all of ...Morgan Brown
2015-12-02Fix the name of DLL in DllImport.Austin Wise