summaryrefslogtreecommitdiff
path: root/src/mscorlib/src
AgeCommit message (Expand)AuthorFilesLines
2017-02-23Run codeformatter on S.P.CoreLib sourcesAlex Perovich663-31651/+40648
2017-02-22Reduce code in SafeHandleAddRef (#9724)Stephen Toub2-6/+10
2017-02-22Faster List Add (#9539)Ben Adams1-4/+24
2017-02-22Separate Comparer and EqualityComparer creation logic into a non-generic clas...James Ko3-142/+220
2017-02-21Improve string.Equals OrdinalIgnoreCase performance for matching chars (#9213)Bruce Bowyer-Smyth1-2/+44
2017-02-18Merge pull request #9671 from benaadams/revert-encodingAndy Ayers7-1016/+183
2017-02-18Merge pull request #9670 from stephentoub/cs_randomDan Moseley1-2/+13
2017-02-19Revert "Fast-path for ASCII & UTF8 Encoding ASCII data (#9187)"Ben Adams7-1016/+183
2017-02-18Remove a few explicit static cctors (#9669)Stephen Toub5-19/+4
2017-02-18Delay Random allocation in ConcurrentStackStephen Toub1-2/+13
2017-02-18Fast-path for ASCII & UTF8 Encoding ASCII data (#9187)Ben Adams7-183/+1016
2017-02-17Merge pull request #9228 from fujiy/fixcorefx4805Dan Moseley1-7/+6
2017-02-16Merge pull request #8778 from dnickless/masterDan Moseley1-0/+4
2017-02-15Merge pull request #9603 from danmosemsft/defines4Dan Moseley7-369/+0
2017-02-16Remove unnecessary "this"Felipe Fujiy Pessoto1-1/+1
2017-02-15Remove never defined FEATURE_SERIALIZATIONdanmosemsft3-81/+0
2017-02-15Extra linedanmosemsft1-2/+0
2017-02-15Merge pull request #9613 from danmosemsft/stragglersDan Moseley1-6/+0
2017-02-15Remove dead codedanmosemsft1-6/+0
2017-02-14Remove never defined FEATURE_REFLECTION_ONLY_LOADdanmosemsft4-95/+0
2017-02-14Remove never defined FEATURE_NON_UNICODE_CODE_PAGESdanmosemsft1-143/+0
2017-02-14Removing nativeGetResourceFallbackArray support from VmRama Krishnan Raghupathy1-3/+0
2017-02-14Removing Os specified ulimatefallback for localizationRama Krishnan Raghupathy1-169/+1
2017-02-14Remove never defined FEATURE_ISOSTOREdanmosemsft1-34/+0
2017-02-14Remove never defined FEATURE_IDENTITY_REFERENCEdanmosemsft1-14/+0
2017-02-14Add case-insensitive String.Replace overloads (#9316)Erti-Chris Eelmaa2-13/+114
2017-02-13Merge pull request #9298 from noahfalk/r2rnoahfalk1-0/+6
2017-02-13Rejit support for R2R imagesnoahfalk1-0/+6
2017-02-12Remove constrainedexecutionregion.cppdanmosemsft1-7/+0
2017-02-12Remove never defined FEATURE_FUSIONdanmosemsft1-19/+0
2017-02-12Add RuntimeHelpers.IsReferenceOrContainsReferences<T>() (#9541)Jan Kotas5-27/+28
2017-02-12Merge pull request #9544 from stephentoub/delete_unused_constStephen Toub1-2/+0
2017-02-12Optimize List Clear+Remove (#9540)Ben Adams1-14/+35
2017-02-12Remove unused const in ArraySortHelperStephen Toub1-2/+0
2017-02-11Merge pull request #9471 from stephentoub/task_perfStephen Toub8-330/+341
2017-02-11Fix checks for methods that use StackCrawlMark (#9537)Jan Kotas1-3/+6
2017-02-11Perf improvements to Task/Task<T>Stephen Toub6-281/+275
2017-02-11Streamline AsyncTaskMethodBuildersStephen Toub3-49/+66
2017-02-10Use DynamicSecurityMethod attribute to mark methods with StackCrawlMarkJan Kotas19-116/+84
2017-02-10Boolean -> boolFelipe Fujiy Pessoto1-2/+2
2017-02-10Remove extra EndsWith and StartsWith overloadsFelipe Fujiy Pessoto1-42/+3
2017-02-10Renamed internal method EndsWith and references to it to EndsWithOrdinalVinicius Martins1-1/+39
2017-02-10Remove CER metadata (#9487)Dan Moseley50-399/+0
2017-02-10GcHandle Perf Tweaks (#9473)Ben Adams2-76/+70
2017-02-09Revert earlier CAS changes to Eventing/** and put under !if !CORECLR (#9478)Dan Moseley4-0/+49
2017-02-09Optimize Span.Fill (#9441)Ahson Ahmed Khan2-3/+55
2017-02-09Inlinable ArraySegment ctor (#9433)Ben Adams2-12/+25
2017-02-08Delete unnecessary domain sanity check (#9420)Jan Kotas1-3/+0
2017-02-08Span Slice method AggressiveInlining (#9404)Ahson Ahmed Khan2-1/+11
2017-02-07Add ComVisible(true) back to several special types (#9403)Jan Kotas5-7/+14