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-02-15Make g_rgWellKnownMethodNames specific to binder (#5390)Michal Strehovský
2018-02-02Fix ProjectN build break (#5333)Jan Kotas
2018-02-02Fix Linux build breaksJan Kotas
2018-02-02FuncEvalWithAppDomain - supporting FuncEval in case of having multiple AppDom...Andrew Au
2018-01-26RI from ProjNdev3dotnet-bot
2017-12-15[tfs-changeset: 1683889] (#5116)dotnet bot
2017-12-05Build runtime and libraries for WebAssembly (#4876)Morgan Brown
2017-12-01Fix to a GC hole caused by hijacking 'finally' blocks.Fadi Hanna
2017-11-30Ordinal Multifile supportDavid Wrighton
2017-11-14Compile "Module" code manager for ProjectN only (#4924)Jan Kotas
2017-11-12Define CORERT for ProjectN buildsJan Kotas
2017-10-21[tfs-changeset: 1678781]dotnet-bot
2017-10-04Enable x86 support for UnixAdeel
2017-09-26[tfs-changeset: 1676255]dotnet-bot
2017-09-21Cleanup portable PInvokeTransitionFrame - fixes ARM build break (#4584)Jan Kotas
2017-09-18Merge remote-tracking branch 'upstream/nmirror' into nmirror-mergeJan Kotas
2017-09-18Fix PInvokeTransitionFrame build break (#4559)Jan Vorlicek
2017-09-18Jan Vorlicek's fix for ARM build breakTomas Rylek
2017-09-15Implemented portable pinvoke infrastructure for CppCodeGen (#4503)Jeff Greene
2017-08-08Merge pull request #4278 from dotnet/nmirrorJan Kotas
2017-08-08ProjectX: Loop Hijack for GC polldotnet-bot
2017-08-07This changeset includes a couple of workitems that are related to each other:Fadi Hanna
2017-08-04typo (#4273)github-john-doe
2017-07-14Makes exception dispatch call into AppContext to enable FirstChanceException....Daniel Harvey
2017-07-07(On behalf of Jan Vorlicek) Thread abort stage 1Andrew Au
2017-07-06Fix stresslog (#4062)Jan Kotas
2017-07-03Improve performance of interface castingDavid Wrighton
2017-06-23Support for arrays of pointersDavid Wrighton
2017-06-12 Fixing bug 445667: AV in universal transition thunk.Fadi Hanna
2017-04-25Remove native runtime lookups for static field dataSimon Nattress
2017-04-13This is the change to fix the GC info cliff for huge methods. For instance, a...Peter Sollich
2017-04-07Fix a number of issues in compiling with ProjectN abiDavid Wrighton
2017-04-03Signatures handling for TypedReference types. With these changes, we're now a...Fadi Hanna
2017-03-16Debugger SupportAndrew Au
2017-02-25Add a rare flag to indicate EEType represents an abstract classMichal Strehovsky
2017-02-15Refactor use of TypeManager and Module pointers within the BCLDavid Wrighton
2017-02-10These are the binder and runtime changes to map IP values in cold code to the...Peter Sollich
2017-02-10ProjectX: GC Description for Thread Local Staticsdotnet-bot
2017-02-08ProjectX: Post RI Fixupdotnet-bot
2017-02-07RI from ProjNdev3dotnet-bot
2017-02-02Port support for call-site specific interface dispatch cell (#2638)Simon Nattress
2016-11-01Merge pull request #2121 from dotnet/nmirrorJan Kotas
2016-11-01Rename ModuleManager to TypeManagerJan Kotas
2016-11-01Make unhandled exceptions fail gracefully on WindowsJan Kotas
2016-10-20Fix call from CastableObject to ThunkPool after it's been refactored.Fadi Hanna
2016-10-12This is a fix to the CastableObject support for methods used in a ldvirtftn o...Fadi Hanna
2016-10-08Implement ByRef types in the runtime (#1994)Michal Strehovský
2016-10-05Fix for a bug introduced by changeset #1629763. RequiresOptionalFields was re...Fadi Hanna
2016-10-05Fix issue in interface dispatch logic, where we mistakenly identify a Dispatc...David Wrighton
2016-10-04Add support for interface dispatch to have a codepath that supports resolutio...David Wrighton