Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-01-25Merge pull request #26511 from geoffkizer/mischttp1Geoff Kizer
2018-01-25Reflection-block some types in CoreLib (dotnet/corert#5286)Michal Strehovský
2018-01-24Command line tokenization reconciling (#25857)artkpv
2018-01-24Add Unsafe.IsAddressGreaterThan / IsAddressLessThan (dotnet/coreclr#15988)Levi Broderick
2018-01-24Fix ThrowObjectDisposedException_MemoryDisposed argumentsJan Kotas
2018-01-24Rename Libraries.GlobalizationInterop to Libraries.GlobalizationNativeJan Kotas
2018-01-24Define Interop.Kernel32.MAX_PATH (dotnet/coreclr#15952)Jan Kotas
2018-01-24Fix timezone lookup to be consistently case insensitive (#15951)Jan Kotas
2018-01-23Misc Span/Memory changes (dotnet/coreclr#15941)Ian Hays
2018-01-23Remove .NET limit on env var name and value lengthdanmosemsft
2018-01-23Move TimeZoneInfo.Win32.cs to shared CoreLib partition (#15953)Jan Kotas
2018-01-23Merge pull request dotnet/coreclr#15936 from GrabYourPitchforks/levib/memory_...Jeremy Barton
2018-01-23Rename Pin offset to byteOffset and clean up Retain test (#26518)Ahson Khan
2018-01-22make dribble test slightly more usefulGeoff Kizer
2018-01-22Remove old stat struct (#26383)Dan Moseley
2018-01-22Merge remote-tracking branch 'ahsonkhan/OwnedMemoryOffset' into mirror-merge-...Jan Kotas
2018-01-20Add optional integer offset to OwnedMemory Pin (dotnet/coreclr#15946)Ahson Khan
2018-01-20CharUnicodeInfo.GetUnicodeCategory(int codePoint) (dotnet/coreclr#15911)Nobuyuki Iwanaga
2018-01-20Move platform-neutral part of TimeZone to shared CoreLib partition (#15926)Jan Kotas
2018-01-20Address PR feedbackahsonkhan
2018-01-20Calling Pin on a 0-length memory shouldn't throw. Adding tests.ahsonkhan
2018-01-19Merge branch 'master' of https://github.com/dotnet/corefx into OwnedMemoryOffsetahsonkhan
2018-01-19Make XSL tests log unexpected output (#26445)Dan Moseley
2018-01-19Merge pull request #26229 from ianhays/brotli_bIan Hays
2018-01-19Minor Brotli fixesIan Hays
2018-01-19Cache Invariant CompareInfo (dotnet/coreclr#15902)Jan Kotas
2018-01-19Do not throw IndexOutOfBounds when AM/PM designator is empty (#15904)Krzysztof Wicher
2018-01-18Make AsnWriter IDisposableJeremy Barton
2018-01-18Merge pull request #26250 from Priya91/websocketLakshmi Priya Sekar
2018-01-18Consolidate System.Memory code to shared folder (#26393)Tarek Mahmoud Sayed
2018-01-18Add System.Net.WebSocket.Protocol initial commit.Lakshmi Priya Sekar
2018-01-17Move public StreamReader/Writer to CoreLib (dotnet/coreclr#15884)Jan Kotas
2018-01-17Misc Decimal optimizationsPent Ploompuu
2018-01-17Update filetimes to nsec (dotnet/coreclr#15872)Dan Moseley
2018-01-17Small fix to underlying CoreCLR support for new string slicing overloads (#15...Atsushi Kanamori
2018-01-17Added Append(Stringbuilder,int,int) and Append(StringBuilder) overlaod apis (...Anirudh Agnihotry
2018-01-17Add delegate flag to fix permissions when querying linked SQL Servers (#26270)Andreas Heider
2018-01-17Update corelib shared README.md (#26366)Santiago Fernandez Madero
2018-01-17Keep LowLevelDictionary for CoreRT for now (dotnet/coreclr#15824)dotnet bot
2018-01-17Improve performance for Math.Abs (dotnet/coreclr#15823)Ben Adams
2018-01-17Fix Obsolete on ReadOnlySpan Equals and GetHashCode methods (#15820)Jan Kotas
2018-01-17Underlying CoreCLR support for new string slicing overloads (#15811)Atsushi Kanamori
2018-01-17Move System.Globalization.CultureData to shared CoreLib partition (#15805)Jan Kotas
2018-01-17Adds StringBuilder.Equals(ReadOnlySpan<char>) Api (dotnet/coreclr#15759)Anirudh Agnihotry
2018-01-17Move types to shared corelib partition (dotnet/coreclr#15768)Jan Kotas
2018-01-17Simplify and unify EnumCalendars interop (dotnet/coreclr#15762)Jan Kotas
2018-01-17AggregateException: Use StringBuilder.AppendFormat (dotnet/coreclr#15747)Justin Van Patten
2018-01-17Address ReflectionTypeLoadException feedback (dotnet/coreclr#15738)Justin Van Patten
2018-01-17Use string.Contains(char) instead of Contains(string) (#15740)Justin Van Patten
2018-01-17Adding EnsureCapacity implementation for Dictionary (dotnet/coreclr#15729)Maryam Ariyan