summaryrefslogtreecommitdiff
path: root/src/mscorlib
AgeCommit message (Expand)AuthorFilesLines
2017-11-07Temporarily add back old TryParse signatures (#14893)Stephen Toub12-0/+63
2017-11-06Fix TryParse overloads using optional arguments (#14877)Stephen Toub14-18/+89
2017-11-06Cleanup BCLDebug (#14868)Jan Kotas15-1132/+85
2017-11-06Allow any string length in Environment.SetEnvironmentVariable (#14872)Yuri Vanin2-11/+5
2017-11-03ReadOnlyMemory: Fix copy/paste mistake in doc commentJustin Van Patten1-3/+3
2017-11-03Merge pull request #14836 from stephentoub/valuetaskinterfacesStephen Toub3-16/+16
2017-11-03Mark applicable structs as readonly (#14789)Stephen Toub18-30/+30
2017-11-02Move I{Configured}ValueTaskAwaiter interfaces to correct locationStephen Toub3-16/+16
2017-11-02Move Dictionary to shared CoreLib partition (#14795)Jan Kotas7-199/+183
2017-10-31Make NonRandomizedStringEqualityComparer serialize into GenericEqualityCompar...Viktor Hofer2-29/+34
2017-10-31Change leading bracked to char as wellJan Kotas1-8/+8
2017-10-31Merge pull request #14759 from stephentoub/gettaskforresult_inliningStephen Toub3-5/+15
2017-10-31Move System.Tuple to shared CoreLib partition (#14762)Jan Kotas3-18/+17
2017-10-30Don't inline GetTaskForResult when await'ing ValueTaskStephen Toub3-5/+15
2017-10-30Fix build warning (#14751)Jan Kotas1-25/+25
2017-10-30Update code in AwaitUnsafeOnCompleted to use interface matchingAndy Ayers4-52/+39
2017-10-30Simplify Comparer/EqualityComparers (#14737)Jan Kotas3-50/+5
2017-10-30Fix spelling error in comment (#14745)Vance Morrison1-1/+1
2017-10-30Fix for issue EventSource MultiEnable bug (#14729)Vance Morrison1-3/+11
2017-10-29Update Hashtable.cs (#14741)Andrew Anikin1-1/+1
2017-10-27Revise class hierarchy for some EqualityComparer<T> subclasses (#14723)Andy Ayers1-2/+13
2017-10-27Make EventSourcException serializable in corert scenarios (#14716)Viktor Hofer1-1/+1
2017-10-26Port EventSource Nuget Package Changes (#14669)Brian Robbins19-104/+213
2017-10-25Marking Memory struct as readonly, fixing corefx#23809 (#14684)Ahson Khan2-2/+2
2017-10-25[ARM64/Windows] optimal value of CopyThreshold for Windows after performance ...Pankaj Gode1-2/+2
2017-10-24Search/replace _DEBUG => DEBUGJan Kotas11-21/+16
2017-10-24Search/replace Debug.Assert(false, => Debug.Fail(Jan Kotas52-77/+77
2017-10-24Cleanup BCLDebugJan Kotas25-261/+38
2017-10-22Remove low value purpose comments (#14653)aerotog7-68/+0
2017-10-22Hide post exception stack frames (#14652)Ben Adams8-1/+35
2017-10-20Rename MemoryHandle PinnedPointer to Pointer and add property HasPointer. (#1...Ahson Ahmed Khan1-3/+5
2017-10-19Make ContractException public in impl assembly to support corert typeforwardi...Viktor Hofer1-4/+9
2017-10-18Fix BinaryWriter/Reader span parameter names (#14577)Stephen Toub2-13/+13
2017-10-17Merge pull request #14541 from stephentoub/taskbeginwaitStephen Toub1-22/+23
2017-10-17GetEnvironmentVariable: Avoid StringBuilder marshaling overhead (#14502)Justin Van Patten2-9/+28
2017-10-17Avoid TaskWaitBegin/End events in Task.Wait on already completed taskStephen Toub1-22/+23
2017-10-17Merge pull request #14311 from ViktorHofer/SerializationExceptionsViktor Hofer96-113/+370
2017-10-16Change Task.Delay to use TimerQueueTimer instead of TimerStephen Toub2-9/+3
2017-10-16Queue TimerQueueTimer directly to ThreadPoolStephen Toub1-15/+7
2017-10-16Reduce Timer lock contentionStephen Toub1-23/+38
2017-10-15Environment.SystemDirectory: Avoid StringBuilder overhead (#14513)Justin Van Patten5-18/+59
2017-10-14Delete contract annotations (dotnet/corert#4722) (#14507)dotnet bot3-33/+0
2017-10-14Delete EnvironmentAugments.GetEnvironmentVariables (#14500)Justin Van Patten1-6/+0
2017-10-14Remove temp unsafe stackalloc workarounds for Span (#14503)Justin Van Patten2-18/+3
2017-10-14Delete unnecessary Debug.Assert (#14504)Justin Van Patten1-4/+0
2017-10-13Add EventSource event for dropped async state machines (#14497)Stephen Toub2-10/+100
2017-10-13Merge pull request dotnet/corert#4719 from dotnet/nmirrorJan Kotas1-1/+4
2017-10-13Optimize type casts (#14420)Andy Ayers1-45/+4
2017-10-10Add CompareInfo.Invariant.cs to shared corelib partitionJan Kotas3-1/+1
2017-10-10Move CompareInfo.cs to shared corelib partition (#14407)Jan Kotas3-12/+10