summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-11-29Allow arm/armlb/arm64 to run additional jobsBruce Forstall1-9/+9
2017-11-29Use ILAsm from buildtools (#15172)Michal Strehovský3-41/+2
2017-11-29Avoid provider-related costs for default integer formatting (#15272)Stephen Toub10-111/+136
2017-11-28Update BuildTools, CoreClr, CoreFx to prerelease-02228-01, preview1-25928-08,...dotnet-maestro-bot3-9/+9
2017-11-28Merge pull request #15246 from stephentoub/double_tryformatStephen Toub10-665/+577
2017-11-28Address PR feedbackStephen Toub4-38/+15
2017-11-28Reduce duplicate code for span formatting in StringBuilderStephen Toub1-129/+19
2017-11-28Add double/float.TryFormatStephen Toub4-21/+95
2017-11-28Port ValueStringBuilder updates/fixes from corefxStephen Toub2-31/+42
2017-11-28Move FormatDouble/Single to managed codeStephen Toub6-518/+478
2017-11-28JIT: fix bug with int casts of long shifts (#15236)Andy Ayers3-3/+132
2017-11-28Merge pull request #15250 from BruceForstall/DisableMuldimjagaryBruce Forstall1-1/+1
2017-11-28Merge pull request #15253 from BruceForstall/FixSmartyArchive2Bruce Forstall1-7/+18
2017-11-28Fix archiving of smarty resultsBruce Forstall1-3/+11
2017-11-28Fix netci.groovy braces after Linux/x86 changeBruce Forstall1-4/+7
2017-11-28Disable muldimjagary test for armBruce Forstall1-1/+1
2017-11-28Merge pull request #15247 from wtgodbe/TestNativeBinLocationWilliam Godbe1-1/+1
2017-11-28Download test native binaries to correct locationwtgodbe1-1/+1
2017-11-28Update CoreClr to preview1-25928-02 (#15240)dotnet-maestro-bot2-3/+3
2017-11-28Update CoreClr, PgoData to preview1-25927-01, master-20171128-0148, respectiv...dotnet-maestro-bot2-4/+4
2017-11-27Fix typo in comment in number formattingStephen Toub1-1/+1
2017-11-27Switch new TryParse* and TryFormat methods to use span-based format (#15238)Stephen Toub25-365/+487
2017-11-27[Local GC] Move knowledge of overlapped I/O objects to the EE through four ca...Sean Gillespie20-192/+287
2017-11-27Update CoreClr, CoreFx, PgoData to preview1-25927-01, preview1-25927-01, mast...dotnet-maestro-bot1-7/+7
2017-11-27Auto-update ILAsmVersion.txt (#15199)Michal Strehovský1-0/+5
2017-11-27Merge pull request #15187 from BruceForstall/FixArmTailcallBruce Forstall1-3/+18
2017-11-27Improve Monitor scaling (#14216)Koundinya Veluri17-618/+1127
2017-11-27Remove excessive console output in debug builds in a set of monitor tests (#1...Koundinya Veluri1-6/+0
2017-11-27[x86/Linux] Enable CI unittest (#14442)Hyeongseok Oh1-7/+104
2017-11-26Fix resx typo (#15212)Dan Moseley1-1/+1
2017-11-26Fix Powershell error (#15217)Bruce Forstall4-6/+6
2017-11-26Remove some dead Unix code (#15221)Justin Van Patten1-22/+3
2017-11-26Simpler code (same as in String.Manipulation.cs). (#15223)Jiri {x2} Cincura1-12/+2
2017-11-26Sort the Action/Func delegates (#15222)Justin Van Patten1-8/+5
2017-11-25Use string.Create in BitConverter.ToString(byte[]) (#15218)Justin Van Patten1-42/+17
2017-11-25Update CoreClr, CoreFx, PgoData to preview1-25925-02, preview1-25925-02, mast...dotnet-maestro-bot1-7/+7
2017-11-25Fix build error (#15213)dotnet bot1-0/+1
2017-11-24added keu value to key not found exception (#15201)Anirudh Agnihotry9-12/+15
2017-11-24Update CoreClr, CoreFx, PgoData to preview1-25924-01, preview1-25924-02, mast...dotnet-maestro-bot1-7/+7
2017-11-24Delete unused file expandarray.h (#15204)mikedn1-210/+0
2017-11-23Implementation for new string.contains api (#15180)Anirudh Agnihotry1-0/+37
2017-11-23Update CoreClr, CoreFx, PgoData to preview1-25923-02, preview1-25923-02, mast...dotnet-maestro-bot1-7/+7
2017-11-23Fixed parameter validation for Delegate.CreateDelegate method. (#15196)Victor Zaytsev1-2/+2
2017-11-23Revert making Nullable<T> readonly (#15198)Stephen Toub1-2/+2
2017-11-23Move TextInfo to shared CoreLib partition (#15195)Jan Kotas5-128/+57
2017-11-22Fix namespaces and ThrowHelperJan Kotas4-13/+10
2017-11-22Move Nullable and string normalization to shared CoreLib partition (#15184)Jan Kotas9-95/+77
2017-11-22[Arm64] support GBDJIT debug frame (#15174)Steve MacLean1-0/+21
2017-11-22Merge pull request #15181 from BruceForstall/CleanupCallFlagUsageBruce Forstall6-31/+23
2017-11-22Merge pull request #15177 from sdmaclea/PR-ARM64-SIMD-morph-varTypeIsStructBruce Forstall1-3/+3