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-03[corert] Import System.Diagnostics.Debugcorert-debugLudovic Henry
2017-01-23Merge remote-tracking branch 'upstream/master'Marek Safar
2017-01-22Add missing cast to intptr_t (#2564)mikedn
2017-01-21Don't fall through endfinally and others (#2560)mikedn
2017-01-21X86 and Arm assembly emitters (#2555)Simon Nattress
2017-01-21Fix build break with strict warning settings (#2558)Jan Kotas
2017-01-21Merge pull request #2557 from dotnet/nmirrorJan Kotas
2017-01-21Merge pull request #2556 from jkotas/ns20-typesJan Kotas
2017-01-21Add Dictionary, BinaryReader and MemoryStream to the buildJan Kotas
2017-01-21Add sources for Dictionary, BinaryReader and MemoryStream from corefxdotnet-bot
2017-01-21Merge pull request #2553 from nattress/coreclrtests_unixSimon Nattress
2017-01-21Merge pull request #2554 from shrah/masterFaizur Rahman
2017-01-21Fix build of native components on Alpine (#2550)Jan Vorlicek
2017-01-21Fix PInvoke CPPCodegenFaizur Rahman
2017-01-21Emit correct log file nameSimon Nattress
2017-01-20Run CoreCLR tests on UnixSimon Nattress
2017-01-20Merge pull request #2551 from jkotas/tupleJan Kotas
2017-01-20Merge pull request #2552 from dotnet-bot/from-tfsJan Kotas
2017-01-20Fills in overrides for RuntimeAssembly.Daniel Harvey
2017-01-20Make System.Tuple as serializableJan Kotas
2017-01-20Merge pull request #2546 from nattress/unixtestciSimon Nattress
2017-01-20Update CoreRT doc to include how to debug ILC using VSCode in non-win… (#2514)Yi Zhang (CLR)
2017-01-20Cleanup uses of string.Split (#2548)Justin Van Patten
2017-01-20Merge pull request #2545 from dotnet/nmirrorJan Kotas
2017-01-20Merge pull request #2547 from dotnet-bot/from-tfsJan Kotas
2017-01-20Fold System.Private.Reflection.rdxml into CoreLibJan Kotas
2017-01-20Fix another Unix build breakJan Kotas
2017-01-20Fix Unix build breakJan Kotas
2017-01-20Unix CoreCLR tests CI authoringSimon Nattress
2017-01-20Merge pull request #2544 from dotnet-bot/from-tfsJan Kotas
2017-01-20Use native thread id in the Lock class so it may be implemented as a compiler...Anton Lapounov
2017-01-20Merge pull request #2531 from janvorli/fix-unix-thread-shutdownJan Kotas
2017-01-20Fix handling of constrained method calls from shared generic code (#2527)Michal Strehovský
2017-01-20Enable workaround for build tools that don't support thread_localJan Vorlicek
2017-01-19Merge pull request #2543 from AtsushiKan/virtAtsushi Kanamori
2017-01-19Make two System.Type methods virtual to conform with 4.2.0.0.Atsushi Kanamori
2017-01-19Merge pull request #2541 from shrah/masterFaizur Rahman
2017-01-19Implement out SafeHandle marshallerFaizur Rahman
2017-01-19Merge pull request #2540 from dotnet/nmirrorJan Kotas
2017-01-19Fix Unix thread shutdownJan Vorlicek
2017-01-19Switch to the new CoreCLR package for framework (#2532)Jan Kotas
2017-01-19Merge pull request #2534 from janvorli/update-default-clang-versionJan Vorlicek
2017-01-19Change the Ubuntu image to use one that has clang 3.9 (#2538)Matt Mitchell
2017-01-19Allow tests to run in internal branches (#2539)Simon Nattress
2017-01-19Merge pull request #2525 from fadimounir/constraints_checkFadi Hanna
2017-01-19Concrete generic constraints validation helpersfadimounir
2017-01-19Disable tests against issue 2535 (#2537)Jan Kotas
2017-01-18Update default clang version to 3.9 and require xcode 8Jan Vorlicek
2017-01-18Merge pull request #2536 from dotnet-bot/from-tfsJan Kotas
2017-01-18Brings over some Assembly and AssemblyName APIsDaniel Harvey