summaryrefslogtreecommitdiff
path: root/src/mscorlib
AgeCommit message (Expand)AuthorFilesLines
2016-12-09Make it easier to iterate through an ArraySegment (#8559)Alexander Radchenko2-39/+40
2016-12-09Merge pull request #8507 from stephentoub/portcorert_cwtStephen Toub1-401/+452
2016-12-09StringBuilder.AppendJoin (appending lists to StringBuilder) (#8350)Alexander Radchenko2-0/+87
2016-12-08Strip more defines from CoreLib (#8545)Jeremy Kuhne115-9833/+428
2016-12-08Fix perf regression with lots of objects in a ConditionalWeakTableStephen Toub1-31/+95
2016-12-08Port ConditionalWeakTable from CoreRTStephen Toub1-406/+393
2016-12-08Make TimeZoneInfo fields readonly (#8526)Justin Van Patten1-7/+7
2016-12-08TimeZoneInfo: Use string.Concat instead of string.Format (#8540)Justin Van Patten1-6/+3
2016-12-08Make TimeZoneInfo.TransitionTime fields readonly (#8529)Justin Van Patten1-39/+25
2016-12-08Make TimeZoneInfo.AdjustmentRule fields readonly (#8528)Justin Van Patten1-37/+43
2016-12-08Preallocate the TimeZoneInfo.Utc instance (#8530)Justin Van Patten1-37/+13
2016-12-08Simplify TimeZoneInfo.AdjustmentRule.Equals (#8527)Justin Van Patten1-10/+7
2016-12-08Remove private TimeZoneInfoComparer (#8512)Justin Van Patten1-9/+6
2016-12-08Avoid allocating in TimeZoneInfo.GetHashCode() (#8513)Justin Van Patten1-1/+1
2016-12-08Simplify TimeZoneInfo.Equals(object) (#8514)Justin Van Patten1-5/+1
2016-12-08Move native search paths forward (#8531)Jeremy Kuhne1-64/+64
2016-12-07Strip some conditional compilation in SPCL (#8511)Jeremy Kuhne24-7676/+104
2016-12-07Refactor Span<T> to ease implementation of JIT intrinsics (#8497)Jan Kotas6-55/+93
2016-12-07Remove unused DepthLimitedQuickSort methodsMike Danes2-610/+2
2016-12-07Change ArraySortHelper to use Comparison<T>Mike Danes4-31/+71
2016-12-05Copy CoreFX environment variable code (#8405)Jeremy Kuhne6-371/+498
2016-12-05Merge pull request #8306 from jamesqo/better-bulk-addIan Hays1-12/+34
2016-12-04Fix several misspellings of exception and "a exception". (#8442)Jon Hanna1-1/+1
2016-11-30Remove the BinaryCompatibility class as it is not useful on .NET Coreā€¦ (#8396)Alex Ghiondea6-627/+41
2016-11-30Merge pull request #8209 from stephentoub/arraypool_perfJan Kotas9-149/+515
2016-11-30Merge pull request #8401 from svick/task-action-delegateStephen Toub3-7/+7
2016-11-29Adding missing ctor - 'public Span(T[] array, int start)' (#8354)Matt Warren3-2/+55
2016-11-29Remove one virtual call from StreamHelpers.ValidateCopyToArgs (#8361)Andy Ayers1-1/+1
2016-11-28Do not cache _items.James Ko1-9/+7
2016-11-28Change the type of Task.m_action to DelegatePetr Onderka3-7/+7
2016-11-28Make GetCurrentProcessorNumber an FCallStephen Toub5-13/+18
2016-11-27Move the write to _version before the copy.James Ko1-1/+2
2016-11-27Revert some potentially breaking aspectsJames Ko1-22/+9
2016-11-25Fix typo.James Ko1-1/+1
2016-11-25Handle exceptions from MoveNext and Current.James Ko1-11/+19
2016-11-25Fix subtle bug in new string.Join implementation. (#8310)James Ko1-1/+3
2016-11-24Cache result of GetCurrentProcessorNumberStephen Toub3-4/+37
2016-11-24Improve ArrayPool performanceStephen Toub9-149/+477
2016-11-24Better bulk adds for List.James Ko1-11/+39
2016-11-23Add String.Join overloads accepting a char separator (#7942)James Ko4-149/+207
2016-11-23Merge pull request #8137 from jamesqo/array.fillDan Moseley2-0/+38
2016-11-23Fix Typo in Unix Lock/Unlock PALIan Hays1-2/+2
2016-11-22Change argument order.James Ko2-2/+2
2016-11-22Add missing Path methods to model.xml (#8257)Jeremy Kuhne1-1/+4
2016-11-22Respond to feedbackJames Ko1-1/+1
2016-11-22Merge pull request #8233 from ianhays/api_lockunlockIan Hays3-4/+24
2016-11-21Address PR feedbackStephen Toub2-1114/+168
2016-11-20Improve AsyncLocal throughput and memory usageStephen Toub2-21/+247
2016-11-19Generic Dictionary - add constructor that accepts IEnumerableDan Moseley3-0/+19
2016-11-19Add System.Collections.Generic.Dictionary constructor that acceptsRobert Matusewicz3-0/+19