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-03-12Update dependencies (#5528)Michal Strehovský
2017-12-08Overhaul ToString in the type system (#5065)Michal Strehovský
2017-09-15ProjectX: Bug fixes for metadata parsingdotnet-bot
2017-08-22Emit IsByRefLike flag on generic definitions (#4346)Michal Strehovský
2017-07-12Overhaul exception throwing from the type systemMichal Strehovsky
2017-05-20Cache HasFinalizer (#3663)Michal Strehovský
2017-05-11Treat the `<Module>` type as not having a lazy constructor (#3584)Michal Strehovský
2017-04-06Miscellaneous interop changesFaizur Rahman
2017-03-30ByValArray MarshallerFaizur Rahman
2017-03-24Delete ContainsGenericVariablesMichal Strehovský
2017-03-16Addressed feedbacksFaizur Rahman
2017-03-16Closed Delegate marshallingFaizur Rahman
2017-03-16Merge pull request #2943 from shrah/structFaizur Rahman
2017-03-15Struct Marshalling - initial implementationFaizur Rahman
2017-03-11Add support for field layout of universal canon types and types instantiated ...David Wrighton
2017-02-04Add type system methods to deal with default ctorsMichal Strehovský
2016-11-16Throw better exception for invalid base typesMichal Strehovský
2016-10-14Improve HasStaticConstructor implementation (#2021)David Wrighton
2016-08-05Use HashCodeBuilder in EcmaType (#1618)Michal Strehovský
2016-07-21Move Name, Namespace and OwningType to DefType (#1553)Michal Strehovský
2016-05-24Introduce distinction between modules and assemblies (#1286)Michal Strehovský
2016-05-20Change IsWellKnownType into TypeDesc extension method (#1308)Jan Kotas
2016-05-03Throw meaningful exception if type doesn't derive from System.Object (#1230)Michal Strehovský
2016-04-28Add exported native callable methods as compilation roots (#1211)Jan Kotas
2016-04-23Implement CanCastTo (#1183)Michal Strehovský
2016-03-29Make virtual method resolution algorithm basedMichal Strehovský
2016-03-19Allow blitting types with Char fieldsMichal Strehovský
2016-01-28Merge branch 'nmirror' into nmirror_mergeJan Kotas
2016-01-28Update licensing headersdotnet-bot
2016-01-21Load string literals with startup codeSenthil
2015-12-16More type system tweaksMichal Strehovský
2015-12-15Type system metadata tweaksMichal Strehovský
2015-12-15Minor cleanup of type system code baseDavid Wrighton
2015-12-10Reduce dependency on Ecma api surfaceDavid Wrighton
2015-12-08Make hashing using TypeHashingAlgorithms ubiquitous in the type systemDavid Wrighton
2015-12-04Fill out EEType fieldsSimon Nattress
2015-11-20Updated formattingManu
2015-11-11Add LockFreeReaderHashtable to replace ImmutableDictionaryDavid Wrighton
2015-11-07Implement full interfaces api surface for type systemDavid Wrighton
2015-10-29Move HasCustomAttribute to abstract base typesJan Kotas
2015-10-29Parse custom attributes by walking metadata directlyJan Kotas
2015-10-28Fix a few issues around compiling Hello World on LinuxMichal Strehovský
2015-10-28Adjust inheritance hierarchy of type systemDavid Wrighton
2015-10-20Hook up class constructors to the dependency analyzerMichal Strehovský
2015-10-20Add support for running class constructorsMichal Strehovský
2015-10-16Miscellaneous JITInterface fixesJan Kotas
2015-10-09Fix incorrect handling of MethodSpecificiations for MethodImpl overridesDavid Wrighton
2015-10-08Move ArrayBuilder<T> to CommonJan Kotas
2015-10-08Factor out the type system into a separate assemblyMichal Strehovský