Merge pull request #17233 from fiigii/portvectortests
[platform/upstream/coreclr.git] / src / mscorlib / shared /
2018-03-27 Carol EidtMerge pull request #17233 from fiigii/portvectortests
2018-03-27 Bruce ForstallMerge pull request #17255 from BruceForstall/UpdateArmW...
2018-03-27 Bruce ForstallMerge pull request #17258 from dotnet/dev/unix_test_wor...
2018-03-27 Jan KotasCleanup InternalsVisibleTo (#17185)
2018-03-27 Carol EidtMerge pull request #17246 from debayang/clr_jitstress_arm64
2018-03-27 Jan KotasMove String.Comparison.cs to shared CoreLib partition...
2018-03-27 Jan KotasDelete MemoryExtensions.AsBytes (#17245)
2018-03-27 Jan KotasVectorized SequenceCompareTo for Span<char> (#17237)
2018-03-27 Bruce ForstallMerge pull request #17240 from BruceForstall/RemoveTize...
2018-03-27 Maryam AriyanNew chunk should be equal/larger than the one it replac...
2018-03-27 Wes HaggardMerge pull request #17226 from weshaggard/MergeRestoreT...
2018-03-26 Carol EidtMerge pull request #15301 from mikedn/cast-un
2018-03-26 Ahson KhanUpdate uses of AsBytes to use MemoryMarshal.AsBytes...
2018-03-26 Jarret ShookMerge pull request #17151 from jashook/disable_armlb_wi...
2018-03-26 dotnet botVectorize Span.IndexOf for T = char, similar to T ...
2018-03-25 Ben AdamsDictionary/List code clean up/formatting (C#7) (#17196)
2018-03-25 Ahson KhanFix CompareTo/Equals when dealing with Empty Span or...
2018-03-25 Bruce ForstallMerge pull request #17201 from BruceForstall/FixDiffable
2018-03-24 Carol EidtMerge pull request #17072 from CarolEidt/Fix545505
2018-03-23 Bruce ForstallMerge pull request #17133 from sdmaclea/PR-FIX-17095
2018-03-23 Wes HaggardMerge pull request #17136 from weshaggard/OptDataSouceB...
2018-03-23 Bruce ForstallMerge pull request #17083 from BruceForstall/RemoveArmD...
2018-03-23 Stephen ToubFix Path.GetTempFileName on Windows (#17148)
2018-03-23 Maryam AriyanFixes StringBuilder unbounded size growth in Clear...
2018-03-23 Carol EidtMerge pull request #17135 from CarolEidt/DevDiv544985
2018-03-23 Anirudh AgnihotryRename new Stream.Read/Write{Async} Span/Memory source...
2018-03-22 Brian SullivanMerge pull request #17132 from dotnet-bot/from-tfs
2018-03-22 Brian SullivanMerge pull request #17112 from briansull/rollback-14481
2018-03-22 Brian RobbinsFix incorrect array dereference. (#17113)
2018-03-22 Ahson KhanRename {Try}Read/WriteMachineEndian to just {Try}Read...
2018-03-21 Stephen ToubImprove DateTime{Offset} "r" and "o" formatting perform...
2018-03-21 Ahson KhanMoving Span APIs that allow skipping visibility checks...
2018-03-21 Ben AdamsSmall tweaks to Dict asm size (#17096)
2018-03-21 Stephen ToubAvoid allocating when SuppressFlow'ing in default Execu...
2018-03-21 Ahson KhanAPI consistency for System.Memory APIs (argument names...
2018-03-21 Carol EidtMerge pull request #16955 from fiigii/moreavx
2018-03-20 Atsushi KanamoriPort System.Memory performance improvements to Convert...
2018-03-20 Jan KotasFix build break
2018-03-20 Bruce ForstallMerge pull request #17056 from BruceForstall/Arm64LclFl...
2018-03-20 Jan KotasFix major System.Memory performance regression on ...
2018-03-20 Jan KotasMove CompareInfo.* to shared CoreLib partition (#17062)
2018-03-19 Michal StrehovskýFix ProjectN build break and work around MCG bug (dotne...
2018-03-19 Egor ChesakovMerge pull request #16968 from echesakovMSFT/LimitFeatu...
2018-03-18 Vance MorrisonMerge pull request #17004 from vancem/DacTableGenFor2017
2018-03-18 Jan KotasSwitch back to more performant and portable Marvin...
2018-03-17 Brian RobbinsFix EventSource Test Failures in CoreFX (#16999)
2018-03-17 Jeremy KuhneUse Win32Marshal from CoreLib shared code (dotnet/coref...
2018-03-17 Ahson KhanUse vectorized T=byte implementations to optimize all...
2018-03-17 Carol EidtMerge pull request #17000 from sdmaclea/PR-Enable-Arm64...
2018-03-17 Ben AdamsPrevent concurrent use corruption from causing infinite...
2018-03-17 Marek SafarUpdates unsafe String constructors to be consistent...
2018-03-16 Juan Carlos Aguile... Merge branch 'master' of https://github.com/dotnet...
2018-03-16 Jeremy KuhnePut the path on IOException strings when possible ...
2018-03-16 Juan Carlos Aguile... Merge branch 'master' of https://github.com/dotnet...
2018-03-16 Viktor HoferFix comment in IgnoreCase CompareInfo handling.
2018-03-16 Viktor HoferUse managed marvin hashing for IgnoreCase comparison...
2018-03-16 Atsushi KanamoriPort SequentialEqual() optimizations to ReadOnlySpan...
2018-03-15 Carol EidtMerge pull request #16813 from CarolEidt/FixDD544983
2018-03-15 Brian SullivanMerge pull request #16928 from briansull/fix-16892
2018-03-15 Jeremy KuhneFix GetTempPath (#16921)
2018-03-15 Brian RobbinsAdd EventSource TraceLogging Support for EventPipe...
2018-03-15 Egor ChesakovMerge pull request #16794 from echesakovMSFT/DisableFea...
2018-03-14 Egor ChesakovMerge pull request #16895 from echesakovMSFT/DoNotFragi...
2018-03-14 Juan Carlos Aguile... Merge branch 'master' of https://github.com/dotnet...
2018-03-14 Vance MorrisonMerge pull request #16923 from brianrob/eventlistener_a...
2018-03-14 Stephen ToubAdd TaskCanceledException ctor that takes CancellationT...
2018-03-14 Carol EidtMerge pull request #16832 from dotnetrt/StoreNonTemporal
2018-03-14 Anirudh AgnihotryDIfferent Directory Separator for linux (#16936)
2018-03-14 Carol EidtMerge pull request #16853 from dotnetrt/CnvertScInt64
2018-03-14 Tarek Mahmoud SayedFix GetHashCode with invariant mode
2018-03-13 Brian RobbinsPlumb the activity ID through to EventListener.
2018-03-13 Carol EidtMerge pull request #16872 from fiigii/avxpermute
2018-03-13 Bruce ForstallMerge pull request #16888 from jashook/up_jit_stress_ti...
2018-03-13 Carol EidtMerge pull request #16390 from sdmaclea/PR-16176
2018-03-13 Carol EidtMerge pull request #16822 from sdmaclea/PR-ARM64-BASE...
2018-03-13 Jeremy KuhneFix short path expansion (#16901)
2018-03-12 Anirudh AgnihotryMissing Case In Remove Relative Segments (#16869)
2018-03-12 Stephen ToubUse a cached canceled task in ValueTask (dotnet/corefx...
2018-03-12 Carol EidtMerge pull request #16884 from mikedn/lclvar-dead
2018-03-12 Atsushi KanamoriOptimize MemoryExtensions SequenceEqual for more T...
2018-03-12 Wes HaggardMerge pull request #16709 from sdmaclea/PR-ARM64-Bootst...
2018-03-12 Carol EidtMerge pull request #16877 from CarolEidt/Fix16578
2018-03-10 Jan KotasUse ValueStringBuilder instead of StringBuilderCache
2018-03-09 Tarek Mahmoud SayedFix Compile error
2018-03-09 Tarek Mahmoud SayedCollapse AsSpan().Slice(...) into .AsSpan(...) (dotnet...
2018-03-08 Anirudh AgnihotryRemoveRelativeSegments moved from path to pathinternal...
2018-03-08 Carol EidtMerge pull request #16809 from sdmaclea/PR-Enable-crypt...
2018-03-08 Stephen ToubFix inlining of IAsyncStateMachineBox (#16830)
2018-03-08 Jan KotasMake member visibility first accross corlib (#16836)
2018-03-08 Jan KotasMove String to shared corelib partition (#16749)
2018-03-08 Jeremy KuhneDial back `\\?\ ` insertion (dotnet/corefx#27827)
2018-03-08 Jan KotasAdd back method needed by CoreRT
2018-03-07 Jan KotasDelete AsReadOnly* APIs that are no longer part of...
2018-03-07 Hugh ZabriskiePerf fix for month-day parsing ambiguity (#16782)
2018-03-07 Eugene RozenfeldRemove dead code found by ILLink. (#16759)
2018-03-07 Jarret ShookMerge pull request #16662 from jashook/remove_vs2015_de...
2018-03-07 Mandar SahasrabuddheCoreFX #24343 Vector Ctor using Span (#16733)
2018-03-06 Levi BroderickFix potential buffer overrun in ClearWithReferences
2018-03-06 Brian SullivanMerge pull request #16700 from briansull/fix_dyn_blk
2018-03-06 Levi BroderickFix whitespace
next