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
2018-01-02Cleanup and simplify makefiles (#5179)Jan Kotas
2018-01-02Encoding: Don't alloc for zero length array (dotnet/coreclr#13794)Ben Adams
2017-12-31Set cleanOptions to 3 so that output directory is cleaned up (#5166)Michal Strehovský
2017-12-31Implement cpobj opcode for wasm (#5151)Wayde Reitsma
2017-12-30Cleanup ifdefs (#5156)Jan Kotas
2017-12-30Update RyuJIT and System.Globalization.a to latest (#5170)Jan Kotas
2017-12-30Add a couple more metadata rules (#5167)Michal Strehovský
2017-12-30Fix RhGetCodeTarget for Unix x64 (#5168)Jan Kotas
2017-12-29Ensure reflection has access to instance methods on byref-like types (#5165)Michal Strehovský
2017-12-29Add CoreFX Static Libraries to Linker Args (#5159)Andon Andonov
2017-12-29Update corefx to latest (#5164)Jan Kotas
2017-12-29Merge pull request #5161 from MichalStrehovsky/usageBasedMdManagerFixesMichal Strehovský
2017-12-29Add test coverage for the "reflection metadata from use" featureMichal Strehovský
2017-12-29Route LDTOKEN dependencies through MetadataManager (#5158)Michal Strehovský
2017-12-29Update resource stringsJan Kotas
2017-12-29Make HandleRef fields privateJan Kotas
2017-12-29Extending FormatException's message with datetime/format (#15635)Szabolcs Dézsi
2017-12-29Make DangerousGetPinnableReference internal and remove DangerousTryGetArray (...Ahson Khan
2017-12-28A couple tweaks to custom attribute dependenciesMichal Strehovský
2017-12-28Make sure string constructors fall under the static use reflection rulesMichal Strehovský
2017-12-28Include owning type of a method as an invoke map dependencyMichal Strehovský
2017-12-28Consider methods on `Array<T>` blockedMichal Strehovský
2017-12-28Delete AddReflectionFieldMapEntryDependencies (#5157)Michal Strehovský
2017-12-27Link WebAssembly runtime (#5141)Morgan Brown
2017-12-26Give MetadataManager option to control field reflectability (#5146)Michal Strehovský
2017-12-24Fix marshaling of pointers marked with [Out] (#5150)Jan Kotas
2017-12-24Merge pull request #5149 from MichalStrehovsky/maxStackMichal Strehovský
2017-12-24Add workaround for interopMichal Strehovský
2017-12-24Add algorithm to compute the MaxStack valueMichal Strehovský
2017-12-23Merge pull request #5148 from dotnet/nmirrorJan Kotas
2017-12-23Merge pull request #5147 from dotnet-bot/from-tfsJan Kotas
2017-12-23Move HandleRef and GuidAttribute to shared CoreLib partitionJan Kotas
2017-12-21Route abstract method reflectability through MetadataManager (#5145)Michal Strehovský
2017-12-21Make sure CORINFO_FLG_FINAL is reported on delegate invoke methods (#5144)Michal Strehovský
2017-12-21Merge pull request #5139 from dotnet/nmirrorMichal Strehovský
2017-12-21Merge pull request #5138 from dotnet-bot/from-tfsMichal Strehovský
2017-12-21DllGetClassObject - enable native app to instantiate and use COM objects impl...Andrew Au
2017-12-20Merge pull request #5136 from A-And/LinuxAndMacPublishRegressionFixAndon Andonov
2017-12-20Add package reference for multiple platformsAndon Andonov
2017-12-19Merge pull request #5135 from dotnet/masterMichal Strehovský
2017-12-19Merge pull request #5129 from MichalStrehovsky/metadataSplitMichal Strehovský
2017-12-19Merge pull request #5132 from A-And/PackageFailureReferenceFixAndon Andonov
2017-12-19Add Project reference to meta packageAndon Andonov
2017-12-18Take System.Text.RegularExpressions from UAPAOT (#5130)Michal Strehovský
2017-12-18Add AnalysisBasedMetadataManagerMichal Strehovský
2017-12-18Do not require CompilationModuleGroup in MetadataManagerMichal Strehovský
2017-12-18Split CompilerGeneratedMetadataManagerMichal Strehovský
2017-12-17Update RyuJIT (#5121)Michal Strehovský
2017-12-17[ILVerify] Implement tail-ret and invalid method end verification (#5122)Samuel Arzt
2017-12-16Merge pull request #5128 from dotnet/masterJan Kotas