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 (Collapse)Author
2017-10-04Updating CLI to 2.0.0 version (#4667)Jan Kotas
2017-07-15Update init-tools.sh from corefx (#4166)Jan Kotas
2017-06-24Update CoreRT build to use latest .NET CLI and build tools (#3916)Jan Kotas
- Pick up latest .NET Core 2.0 CLI and buildtools - Remove all project.json references and convert everything to msbuild projects - Stick to vanilla .NET CLI project shape as much as possible. Minimize dependencies on buildtools special behaviors
2016-10-08Standardize on _echo name (#1997)Jan Kotas
2016-09-27Update buildtools to 1.0.26-prerelease-00809-01 (#1922)Jan Kotas
2016-09-20Update CLIJan Kotas
2016-08-08Update Roslyn compiler to Microsoft.Net.Compilers 2.0.0-beta3 (#1620)Jan Kotas
Microsoft.Net.Compilers 2.0.0-beta3 has support for byref locals and returns that will allow us to improve and simplify number of low-level constructs in the runtime.
2016-04-23Fixing issues in init-tools when path to git repo contains spaces (#1188)Jan Kotas
Port dotnet/corefx#8002
2016-04-16Copy init-tools script from corefx repoJan Kotas