summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-11-05Adding some new functions to System.Math and System.MathF (#20788)Tanner Gooding47-50/+1814
2018-11-05Updating the importer to throw a NotImplementedException if it finds a mustEx...Tanner Gooding5-11/+36
2018-11-05Improve/fix SerialStream.Dispose (dotnet/corefx#33221)Krzysztof Wicher2-2/+2
2018-11-05Merge pull request #20736 from briansull/issue_18672Brian Sullivan3-21/+126
2018-11-05 Fiber-friendly Vectored Exception Handling (#20746)Tobias Loew1-0/+18
2018-11-05Fix constant propagation with nested structsBrian Sullivan3-21/+126
2018-11-05Bump FreeBSD AzDO build timeout to 90 minutesMatt Galbraith1-1/+1
2018-11-05Fix perf regression in master. (#20762)Sergey Andreenko1-10/+34
2018-11-04System.Decimal code style and comments clean-up (#20793)Pent Ploompuu3-495/+508
2018-11-04[Darc-Update] Update dependencies from build 20181102.21 of https://github.co...dotnet-maestro[bot]10-14/+21
2018-11-04Optimization: Reduce many array allocations in GetCustomAtttributes()'s inher...Nick Craver2-25/+49
2018-11-03Improve error messages for byref-like type loading errors (#20789)Jan Kotas7-31/+16
2018-11-03Merge pull request #20780 from dotnet/dev/unix_test_workflowBruce Forstall2-3/+8
2018-11-03Add StringBuilder.Append(ROM<char>) (#20773)Wraith21-0/+2
2018-11-03Update CoreFx, CoreSetup, IbcData, PgoData to preview.18553.3, preview-27103-...dotnet-maestro-bot1-9/+9
2018-11-03Cleanup and improve name formatting in reflection (#20781)Jan Kotas10-131/+80
2018-11-03Update BuildTools, CoreClr, CoreFx, CoreSetup, IbcData, PgoData to preview1-0...dotnet-maestro-bot4-15/+29
2018-11-02Perf improvements to Span and Memory (#20771)Levi Broderick5-4/+65
2018-11-02Use C# compiler's static data support in Encoding.Preamble (#20768)Stephen Toub3-17/+13
2018-11-02Add remaining IAsyncDisposable implementations to CoreLib (#20676)Stephen Toub6-44/+180
2018-11-02Fix logging so that we can see the full 64 bit integer in the log file (#20741)Andrew Au1-2/+2
2018-11-02Improve performance of String.Equals(..., OrdinalIgnoreCase) (#20734)Levi Broderick3-34/+244
2018-11-02Merge pull request #20769 from BruceForstall/FixArmBruce Forstall1-1/+7
2018-11-02Merge pull request #20760 from hoyosjs/arcadeJuan Hoyos61-1/+3766
2018-11-02Merge pull request #20770 from BruceForstall/EnableMoreDiffsBruce Forstall1-2/+1
2018-11-02Do PMI diffs on frameworks and benchmarksBruce Forstall1-2/+1
2018-11-02Allows Debug.Fail to go through Trace Listeners (#20764)Maryam Ariyan4-29/+47
2018-11-02Need to archive and transfer the Product directory for Linux arm/arm64 PMI diffsBruce Forstall1-1/+7
2018-11-02Avoid unnecessary interlocked in ManualResetValueTaskSourceCore (#20742)Stephen Toub1-7/+12
2018-11-01Fix the test. (#20701)Sergey Andreenko1-1/+0
2018-11-01Remove redundant zero-initializations for long-lifetime structs. (#20753)Eugene Rozenfeld1-3/+4
2018-11-01Add base arcade scripts and versioning filesJuan Sebastian Hoyos Ayala61-1/+3766
2018-11-01Fix freebsd symbol upload failure. (#20759)Mike McLaughlin1-1/+1
2018-11-01one more place to add case for freebsd (#20756)Tomas Weinfurt1-0/+1
2018-11-01Display offset in TimeZoneInfo.DisplayName (#20728)Egor Bogatov1-0/+8
2018-11-01Merge pull request #20755 from dotnet/dev/unix_test_workflowBruce Forstall1-5/+10
2018-11-01Merge pull request #20752 from BruceForstall/EnableLinuxX64PmiDiffsBruce Forstall1-5/+10
2018-11-01Merge pull request #20750 from BruceForstall/ReduceExpectedTestCountBruce Forstall1-4/+4
2018-11-01Disable outdated CoreFX tests (#20749)Jan Kotas1-0/+57
2018-11-01Fix PMI job triggers for x64 LinuxBruce Forstall1-5/+10
2018-11-01Merge pull request #20720 from dotnet/mmitche-patch-1Matt Mitchell1-1/+1
2018-11-01Fix expected Pri-1 test countBruce Forstall1-4/+4
2018-11-01Fix JIT flags for ARM64 altjit (#20711)Bruce Forstall2-1/+75
2018-11-01Workaround FreeBSD symbol publishing problem. (#20733)Mike McLaughlin1-0/+1
2018-11-01Update PMI asm diffs in the CI (#20743)Bruce Forstall2-216/+217
2018-11-01corert compile fixes, corert class Debug should be partial and s_WriteCore ne...Maryam Ariyan2-2/+2
2018-10-31Make BitScanForward/BitScanForward64 PAL wrappers branchless. (#20412)Jack Pappas2-45/+37
2018-10-31Update BuildTools, CoreClr, CoreFx, CoreSetup, IbcData, PgoData to preview1-0...dotnet-maestro-bot3-15/+15
2018-10-31Clean up string literal implicit const casting and some two-phase lookup nits...Jeremy Koritzinsky18-29/+30
2018-10-31Detect integer overflow in String.ReplaceJan Kotas1-1/+4