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-13Implement StelemRef and LdelemaRef helpersJan Kotas
2016-01-13Proper implementations of JIT helpersJan Kotas
2016-01-07Fix two EH bugsScott Mosier
2015-12-18Fix build breaks in internal .NET Native buildJan Kotas
2015-12-18Native compilation of Runtime.BaseJan Kotas
2015-12-11Fix ARM RH build break caused by rename of RareFlags to EETypeRareFlags.Vitek Karas
2015-12-11Merge pull request #507 from nattress/eetype_optional_fieldsJan Kotas
2015-12-11Populate EEType Optional FieldsSimon Nattress
2015-12-09Merge pull request #503 from smosier/pn-fixesJan Kotas
2015-12-09Fix catches around uplevel callbacksScott Mosier
2015-12-09Fix some runtime FailFast pathsScott Mosier
2015-12-08Simplify exception handling in RhNewObject and RhNewArrayJan Kotas
2015-12-04Fill out EEType fieldsSimon Nattress
2015-12-02Change calling convention of RhpFailFastForPInvokeExceptionPreemp to __cdeclJan Kotas
2015-12-01Refactor RhMemberwiseCloneJan Kotas
2015-12-01Delete /*internal*/ commentsJan Kotas
2015-12-01Move McgIntrinsicsAttribute into separate fileJan Kotas
2015-12-01Move TriggerGCForGCStress to GCStress classJan Kotas
2015-11-24Make MRT finalizer loop robust to conservative reportingScott Mosier
2015-11-18Make Runtime.Base compile with ilcJan Kotas
2015-11-12[unix] Ensure that the managed build can complete on unixGeoff Norton
2015-11-11Delete FEATURE_CLR_EH defineJan Kotas
2015-11-11Add Runtime.Base.dll to the buildJan Kotas
2015-11-09Initial population of Runtime.Basedotnet-bot