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
2017-04-07ProjectX: Hook up class lib functions with type managerdotnet-bot
2017-04-04Fix CoreRT build breakMichal Strehovsky
2017-03-16Debugger SupportAndrew Au
2017-02-25Update build tools to latest (#2815)Jan Kotas
2017-02-24Fix ProjectN build break (#2814)Jan Kotas
2017-02-24Run codeformatter on corelib sources (#2813)Alex Perovich
2017-02-24Merge pull request #2810 from dotnet/nmirrorJan Kotas
2017-02-24Implement GC APIs for .NET Standard 2.0dotnet-bot
2017-02-23Delegate MarshallingFaizur Rahman
2017-02-15Refactor use of TypeManager and Module pointers within the BCLDavid Wrighton
2017-02-08ProjectX: Post RI Fixupdotnet-bot
2017-02-07RI from ProjNdev3dotnet-bot
2017-01-26Fix initialization of stack walker for second pass to match first passJan Kotas
2017-01-25Change stackwalking to always use unadjusted IPJan Kotas
2017-01-22Abstract cctor trigger via ICodeManagerJan Kotas
2016-12-19Add missing type checks to RyuJIT unbox helpers (#2378)Jan Kotas
2016-12-14Rerun CodeFormatter on CoreLib (#2343)Jan Kotas
2016-12-09Make ordering of modifiers more consistent (#2318)Jan Kotas
2016-12-02Skip duplicate EH clauses (#2288)Jan Kotas
2016-11-19Hook up integer overflow hardware exception (#2238)Michal Strehovský
2016-11-15Thunk pool implementation for CoreRT. In CoreRT, the thunk mappings are alloc...Fadi Hanna
2016-11-03Changing constants fields to be readonlyFadi Hanna
2016-11-03The number of thunk blocks per mapping in CoreRT will be more dynamic. Removi...Fadi Hanna
2016-10-20Fix call from CastableObject to ThunkPool after it's been refactored.Fadi Hanna
2016-10-19Refactoring for the ThunkPool APIs:Fadi Hanna
2016-10-12This is a fix to the CastableObject support for methods used in a ldvirtftn o...Fadi Hanna
2016-10-09Merge pull request #1999 from dotnet/nmirrorJan Kotas
2016-10-09Rename Unsafe.AddRaw to Unsafe.AddByteOffsetJan Kotas
2016-10-08Implement ByRef types in the runtime (#1994)Michal Strehovský
2016-10-04Add support for interface dispatch to have a codepath that supports resolutio...David Wrighton
2016-10-01Implement more shared generic helpers (#1965)Michal Strehovský
2016-10-01Merge remote-tracking branch 'upstream/nmirror' into nmirror-mergeJan Kotas
2016-10-01Reduce amount of assembly code for CastableObjectSupportJan Kotas
2016-10-01Make CastableObjectSupport constructor eager (#1958)Michal Strehovský
2016-09-30Move EagerStaticClassConstructionAttribute under Runtime.Base to reduce ifdef...Jan Kotas
2016-09-30Fix conflicts between Test.CoreLib and CastableObject workJan Kotas
2016-09-30Merge remote-tracking branch 'upstream/nmirror' into nmirror-mergeJan Kotas
2016-09-30Add Test.CoreLib (#1949)Michal Strehovský
2016-09-30This change implements CastableObject support. The work was done by David Wri...Jan Vorlicek
2016-09-28Shared generics work (#1933)Michal Strehovský
2016-09-24Fix comment on System.Void (#1918)Michal Strehovský
2016-09-15Cleanup CORERT ifdefs, and some cases pinning via m_pEETypeJan Kotas
2016-09-10Fix AV for exceptions not deriving from System.ExceptionAnton Lapounov
2016-09-09Fix firing ExceptionThrown ETW eventAnton Lapounov
2016-09-09Fix StackOverflow due to recursive OOMsAnton Lapounov
2016-08-27Formatting fixes (#1734)Jan Kotas
2016-08-20Delete RhGetGenericInstantiation/RhSetGenericInstantiationMichal Strehovsky
2016-08-16Implement transition thunk for Unix amd64 (#1653)Jan Kotas
2016-08-16Delete ConvertIntPtrToObjectReference intrinsicMichal Strehovsky
2016-08-12Fix Unix build breakMichal Strehovsky