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-12-05Build runtime and libraries for WebAssembly (#4876)Morgan Brown
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-07Delete unused definitionsJan Kotas
2017-08-24Delete unused code (#4375)Jan Kotas
2017-07-06Fix stresslog (#4062)Jan Kotas
2017-04-23Enable CFG support in ProjectNYi Zhang
2017-02-13Print message for stack oveflow (#2737)Jan Kotas
2017-01-25Change stackwalking to always use unadjusted IPJan Kotas
2016-11-15Thunk pool implementation for CoreRT. In CoreRT, the thunk mappings are alloc...Fadi Hanna
2016-08-24Change PalHijack to fail silently on Unix until it is implemented (#1695)Jan Kotas
2016-07-17Rewamp DebugBreak handling (#1534)Jan Kotas
2016-06-23Fix NULL_AREA_SIZE for Unix (#1425)Jan Kotas
2016-06-23Fix build breaks on non-amd64 platforms (#1424)Jan Kotas
2016-06-22Implement Linux hardware and software exception handling (#1417)Jan Vorlicek
2016-06-03Typo #1352 (#1363)Matthew Parkinson
2016-03-11Implement PalGetModuleFileName for UnixJan Vorlicek
2016-03-10Replace numeric thread id by an opaque oneJan Vorlicek
2016-02-25Fixes for GC updateJan Kotas
2016-02-11Merge pull request #832 from janvorli/thread-exit-callbackJan Vorlicek
2016-02-10Remove usage of CreateFile2 as only available under Windows 8Jan Kotas
2016-02-10Refactor FLS usage in PALJan Vorlicek
2016-01-28Merge branch 'nmirror' into nmirror_mergeJan Kotas
2016-01-28Update licensing headersdotnet-bot
2016-01-27Replace PAL printing functions by CRT onesJan Vorlicek
2016-01-26Update GC from CoreCLRJan Kotas
2016-01-26Add abstraction for string encoding of the underlying OS to GCToOSInterfaceJan Kotas
2016-01-15Fix build break and build warningJan Kotas
2016-01-12GC to OS interface refactoringJan Vorlicek
2015-12-30Implement most RyuJIT intrinsicsJan Kotas
2015-12-04Enabled native compilation on ARM64Manu
2015-12-04Replaced _WIN64 by OS agnostic BIT64Manu
2015-11-24Fix Unix runtime so that it can be linked to again.Jan Vorlicek
2015-11-20Changes required to integrate code back into ProjectN treeScott Mosier
2015-11-06Set build exit code to non-zero when tests failschellap
2015-11-05Fix few issues in PAL to fix the HelloWorldJan Vorlicek
2015-11-02Linux PAL implementation for MRTJan Vorlicek
2015-10-23Rename filenames in #include commands to match real filenamesJan Vorlicek
2015-10-14Additional GC-to-EE hookup.Scott Mosier
2015-10-01Initial population of CoreRT Runtime files.dotnet-bot