platform/upstream/dotnet/runtime.git
2019-07-25 Stephen ToubRe-enable xUnit1016 (public MemberDatas) (dotnet/corefx...
2019-07-25 Anirudh AgnihotryOnly removing logs which throw invalid parameters excep...
2019-07-25 Anirudh Agnihotryparameter name corrected (dotnet/corefx#39744)
2019-07-24 William GodbeMark System.Numerics.Tensors package as nonshipping...
2019-07-24 Stephen ToubRe-emable CA1507 (use nameof) (dotnet/corefx#39731)
2019-07-24 Viktor HoferEnable xunit2012 analyzer (dotnet/corefx#39730)
2019-07-24 Stephen ToubAdd comment descriptions to remaining xunit analyzer...
2019-07-24 Stephen ToubRe-enable CA1825 (zero-length array allocations) (dotne...
2019-07-24 Stephen ToubRe-enable CA2200 (rethrowing exceptions in catch blocks...
2019-07-24 Viktor HoferEnable xunit2015 analyzer (dotnet/corefx#39714)
2019-07-24 Geoff KizerMerge pull request dotnet/corefx#39638 from geoffkizer...
2019-07-24 Geoff Kizeraddress review feedback and fix test issue
2019-07-24 Stephen ToubRe-enable CA1401 (public P/Invoke methods) (dotnet...
2019-07-24 Stephen ToubRe-enable CA2008 (tasks without a TaskScheduler) (dotne...
2019-07-24 Stephen ToubRe-enable CA1821 (remove empty finalizers) (dotnet...
2019-07-24 Ahson KhanUpdate dummy fields within the ref by auto-generating...
2019-07-24 Stephen ToubUpgrade Roslyn analyzers (dotnet/corefx#39703)
2019-07-23 Santiago Fernandez... Update package testing to test for 5.0 and use the...
2019-07-23 Stephen ToubRe-enable xunit warning 2004 (dotnet/corefx#39698)
2019-07-23 Geoff Kizerfix race in request body completion
2019-07-23 Geoff Kizerfix race with _requestBodyCancellationSource creation
2019-07-23 Geoff Kizerrework SendHeadersAsync to address various issues
2019-07-23 Geoff Kizeraddress review feedback
2019-07-23 Geoff Kizercombine into single Cancel method on stream, and ensure...
2019-07-23 Geoff Kizerrework shutdown handling
2019-07-23 Stephen ToubRe-enable xunit warning 2003 (dotnet/corefx#39696)
2019-07-23 Eirik TsarpalisMerge pull request dotnet/corefx#39693 from eiriktsarpa...
2019-07-23 Egor BogatovMake AsciiToLower ReadOnlySpan<byte> (dotnet/corefx...
2019-07-23 Stephen ToubDisable SendAsync_SuppressedGlobalStaticPropagationNoLi...
2019-07-23 Stephen ToubRe-enable xunit warning 1006 (dotnet/corefx#39685)
2019-07-22 Stephen ToubRe-enable all DisableXUnitAnalyzer test projects (dotne...
2019-07-22 Stephen ToubRe-enable ~20 xunit analyzers (dotnet/corefx#39671)
2019-07-22 buyaa-nCustom converter contravariant test coverage (dotnet...
2019-07-22 Stephen ToubUpdate breaking changes doc with a few clarifications...
2019-07-22 Stephen ToubAdd missing fields to BrotliEncoder/Decoder ref (dotnet...
2019-07-22 Stephen ToubRemove unnecessary empty try { } blocks (dotnet/corefx...
2019-07-21 Stephen ToubDisable DefaultPageSettings_Null_ReturnsExpected test...
2019-07-21 Hugh BellamyFix NullReferenceExceptions in IndentedTextWriter witho...
2019-07-21 Omair MajidFix up cgroup2fs in Interop.MountPoints.FormatInfo...
2019-07-21 Stephen ToubPass CancellationToken from Http2Connection.SendHeaders...
2019-07-20 Stephen ToubDisable nullable warnings for netstandard and netfx...
2019-07-20 Edison Henrique... Port some methods of the VB Interaction module (dotnet...
2019-07-20 Stephen ToubRemove unnecessary use of volatile in PartitionerStatic...
2019-07-19 Justin KotalikDon't dispose StreamPipeWriter CancellationToken until...
2019-07-19 Stephen ToubRe-enable unicode host name test (dotnet/corefx#39606)
2019-07-19 Stephen ToubAvoid "async void" tests (dotnet/corefx#39613)
2019-07-19 Viktor HoferAdd telemetry marker for tests (dotnet/corefx#39619)
2019-07-18 Cheena MalhotraFix in System.Data.Common namespace, use correct WriteA...
2019-07-18 Stephen ToubRemove dead ifdef'd code from Microsoft.CSharp/VisualBa...
2019-07-18 Stephen ToubMove ConnectAsync_AddCustomHeaders_Success ClientWebSoc...
2019-07-18 Stephen ToubFix ordering of visibility and abstract/virtual/overrid...
2019-07-18 dotnet-maestro... [master] Update dependencies from dotnet/coreclr (dotne...
2019-07-18 buyaa-nCode coverage for JsonWriterHelper JsonWriter (dotnet...
2019-07-18 Koundinya VeluriFold a bunch of CoreCLR's abandoned mutex tests into...
2019-07-18 Santiago Fernandez... Make all events nullable (dotnet/corefx#39578)
2019-07-17 Stephen ToubChange HttpStress app to highlight in red unchanged...
2019-07-17 David CantuInclude file SafeHandleTest.cs into the project. (dotne...
2019-07-17 Günther FoidlSpanify Cryptography.Base64Transform
2019-07-17 Filip NavaraMove ASN.1 decoding/encoding out of PkcsPal
2019-07-17 Tom DeseynSocket: improve cross-platform behavior on Dispose...
2019-07-17 v-jizho2Increase connect timeout for Functional Tests (dotnet...
2019-07-16 Stephen ToubEnable HttpStress to target http.sys in addition to...
2019-07-16 Ahson KhanAdd UnsafeRelaxedJsonEscaping static to JavascriptEncod...
2019-07-16 William GodbeUpdate branding in master to 5.0 (dotnet/corefx#39503)
2019-07-16 Geoff KizerMerge pull request dotnet/corefx#39343 from geoffkizer...
2019-07-16 Layomi AkinrinadeClean up date helper (dotnet/corefx#39548)
2019-07-16 Santiago Fernandez... Fix Utf8JsonWriter xml docs (dotnet/corefx#39092)
2019-07-16 Martin BjörkströmSpecify DateTimeKind.Utc in JSON tests to avoid Argumen...
2019-07-16 Geoff Kizerdisable two slow tests that time out in CI
2019-07-16 Layomi AkinrinadeFix datetime bug (dotnet/corefx#39541)
2019-07-16 Ahson KhanDo not over-escape writing Base64 strings within JSON...
2019-07-16 Omair MajidAdd arm64 runtime ids for Fedora and RHEL 8
2019-07-16 David FowlerChange callbacks to virtual from being abstract (dotnet...
2019-07-16 Stephen ToubFix HttpStress GET Parameters operation to respect...
2019-07-16 Jeremy BartonAdd negative tests for ValidateNumber
2019-07-16 Steve HarterAdd Encoder option to writer and serializer (dotnet...
2019-07-16 Stephen ToubRemove a few unnecessary !s (dotnet/corefx#39531)
2019-07-16 Eirik TsarpalisMerge pull request dotnet/corefx#39485 from eiriktsarpa...
2019-07-16 Levi BroderickJavaScriptEncoder should allow U+002F SOLIDUS by defaul...
2019-07-16 Eirik TsarpalisUpdate src/System.Net.Http/tests/StressTests/HttpStress...
2019-07-16 Eirik TsarpalisUpdate src/System.Net.Http/tests/StressTests/HttpStress...
2019-07-16 Eirik TsarpalisUpdate src/System.Net.Http/tests/StressTests/HttpStress...
2019-07-16 Eirik TsarpalisUpdate src/System.Net.Http/tests/StressTests/HttpStress...
2019-07-16 Eirik TsarpalisUpdate src/System.Net.Http/tests/StressTests/HttpStress...
2019-07-16 Layomi AkinrinadeAdd support for immutable array (dotnet/corefx#39493)
2019-07-16 Stephen ToubPropagate abort exceptions from CreditManager.Dispose...
2019-07-16 Eirik Tsarpalisremove unused cli param
2019-07-16 Dan MoseleyMore Win7 EventLog retries (dotnet/corefx#39521)
2019-07-16 Jeremy KuhneRemove hooking of system color changes (dotnet/corefx...
2019-07-16 Dan MoseleyAdd Win7 retries around Count (dotnet/corefx#39517)
2019-07-16 Maryam AriyanUpdate README.md
2019-07-16 Maryam AriyanAdding readme for MEF (dotnet/corefx#39506)
2019-07-16 Stephen ToubRemove unnecessary "internal" from JsonConverterFactory...
2019-07-16 Krzysztof WicherRequest-in-flight GOAWAY test (dotnet/corefx#39501)
2019-07-15 Stephen ToubAdd a retry to an EventLog test on Win7 (dotnet/corefx...
2019-07-15 Eirik Tsarpalisforce cancellations to only trigger after request has...
2019-07-15 Eirik Tsarpalisdispose CancellationTokenSources
2019-07-15 Eirik TsarpalisHttpStress: Randomize cancellation of requests
2019-07-15 Jeremy KuhneImprove allocations in WinForms startup (dotnet/corefx...
2019-07-15 Andy HansonReenable GCNotificationTests test (dotnet/corefx#39499)
next