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
path: root/src
AgeCommit message (Expand)Author
2018-03-21Enclose all paths passed to linker in quotes to ensure spaces are treated cor...Jan Kotas
2018-03-21Enable local strongname signing (#5582)Jan Kotas
2018-03-21Produce correct pdb file during "Dotnet publish" (#5588)Andon Andonov
2018-03-21Port System.Memory performance improvements to Convert.TryFromBase64Chars (#1...Atsushi Kanamori
2018-03-21Fix build breakJan Kotas
2018-03-20mechanims -> mechanisms (#5568)John Doe
2018-03-20Fix for customer bug Bug 519008: Add support for suppressing stack frame reso...Tomas Rylek
2018-03-20Fix major System.Memory performance regression on .NET Framework x86 (#28179)Jan Kotas
2018-03-20Move CompareInfo.* to shared CoreLib partition (dotnet/coreclr#17062)Jan Kotas
2018-03-20Add pointer type unwrapping for return valuesMichal Strehovsky
2018-03-19Undo workaround for ProjectN bug #555233dotnet-bot
2018-03-19Merge pull request #5577 from dotnet/masterMichal Strehovský
2018-03-19Fix ProjectN build break and work around MCG bug (#5576)Michal Strehovský
2018-03-19Objwriter: fix warnings (#5571)Konstantin Baladurin
2018-03-19Fix automatic rebuild of the objwriter project (#5552)Konstantin Baladurin
2018-03-19Remove eager assert (#5574)Michal Strehovský
2018-03-19Implement support for System.Reflection.Pointer in dynamic invocation scenariosMichal Strehovsky
2018-03-19Make Server GC component optional (#5565)Jeremy Koritzinsky
2018-03-19Fix EventSource Test Failures in CoreFX (dotnet/coreclr#16999)Brian Robbins
2018-03-19Use Win32Marshal from CoreLib shared code (dotnet/corefx#28161)Jeremy Kuhne
2018-03-19Use vectorized T=byte implementations to optimize all MemoryExtensions APIs f...Ahson Khan
2018-03-19Add EventSource TraceLogging Support for EventPipe (dotnet/coreclr#16861)Brian Robbins
2018-03-18Port changes in non-shared CoreLib partitionJan Kotas
2018-03-18Prevent concurrent use corruption from causing infinite loops (#16991)Ben Adams
2018-03-18Updates unsafe String constructors to be consistent when handling null value ...Marek Safar
2018-03-18Put the path on IOException strings when possible (dotnet/coreclr#16998)Jeremy Kuhne
2018-03-17Fix warning, add assert (#5563)Jan Kotas
2018-03-17Filter out bogus control PCs passed to CodeManagers (#5562)Jan Kotas
2018-03-17Switch back to more performant and portable Marvin implementationJan Kotas
2018-03-17Fix comment in IgnoreCase CompareInfo handling.Viktor Hofer
2018-03-17Use managed marvin hashing for IgnoreCase comparison (dotnet/coreclr#16945)Viktor Hofer
2018-03-17Port SequentialEqual() optimizations to ReadOnlySpan overloads (#28073)Atsushi Kanamori
2018-03-17Merge pull request #5559 from dotnet/nmirrorJan Kotas
2018-03-17[tfs-changeset: 1692327]dotnet-bot
2018-03-17Fixing bug 463121. Removing the unnecessary _callConverterWrappedMethodEntryp...Fadi Hanna
2018-03-16Fix GetTempPath (dotnet/coreclr#16921)Jeremy Kuhne
2018-03-16[Linux] Implement generation dwarf debuginfo for types and vars (#5542)Konstantin Baladurin
2018-03-15Merge pull request #5553 from dotnet/mirror-merge-9574204Jan Kotas
2018-03-15Merge pull request dotnet/coreclr#16923 from brianrob/eventlistener_activityidVance Morrison
2018-03-15Add TaskCanceledException ctor that takes CancellationToken (#16939)Stephen Toub
2018-03-15Fix issue where assembly resolution of modules with culture names which are n...David Wrighton
2018-03-15DIfferent Directory Separator for linux (dotnet/coreclr#16936)Anirudh Agnihotry
2018-03-14ProjectX:dotnet-bot
2018-03-14Fix GetHashCode with invariant modeTarek Mahmoud Sayed
2018-03-14Fix exception when verifying netmodules (#5541)Wolfgang Ziegler
2018-03-14Fix license headers (#5544)Jan Kotas
2018-03-14Fix interface dispatch with CppCodegen (#5533)Michal Strehovský
2018-03-13Fix issue where syncing to latest causes all multifile projectX builds to failDavid Wrighton
2018-03-13Fix empty dispatch map optimization and unnormalized vtables (#5531)Michal Strehovský
2018-03-13Fix short path expansion (dotnet/coreclr#16901)Jeremy Kuhne