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-04-09Add gssapi_krb5 to linker args on Linux (#5663)Michal Strehovský
2018-04-07Add YieldAwaiter support to the async method builder delegate optimization (#...Stephen Toub
2018-04-07Initialize modules and run StartupCodeMain in wasm (#5621)Morgan Brown
2018-04-06Add some comments to SpanHelpers.Char IndexOf and LastIndexOf (#17447)Ahson Khan
2018-04-06revert "Work around MCG bug around `ref char` marshalling #5481" (#5656)Luqun Lou
2018-04-06Vectorize and use ROSpan.LastIndexOf as the workhorse for string.LastIndexOf ...Ahson Khan
2018-04-05Merge pull request dotnet/coreclr#17432 from stephentoub/portnumericperfStephen Toub
2018-04-05Consolidate and optimize TextInfo.ChangeCase (dotnet/coreclr#17391)Stephen Toub
2018-04-05Avoid unnecessary string allocations in IdnMapping (dotnet/coreclr#17399)Stephen Toub
2018-04-04Add gss as NativeFramework on OSX to support NetSecurityNative linking (#5644)Christian Scheuer
2018-03-31Make AsSpan(this string) ForceInline to be on par with AsSpan(this T[]) (#17368)Jan Kotas
2018-03-31Change OwnedMemory to MemoryManager and add an IMemoryOwner. (#17340)Ahson Khan
2018-03-29Dict cache default comparer for object types (dotnet/coreclr#17285)Ben Adams
2018-03-29StringBuilder.Equals: value to span (dotnet/coreclr#17311)Maryam Ariyan
2018-03-29Implement P/Invoke 'A' and 'W' Probing (#5618)Jeremy Koritzinsky
2018-03-29Use ROSpan.IndexOf as the workhorse for string.IndexOf (#17284)Ahson Khan
2018-03-29Fix Dictionary CopyTo regression (dotnet/coreclr#17300)Ben Adams
2018-03-29Nit changes in API diff between .NET Core 2.0 and .NET Core 2.1 (#17288)Maryam Ariyan
2018-03-28[Linux/ARM] Fix mapping symbols for compiled managed code (#5634)Konstantin Baladurin
2018-03-28Report IsIntrinsic on InstantiatedType (#5633)Michal Strehovský
2018-03-28Use a shared DynamicInvoke for delegates and reflection (#5615)Michal Strehovský
2018-03-28Adding Memory.Pin() to eventually replace Memory.Retain(bool) (#17269)Ahson Khan
2018-03-28Fix regression in StreamWriter.Write perf for small inputs (#17251)Stephen Toub
2018-03-28Fix SIMD intrinsic detectionJan Kotas
2018-03-28Move String.Comparison.cs to shared CoreLib partition (#17247)Jan Kotas
2018-03-27Cleanup InternalsVisibleTo (dotnet/coreclr#17185)Jan Kotas
2018-03-27Delete MemoryExtensions.AsBytes (dotnet/coreclr#17245)Jan Kotas
2018-03-27Vectorized SequenceCompareTo for Span<char> (dotnet/coreclr#17237)Jan Kotas
2018-03-27New chunk should be equal/larger than the one it replaces (#17219)Maryam Ariyan
2018-03-26Update uses of AsBytes to use MemoryMarshal.AsBytes (dotnet/corefx#28460)Ahson Khan
2018-03-26Vectorize Span.IndexOf for T = char, similar to T = byte. (#28464) (#17218)dotnet bot
2018-03-26Dictionary/List code clean up/formatting (C#7) (dotnet/coreclr#17196)Ben Adams
2018-03-26Fix CompareTo/Equals when dealing with Empty Span or Span wrapping a null str...Ahson Khan
2018-03-24Merge pull request #5613 from dotnet/nmirrorJan Kotas
2018-03-24Fix "dotnet publish" on Unix (#5610)Jan Kotas
2018-03-24Rename CancellationTokenRegistration.TryDeregister method to Unregister and m...Anton Lapounov
2018-03-23Fix Path.GetTempFileName on Windows (dotnet/coreclr#17148)Stephen Toub
2018-03-23Fixes StringBuilder unbounded size growth in Clear() when we use a mix of App...Maryam Ariyan
2018-03-23Rename new Stream.Read/Write{Async} Span/Memory source/Destination arguments ...Anirudh Agnihotry
2018-03-23Handle null execution context in threadpool callback (#5605)Jan Kotas
2018-03-22DwarfSimpleArrayTypeInfo: change type of Size to uint64_t (#5600)Konstantin Baladurin
2018-03-22Fix incorrect array dereference. (dotnet/coreclr#17113)Brian Robbins
2018-03-22Merge pull request #5597 from dotnet/nmirrorJan Kotas
2018-03-22Rename {Try}Read/WriteMachineEndian to just {Try}Read/Write (#17106)Ahson Khan
2018-03-22Improve DateTime{Offset} "r" and "o" formatting performance (#17092)Stephen Toub
2018-03-21Moving Span APIs that allow skipping visibility checks to MemoryMarshal (#17087)Ahson Khan
2018-03-21Small tweaks to Dict asm size (dotnet/coreclr#17096)Ben Adams
2018-03-21ProjectX: Bug fix for sealed vtable entries for dynamic SzArray typesdotnet-bot
2018-03-21Avoid allocating when SuppressFlow'ing in default ExecutionContext (#17081)Stephen Toub
2018-03-21API consistency for System.Memory APIs (argument names) (#28160)Ahson Khan