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-06ProjectX: Using ArrayOfT instead of SzArray in native layout dictionary signa...dotnet-bot
2018-01-04Merge pull request #5206 from dotnet/masterMichal Strehovský
2018-01-04Add option to block all metadata in an assembly (#5199)Michal Strehovský
2018-01-03Normalize interface implementation method before asking for the slot (#5191)Michal Strehovský
2018-01-03Add handling of method parameter custom attributes (#5188)Michal Strehovský
2018-01-03Normalize types and methods to fully canonical forms (#5169)Michal Strehovský
2018-01-03Automatic generation of method export file for shared libraries (#5154)Toni Solarin-Sodara
2017-12-31corert integration - accompanying closed source changesMichal Strehovsky
2017-12-30Add a couple more metadata rules (#5167)Michal Strehovský
2017-12-29Ensure reflection has access to instance methods on byref-like types (#5165)Michal Strehovský
2017-12-29Merge pull request #5161 from MichalStrehovsky/usageBasedMdManagerFixesMichal Strehovský
2017-12-29Route LDTOKEN dependencies through MetadataManager (#5158)Michal Strehovský
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-26Give MetadataManager option to control field reflectability (#5146)Michal Strehovský
2017-12-21Route abstract method reflectability through MetadataManager (#5145)Michal Strehovský
2017-12-19Merge pull request #5129 from MichalStrehovsky/metadataSplitMichal Strehovský
2017-12-18Add AnalysisBasedMetadataManagerMichal Strehovský
2017-12-18Do not require CompilationModuleGroup in MetadataManagerMichal Strehovský
2017-12-18Split CompilerGeneratedMetadataManagerMichal Strehovský
2017-12-17[ILVerify] Implement tail-ret and invalid method end verification (#5122)Samuel Arzt
2017-12-09Merge pull request #5085 from dotnet/nmirrorJan Kotas
2017-12-09ProjectX: Truncate concatenated symbol namesdotnet-bot
2017-12-08Added real support for Unbox stubs to WebAssembly (#5052)Jeff Greene
2017-12-08Merge pull request #5050 from MichalStrehovsky/devirtMgrMichal Strehovský
2017-12-08Merge pull request #5077 from dotnet/nmirrorMichal Strehovský
2017-12-08Overhaul ToString in the type system (#5065)Michal Strehovský
2017-12-07Emit metadata for type forwarders (#5054)Michal Strehovský
2017-12-07ProjectX: Name readonly data blob based on field handlesdotnet-bot
2017-12-05Rewrite method bodies for `catch (T)` (#5066)Michal Strehovský
2017-12-03Make scanner failures easier to troubleshoot (#5064)Michal Strehovský
2017-12-01Do not track RuntimeDeterminedMethod dependencies from canonical methods (#5040)Michal Strehovský
2017-12-01Add unit testsMichal Strehovský
2017-12-01Drive devirtualization using scanner's resultsMichal Strehovský
2017-11-30Merge pull request #5042 from dotnet/nmirrorJan Kotas
2017-11-30Ordinal Multifile supportDavid Wrighton
2017-11-27Fix debugger stepping into virtual calls (#5031)Michal Strehovský
2017-11-27Make redefinition of a sequence point not an error (#5030)Michal Strehovský
2017-11-27NativeCallable methods can only be called from unmanaged code (#5015)Toni Solarin-Sodara
2017-11-21Allow creating static or shared native library (#4718)Toni Solarin-Sodara
2017-11-21Enable generation of stack trace data (#4901)Michal Strehovský
2017-11-16Implement efficient/correct Comparer.get_Default and EqualityComparer.get_Def...Michal Strehovský
2017-11-12Update RyuJIT (#4919)Michal Strehovský
2017-11-12Define CORERT for ProjectN buildsJan Kotas
2017-11-09Switch stack trace metadata generation to use the CoreRT generatorMichal Strehovsky
2017-11-08Consider types marked as having strong metadata mappings as rootedDavid Wrighton
2017-11-08Fix a CoreRT build failure due to System.Diagnostics.Process usedotnet-bot