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-10-30Stabilize object file images (#4818)Simon Nattress
2017-06-24Update CoreRT build to use latest .NET CLI and build tools (#3916)Jan Kotas
2017-06-17Merge remote-tracking branch 'upstream/nmirror' into nmirror-mergeJan Kotas
2017-06-17Delete ToolsVersion attribute from msbuild filesJan Kotas
2017-06-15Enable IL scanner and use it to provide VTable information (#3884)Michal Strehovský
2017-05-19Fixing the processing of dynamic dependencies to not recompute already comput...Fadi Hanna
2017-05-16Add IL scanner phase (#3503)Michal Strehovský
2017-05-11Fix assert generating dependency logSimon Nattress
2017-03-17Experimental prototype of jit for CoreRTDavid Wrighton
2017-03-14Merge pull request #2952 from MichalStrehovsky/genericDependencyLogWriterMichal Strehovský
2017-03-13Make GetName protected but not internalMichal Strehovský
2017-03-11Make GetName method accept the dependency contextMichal Strehovský
2017-03-10Move GetName method to the generic dependency nodeMichal Strehovský
2017-03-10Add copyright header to new fileDavid Wrighton
2017-03-10Track UTC code generation through NonExternMethodSymbolNodes instead of Exter...David Wrighton
2017-03-01Make DgmlWriter call GetName instead of ToString (#2845)Michal Strehovský
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-07RI from ProjNdev3dotnet-bot
2017-02-03Port internal changes to allow hosting ILCompiler as a library (#2648)Simon Nattress
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-12-09Make ordering of modifiers more consistent (#2318)Jan Kotas
2016-09-29Make GetName protected internal (#1946)Michal Strehovský
2016-09-27Update buildtools to 1.0.26-prerelease-00809-01 (#1922)Jan Kotas
2016-09-24Make a few writable properties immutable (#1917)Michal Strehovský
2016-09-20Update CLIJan Kotas
2016-04-29Merge pull request #1209 from MichalStrehovsky/sealEqualsAndGetHashCodeDavid Wrighton
2016-04-27Implement Equals/GetHashCode for CombinedDependencyListEntry (#1202)Michal Strehovský
2016-04-27Seal Equals and GetHashCode on DependencyNodeMichal Strehovský
2016-04-25Fix build warnings on Ubuntu 14.04 x64 (#1195)Manu
2016-04-22Update buildtoolsMichal Strehovský
2016-04-15Update to Microsoft.DiaSymReader with proper netstandard support (#1150)Jan Kotas
2016-04-15Update ILCompiler to netstandard1.3 (#1148)Jan Kotas
2016-04-12Update nuget package versionsJan Kotas
2016-03-24Drop xunit.netcore.extensions from test projectsMichal Strehovský
2016-03-10Upgrade System.Reflection.Metadata reference to v1.3Michal Strehovský
2016-02-10Switch to live CLI buildJan Kotas
2016-02-06Revert "Merge pull request #717 from schellap/break2"Senthil
2016-01-29Fix project.json syntax for dotnet restoreSenthil
2016-01-28Merge branch 'nmirror' into nmirror_mergeJan Kotas
2016-01-28Update licensing headersdotnet-bot
2016-01-17Add hook for interop code pregenerated by Mcg toolJan Kotas
2016-01-05Upgrade beta framework references to rc2Jan Kotas
2015-12-18Update package and build tools versionsJan Kotas
2015-11-20Updated formattingManu
2015-11-14Rename ILToNativeJan Kotas