platform/upstream/dotnet/runtime.git
2019-04-18 Jose Perez... Manually updating dependencies in order to get the...
2019-04-17 dotnet-maestro... [master] Update dependencies from dotnet/coreclr (dotne...
2019-04-17 Steve HarterAdd Json serializer property name related features...
2019-04-17 Adeel MujahidUse NativeLibrary.[Try]Load for netcoreapp3 (dotnet...
2019-04-17 Tanner GoodingRegenerating the System.Runtime.Intrinsics reference...
2019-04-17 Stephen ToubDisable asserting HttpListener web socket test (dotnet...
2019-04-17 Anirudh Agnihotryadding default encoder as png when we are not able...
2019-04-17 Michal StrehovskýRun IBCMerge on Linux build (dotnet/corefx#36924)
2019-04-17 Tomas Weinfurtfix tests with http/2 (dotnet/corefx#36945)
2019-04-17 Viktor HoferUpdate testdata versions (dotnet/corefx#36938)
2019-04-17 David ShulmanFix ClientWebSocket close handshake when using proxy...
2019-04-16 Eric StJohnFix VB.Core SLN configurations (dotnet/corefx#36934)
2019-04-16 Tomas Weinfurtadd tests for invalid HTTP headers (dotnet/corefx#36898)
2019-04-16 Carlos Sanchez... Update owners (dotnet/corefx#36936)
2019-04-16 Filip NavaraMove EventSource to shared CoreLib partition
2019-04-16 Tomas Weinfurtsupport HTTP/2 without TLS (dotnet/corefx#36753)
2019-04-16 Viktor HoferReact to RunTests CLI changes & Manual darc update...
2019-04-16 Hugh BellamyRemove devdocs from System.Runtime.InteropServices...
2019-04-16 Viktor HoferUpdate SDK requirement in windows-instructions
2019-04-16 Viktor HoferUpgrade dotnet SDK to 3.0-preview3 (dotnet/corefx#36859)
2019-04-16 GrantRef Assembly and Units for Span.Trim (dotnet/corefx...
2019-04-15 Tomas Weinfurtadd test for lower casing header name logic (dotnet...
2019-04-15 Steve HarterRemove null coalescing assignment operator to avoid...
2019-04-15 Omair MajidClose the socket if bind() fails (dotnet/corefx#36769)
2019-04-15 Steve HarterJson deserializer collection perf improvements by avoid...
2019-04-15 Santiago Fernandez... Remove myget publish entirely (dotnet/corefx#36886)
2019-04-15 Filip NavaraAdd guard for runtimes that support large arrays (dotne...
2019-04-15 Santiago Fernandez... Restore internal tools using .net core restore (dotnet...
2019-04-15 Hugh BellamyAdd more number converter tests (dotnet/corefx#36653)
2019-04-15 dotnet-maestro-botUpdate ProjectNTfs, ProjectNTfsTestILC to beta-27612...
2019-04-15 Tom DeseynSocketPal.Unix: replace DangerousGetHandle with SafeHan...
2019-04-15 David ShulmanCleanup SocketOptionNameTest (dotnet/corefx#36864)
2019-04-15 Tanner GoodingRemove IgnoredTypes entries for the System.Runtime...
2019-04-14 Ganbarukamo41Implement IEquatable to Memory and ReadOnlyMemory ...
2019-04-14 Krzysztof WicherFix build (dotnet/corefx#36862)
2019-04-14 Santiago Fernandez... Remove myget feeds (dotnet/corefx#36797)
2019-04-14 David ShulmanImprove HttpClient POST with REDIRECT tests (dotnet...
2019-04-14 Steve MacLeanAdd Assembly.LoadWithPartialName cases (dotnet/corefx...
2019-04-14 Steve MacLeanContextual reflection (dotnet/corefx#36845)
2019-04-14 Omair MajidFix bad null check in pal_dsa.c
2019-04-13 Steve HarterJsonSerializerOptions API update and ignore property...
2019-04-13 dotnet-maestro... [master] Update dependencies from dotnet/coreclr (dotne...
2019-04-13 Krzysztof Wicheraddress feedback from 36775 (dotnet/corefx#36839)
2019-04-13 Hugh BellamyFix LsaOpenPolicy interop definition
2019-04-13 Filip NavaraFix encoding of Digest authentication headers (dotnet...
2019-04-13 Paito AndersonAllow cookies with spaces in the name (dotnet/corefx...
2019-04-13 Filip NavaraRead system proxy information on macOS (dotnet/corefx...
2019-04-13 Alexander KöplingerFix TypeInfoTests.GenericParameterConstraints() test...
2019-04-13 Maira Wenzeloverwrite -> overwriteFiles (dotnet/corefx#36831)
2019-04-13 Charles StonerPort ErrObject and CreateProjectError (dotnet/corefx...
2019-04-13 Layomi AkinrinadeAdd support for generic interface-based collections...
2019-04-13 Krzysztof WicherCipherSuitePolicy implementation (dotnet/corefx#36775)
2019-04-13 Jeremy BartonAdd JsonElement.Clone to make a long-term persistable...
2019-04-13 David ShulmanImprove WebClient upload tests stability (dotnet/corefx...
2019-04-12 Anirudh Agnihotryembed generated files into pdbs (dotnet/corefx#36825)
2019-04-12 David FowlerThis should fix the flaky test (dotnet/corefx#36826)
2019-04-12 Eric StJohnUpdate zlib-intel to v1.2.11.1_jtkv6.3 (dotnet/corefx...
2019-04-12 Krzysztof Wicherremove copy of Interop.GetCurrentThreadId.cs (dotnet...
2019-04-12 David FowlerGet more information about a flaky test (dotnet/corefx...
2019-04-12 Stephen ToubUpdate Version comparison operator tests (dotnet/corefx...
2019-04-12 Kevin JonesRemove octet string wrapping from EnvelopedCms
2019-04-12 David ShulmanImprove HttpClient POST tests stability (dotnet/corefx...
2019-04-11 Marco RossignoliFixes race in NamespaceCache (dotnet/corefx#36699)
2019-04-11 dotnet-maestro... [master] Update dependencies from dotnet/coreclr (dotne...
2019-04-11 Afsaneh RafighiMerge pull request dotnet/corefx#36735 from Wraith2...
2019-04-11 Max KerrHTTP/2 Request Cancellation (dotnet/corefx#35118)
2019-04-11 Viktor HoferRemove NETSTandard Test Suite (dotnet/corefx#36784)
2019-04-11 Alexander KöplingerSystem.Linq.Expressions: Skip tests if DebuggerTypeProx...
2019-04-11 Eric StJohnFix -allconfigurations build on linux (dotnet/corefx...
2019-04-11 Michal StrehovskýRevert "Run IBCMerge on Linux build (dotnet/corefx...
2019-04-11 Hugh BellamyRemove NativeMethods from System.IO.Ports (dotnet/coref...
2019-04-11 Michal StrehovskýRun IBCMerge on Linux build (dotnet/corefx#36763)
2019-04-11 Tom DeseynSocketAsyncEngine.Unix: use ConcurrentDictionary to...
2019-04-11 Levi BroderickAdd ref asms and unit tests for string.GetPinnableRefer...
2019-04-10 Alan ParrRemoved FEATURE_NOTIFYPROPERTYCHANGED checks (dotnet...
2019-04-10 Levi BroderickAdd Win10 19H1 platform detection (dotnet/corefx#36767)
2019-04-10 Santiago Fernandez... Fix outerloop linux build missing container resource...
2019-04-10 Stephen ToubAddress PR feedback for nullability docs
2019-04-10 Paul BuonopaneFix docs on System.Text.Json.JsonElement.GetString
2019-04-10 Levi BroderickCondition Utf8String package build on IsPrerelease...
2019-04-09 Santiago Fernandez... Fix official builds failing due to LinuxNoTest matrix...
2019-04-09 Eric St. JohnFix build breaks and undo package filtering
2019-04-09 wtgodbeDon't build UTF8String.Experimental in release/3.0
2019-04-09 Anirudh AgnihotryRemoved netcoreappaot configuration from corefx (dotnet...
2019-04-09 Viktor HoferCopy json dependency to test out dir (dotnet/corefx...
2019-04-09 Wraith2remove pool
2019-04-09 Wraith2spelling feedback
2019-04-09 Wraith2address feedback
2019-04-09 Wraith2change SqlEnvChangePool to be simpler and safe
2019-04-09 Steve HarterFix deserialize cache test (dotnet/corefx#36646)
2019-04-09 Santiago Fernandez... Add test for string.Concat(object) that ToString return...
2019-04-09 Hugh BellamyAdd more ArrayConverter tests and cleanup code (dotnet...
2019-04-09 Hugh BellamyAdd more misc type converters tests (dotnet/corefx...
2019-04-09 Stephen ToubAdd initial nullability annotations guidance (dotnet...
2019-04-09 Jeremy KoritzinskyChange charsets to explicitly unicode in System.Drawing...
2019-04-09 Tanner GoodingUpdating all types in System.Numerics.Vectors, minus...
2019-04-08 Milosz KuklaUpdate coding-style.md (dotnet/corefx#36695)
2019-04-08 Anirudh AgnihotryChanges required to use newGenfacadeModel (dotnet/coref...
2019-04-08 William GodbeUpdate APICompat Baselines (dotnet/corefx#36578)
2019-04-08 Hugh BellamyAdd more Decimal constructor tests (dotnet/corefx#36668)
next