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-23Fixing spacing in S.Memory and S.Runtime refs (#26521)Ahson Khan
2018-01-23Rename Pin offset to byteOffset and clean up Retain test (#26518)Ahson Khan
2018-01-22Expose CharUnicodeInfo.GetUnicodeCategory(int) (#26430)Tarek Mahmoud Sayed
2018-01-22Add test for case insensitive timezone lookup (#26480)Jan Kotas
2018-01-20Fix spacing in System.Runtime ref to be consistent.ahsonkhan
2018-01-19Merge branch 'master' of https://github.com/dotnet/corefx into OwnedMemoryOffsetahsonkhan
2018-01-18Tests for Added Append(Stringbuilder,int,int) and Append(StringBuilder) overl...Anirudh Agnihotry
2018-01-17Expose RuntimeFeature.PortablePdb (#26387)Jan Kotas
2018-01-15Delete unnecessary ApiCompatBaseline files (#26343)Jan Kotas
2018-01-15Add regression test for GetHashCode of default handles (#26202)Michal Strehovský
2018-01-14Update CoreClr, CoreFx, CoreSetup to preview1-26113-02, preview1-26113-03, pr...dotnet-maestro-bot
2018-01-13Tests For new StringBuilder.Equals(ReadOnlySpan<char>) Api (#26189)Anirudh Agnihotry
2018-01-13Add test for RuntimeArgumentHandle byref-like (#26299)Jan Kotas
2018-01-12Update references assemblies to include private fields for structsWes Haggard
2018-01-12Teach the tool to understand ByReference<T> contains a referenceWes Haggard
2018-01-12Merge branch 'master' of https://github.com/dotnet/corefx into OwnedMemoryOffsetahsonkhan
2018-01-11Update System.Runtime ref primitive types to contain field of same typeWes Haggard
2018-01-11Fix ReadOnlySpan obsolete message to reference ReadOnlySpan instead of SpanWes Haggard
2018-01-11Update struct private field types to not count unsafe pointers as objectWes Haggard
2018-01-11Refresh System.Runtime ref from System.Private.CoreLib in CoreclrWes Haggard
2018-01-08Fix build breaksJan Kotas
2018-01-06Update BuildTools, CoreClr, CoreSetup, ProjectNTfs, ProjectNTfsTestILC to pre...dotnet-maestro-bot
2018-01-05Fix uapaot build issues for System.RuntimeWes Haggard
2018-01-05ConfiguredValueTaskAwaiter and ValueTaskAwaiter cannot be readonly in refWes Haggard
2018-01-05Address PR feedbackWes Haggard
2018-01-05Normalize System.Runtime ref file with latest genapi outputWes Haggard
2018-01-05Fix readonly/ref ApiCompat issues found with new compat rulesWes Haggard
2018-01-05Fix ReflectionTypeLoadExceptionTests (#26166)Justin Van Patten
2018-01-05Update testswtgodbe
2018-01-05Fix typowtgodbe
2018-01-05Fix typowtgodbe
2018-01-05Fix testswtgodbe
2018-01-04add finallywtgodbe
2018-01-04Remove unnecessary codewtgodbe
2018-01-04Remove unecessary codewtgodbe
2018-01-04Add ReflectionTypeLoadException testswtgodbe
2018-01-04Add ReflectionTypeLoadException testswtgodbe
2017-12-31Add test for calling Type.GetType via reflection (#26097)Jan Kotas
2017-12-24Remove DangerousTryGetArray and hide DangerousGetPinnableReference (#25964)Ahson Khan
2017-12-22Add license headers. (#26009)Jon Hanna
2017-12-21Convert uses of the Dangerous APIs to use MemoryMarshal.GetReference (#25936)Ahson Khan
2017-12-16Add RuntimeFeature.DefaultImplementationsOfInterfaces (#25943)Michal Strehovský
2017-12-15Update CoreClr, CoreFx, CoreSetup, ProjectNTfs, ProjectNTfsTestILC to preview...dotnet-maestro-bot
2017-12-13HashCode based on xxHash32 (#25013)Jonathan Dickinson
2017-12-07Implement Span LastIndexOf extension method and add tests (#25748)Ahson Khan
2017-12-07Add optional offset to Pin in System.Runtime ref.ahsonkhan
2017-12-05Exposed RuntimeWrappedException constructor. (#25716)Victor Zaytsev
2017-12-05Added test for Delegate.CreateDelegate method (#25528)Victor Zaytsev
2017-12-05Expose Stream.CopyToAsync overload without buffer sizeKristian Hellang
2017-12-05Make ExcludeFromCodeCoverageAttribute applicable to assemblies. (#25414)Jon Hanna