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-08-16Fix issue around relocs to ShadowConcreteMethodsMichal Strehovsky
2018-08-16Merge pull request #6228 from dotnet/masterMichal Strehovský
2018-08-16The name/semantic of the CanonicalEntrypoint method on the NodeFactory is a b...Fadi Hanna
2018-08-13Fixed reverse ordering of unwind insts in the object file (#6220)sergey ignatov
2018-08-11Add an option to disable generation of reflection invoke thunksMichal Strehovsky
2018-08-11Merge pull request #6213 from dotnet/masterMichal Strehovský
2018-08-10Add size-optimization switch passing from ilc to NUTC to CoreRT in PureNative...dotnet-bot
2018-08-07Optimize WASM arguments and returns (#6181)Morgan Brown
2018-07-31Merge pull request #6158 from dotnet/masterMichal Strehovský
2018-07-30Entries in the export table were not correctly sorted based on ordinals, but ...Fadi Hanna
2018-07-30Make sure metadata nodes don't show up in the graph (#6152)Michal Strehovský
2018-07-30Add support for sealed vtables in CppCodegen (#6148)Michal Strehovský
2018-07-30Add an option to only generate metadata for complete types (#6149)Michal Strehovský
2018-07-27[tfs-changeset: 1708860]dotnet-bot
2018-07-24Generate runs of interface dispatch cellsMichal Strehovsky
2018-07-23Make generic composition details relative addressesMichal Strehovsky
2018-07-19Fix a reflection bug caused by my previous checkin. Weak reflected types shou...Fadi Hanna
2018-07-18Merge pull request #6112 from dotnet/nmirrorJan Kotas
2018-07-18In ProjectN, when compiling in multifile mode, all imported types that are al...Fadi Hanna
2018-07-18Make thread statics faster (#6108)Michal Strehovský
2018-07-18Merge pull request #6107 from dotnet/nmirrorMichal Strehovský
2018-07-18Refactoring the ISortableSymbolNode into ISortableNode and ISymbolNode, to se...Fadi Hanna
2018-07-17Add support for embedding runtime configuration (#6103)Michal Strehovský
2018-07-04Fix MightHaveInterfaceDispatchMap to work with optimized CoreRT buildsMichal Strehovsky
2018-06-29Fixing CoreRT git mirroring break.Fadi Hanna
2018-06-29Merge pull request #6032 from dotnet/masterMichal Strehovský
2018-06-29Make emission of managed resources controlled by a policy (#6031)Michal Strehovský
2018-06-28Typo (#6029)John Doe
2018-06-27Changing the interface method resolution logic used in building the sealed vt...Fadi Hanna
2018-06-24Plumbing to generate calli PInvoke stubs (#6002)Jan Kotas
2018-06-22Merge pull request #5992 from dotnet/nmirrorMichal Strehovský
2018-06-22Allow constructed byref-like typesMichal Strehovsky
2018-06-221- Fix baseline TOC reading to handle missing/changed contents correctly (we ...Fadi Hanna
2018-06-18Add opt-in switch to disable metadata blocking (#5955)Michal Strehovský
2018-06-17Merge pull request #5948 from dotnet/nmirrorJan Kotas
2018-06-17Fix CoreRT break in thread static name manglingMichal Strehovský
2018-06-15RI from ProjNdev3 up to CS1704145dotnet-bot
2018-06-14Dwarf: add support for static members (#5592)Konstantin Baladurin
2018-06-12Hooking up the baseline TOC logic so that the compiler would reuse ordinals o...Fadi Hanna
2018-06-04Order ExternalReferencesTable after DefaultConstructorMapMichal Strehovsky
2018-06-04Clean up tracking default .ctor dependenciesMichal Strehovsky
2018-05-31Fixing the cases of missing default constructor. This fix makes the default c...Fadi Hanna
2018-05-18Merge pull request #5821 from dotnet/masterMichal Strehovský
2018-05-18[tfs-changeset: 1700475]dotnet-bot
2018-05-13Merge pull request #5799 from MichalStrehovsky/appContextMichal Strehovský
2018-05-11Merge pull request #5801 from dotnet/masterMichal Strehovský
2018-05-11Add support for setting AppContext switchesMichal Strehovský
2018-05-11Extract class library composition into `.targets` (#5793)Michal Strehovský
2018-05-09Fixing a bug with calls to USG vtable-methods wrapped in a calling convention...Fadi Hanna
2018-04-26Devirtualize delegate creation to sealed virtuals (#5749)Michal Strehovský