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-03-23Add support for most of the remaining runtime supported GenericLookup typesDavid Wrighton
2017-03-17Optimize calls to enum's GetHashCode/EqualsMichal Strehovský
2017-03-17Fix build breaksJan Kotas
2017-03-17Experimental prototype of jit for CoreRTDavid Wrighton
2017-03-11Add support for field layout of universal canon types and types instantiated ...David Wrighton
2017-02-25Update build tools to latest (#2815)Jan Kotas
2017-02-14Upgrade .NET Core NuGet packages to latest versions (#2667)Jan Kotas
2017-02-09Precomputed reflection mapping factoring (#2685)David Wrighton
2017-02-08ProjectX: Post RI Fixupdotnet-bot
2017-02-07RI from ProjNdev3dotnet-bot
2017-02-04Merge pull request #2651 from MichalStrehovsky/publicDefaultCtorMichal Strehovský
2017-02-04Add type system methods to deal with default ctorsMichal Strehovský
2017-02-04Fix an assertion in the BitEnumerator classSergiy Kuryata
2017-02-03Port internal changes to allow hosting ILCompiler as a library (#2648)Simon Nattress
2017-02-02Port support for call-site specific interface dispatch cell (#2638)Simon Nattress
2017-01-24GVM dependency tracking analysis and GVM table building logic:fadimounir
2017-01-19Concrete generic constraints validation helpersfadimounir
2017-01-10Parse MarshalAs DescriptorsFaizur Rahman
2017-01-07Hide a garbage Tools item from Solution Explorer (#2456)Michal Strehovský
2016-12-20Add packaging build changes and scripts. (#2325)Chris Rummel
2016-11-02Fix customer reported issue where compiler was unable to properly compile gen...David Wrighton
2016-10-29Move a few properties to GenericParameterDesc (#2107)Michal Strehovský
2016-10-13Delete NoMetadataType (#2019)Michal Strehovský
2016-10-10Add handling of various bad inputs (#1990)Michal Strehovský
2016-10-05Replace VirtualMethodEnumerationAlgorithm with simple GetAllMethods (#1975)Michal Strehovský
2016-09-27Update buildtools to 1.0.26-prerelease-00809-01 (#1922)Jan Kotas
2016-09-27Add IsMdArray property to make working with multidimensional arrays simpler (...David Wrighton
2016-09-27Add function pointer types to the type system (#1920)Michal Strehovský
2016-09-20Merge pull request #1833 from jkotas/cli-updateJan Kotas
2016-09-20Add TypeSystemEntity as a root type in the type system (#1880)Michal Strehovský
2016-09-20Update CLIJan Kotas
2016-09-07Multidimensional array reworkDavid Wrighton
2016-08-11This change fixes an issue in the InstantiatedMethod.GetCanonMethodTarget met...Sergiy Kuryata
2016-08-04Add helpers to compute type hashcode from native metadata (#1616)Michal Strehovský
2016-07-19Merge pull request #1527 from nattress/masterSimon Nattress
2016-07-19Add flexible name formatting and use it to format ILAsm-style (#1535)Michal Strehovský
2016-07-18Fix NullReferenceException in VTable computationSimon Nattress
2016-07-12Improve flexibility of gc static base computation (#1501)David Wrighton
2016-07-09Add support for canonicalization of types\methods that contain (#1493)David Wrighton
2016-07-09Use ToStringInvariant where appropriate. (#1492)David Wrighton
2016-07-07Implement GetSharedRuntimeFormMethodTargetMichal Strehovský
2016-07-07Move the "ref" version of ConvertToCanon to TypeSystemContextMichal Strehovský
2016-06-29Add support for runtime determined types (#1440)Michal Strehovský
2016-06-29Implement a caching version of virtual method enumeration algorithm (#1439)Michal Strehovský
2016-06-25Fix issues with instantiated generics (#1436)David Wrighton
2016-06-22Add support for replacing types in a constructed type/method (#1415)David Wrighton
2016-06-07Add testing for some basic properties of well known types (#1376)David Wrighton
2016-06-07Add canonicalization testsMichal Strehovský
2016-06-07Include canonicalization in the type system projectMichal Strehovský
2016-06-03[Gardening] Random fixes to the type system (#1355)Michal Strehovský