summaryrefslogtreecommitdiff
path: root/src/mscorlib
AgeCommit message (Expand)AuthorFilesLines
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-28Change the type of Task.m_action to DelegatePetr Onderka3-7/+7
2016-11-28Make GetCurrentProcessorNumber an FCallStephen Toub5-13/+18
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-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
2016-11-18Delete dead files (#8202)Jan Kotas9-5172/+18
2016-11-18Update with corefx PR changesIan Hays2-6/+9
2016-11-18Add missing Arg_BadDecimal resource string (#8197)mikedn1-0/+1
2016-11-17Type sigs (#8191)Dan Moseley1-8/+0
2016-11-17Add Unix FileStream Lock/UnlockIan Hays3-4/+21
2016-11-17Use CoreFX Path code (#8132)Jeremy Kuhne53-5742/+3269
2016-11-17Tweak params of ConsoleDan Moseley1-2/+2
2016-11-16Add RuntimeHelpers.Equalsdanmosemsft2-0/+2
2016-11-16Tweak paramsdanmosemsft1-2/+2
2016-11-16Add the missing implementation of IdnMapping.GetAscii (#8149)Tarek Mahmoud Sayed1-2/+57
2016-11-16Merge pull request #8147 from rahku/reflectionRahul Kumar1-0/+2
2016-11-16Expose MethodBase.IsSecuritySafeCriticalRahul Kumar1-0/+2
2016-11-16Expose a member of StrongNameKeyPair, fix bug in SynchronizationContext (#8142)Koundinya Veluri3-9/+18
2016-11-16Fixed string Join methodDan Moseley1-4/+2
2016-11-15Full support of idn mapping (#8134)Tarek Mahmoud Sayed8-18/+485
2016-11-15Add Array.Fill apisJames Ko2-0/+38
2016-11-15Merge pull request #8125 from stephentoub/divrem_perfStephen Toub2-6/+16
2016-11-15Expose members of ExecutionContext and AsyncFlowControl (#8107)Koundinya Veluri3-13/+44
2016-11-15Use Math.DivRem in another place in mscorlibStephen Toub1-2/+4
2016-11-15Improve Math.DivRem performanceStephen Toub1-4/+12
2016-11-15fix grammar for AggregateException.FlattenMartijn Hoekstra1-1/+2
2016-11-14Merge pull request #8100 from rahku/reflectionRahul Kumar2-0/+85
2016-11-14Fixed string Join methodAlexander Radchenko1-4/+2
2016-11-13Add implementation for AssemblyName::EscapedCodeBase (#8072)Rahul Kumar3-2/+230
2016-11-12Avoid allocations in DateTime.NowStephen Toub2-19/+34
2016-11-11Enable the rest if TimeZoneInfo APIs (#8096)Tarek Mahmoud Sayed2-11/+12
2016-11-11Expose Assembly::GetFile(s) apisRahul Kumar2-0/+85
2016-11-10Expose some things for ns2.0Koundinya Veluri4-57/+215
2016-11-10Enable time zone for netstandard1.7 (#8074)Tarek Mahmoud Sayed3-186/+140
2016-11-10Expose AppDomain::AssemblyResolveRahul Kumar4-4/+14