summaryrefslogtreecommitdiff
path: root/src/mscorlib/src
AgeCommit message (Expand)AuthorFilesLines
2016-10-04Correct security annotationsJan Kotas1-2/+2
2016-10-04Merge pull request #7473 from dotnet-bot/from-tfsJan Kotas1-0/+2
2016-10-03Remove coreclr checks from AppDomain apis (#7471)Rahul Kumar1-7/+0
2016-10-03Mark new UnmanagedMemoryAccessor methods as SafeCritical.Pat Gavlin1-0/+2
2016-10-03Remove FirstChanceExceptionEventArgs from BCL folder. The file has been moved...Rahul Kumar1-0/+2
2016-10-01Merge pull request #7361 from vancem/MessageInLttng.9-26-16Vance Morrison2-11/+19
2016-10-01Merge pull request #7359 from vancem/EventSOurceNullRefInLevelProperty.9-26-16Vance Morrison1-10/+11
2016-09-30Merge pull request #7388 from rahku/_appdomainRahul Kumar2-0/+73
2016-09-30Port changes to UnmanagedMemoryStream from corefx (#7418)Alex Perovich2-59/+152
2016-09-30Expose AppDomain apisRahul Kumar2-0/+73
2016-09-29Fix change to GenericEqualityComparer.Equals from #5804 (#7419)James Ko1-2/+4
2016-09-29Add missing System.IO APIs (#7385)Ian Hays2-18/+0
2016-09-28Merge pull request #7404 from tarekgh/AddNormalizationToLinuxRama krishnan Raghupathy3-314/+415
2016-09-28Add Normalization functionality to LinuxTarekm Mahmoud Sayed3-314/+415
2016-09-28Expose required S.Resources members on corelib (#7402)Alex Perovich1-2/+4
2016-09-28Fix System.Diagnostics.StackTrace version in stack trace helper code (#7395)Mike McLaughlin1-1/+1
2016-09-27Specialize IndexOf, LastIndexOf for the enum equality comparers (#5804)James Ko2-66/+88
2016-09-26Fix build break.Vance Morrison1-7/+7
2016-09-26Fix one more place where Writing EventSource messages did not initialize all ...Vance Morrison1-3/+4
2016-09-26Fix for issue 6768 NullRef when access Level when there are EventSource messa...Vance Morrison1-7/+7
2016-09-26Add the serialization of the Message field when writting LTTng events on Linux.Vance Morrison2-6/+14
2016-09-25Add missing System.Security ns types. (#7352)Dan Moseley1-9/+2
2016-09-25Add Math.Clamp methods (#7242)Hugh Bellamy1-1/+145
2016-09-24Micro-optimization for IList.Contains array implementation (#7347)James Ko1-2/+2
2016-09-22Fix 8.3 UNC expansionJeremy Kuhne2-5/+23
2016-09-21If out some dead code in System.Array for FEATURE_CORECLR (#7288)Hugh Bellamy1-0/+4
2016-09-19Merge pull request #7181 from ramarag/CompilerServicesRama krishnan Raghupathy1-5/+27
2016-09-19Fill out SecurityException with stubs (#7250)Dan Moseley1-15/+44
2016-09-18Version: Make fields readonly and delete duplicate code (#7246)Justin Van Patten1-86/+31
2016-09-16Exposing Remaining CompilerServices Apis in mscorlibRama Krishnan Raghupathy1-5/+27
2016-09-16Add few System.Reflection APIs (#7193)Sepideh Khoshnood5-16/+76
2016-09-15Override CopyTo in MemoryStream (#7131)James Ko2-24/+39
2016-09-14Minor String.Split cleanup to align more closely with CoreRT (#7185)Justin Van Patten1-19/+11
2016-09-14Merge pull request #6892 from jamesqo/list-optimizationsVance Morrison1-3/+1
2016-09-14Update new String.Split methods to use optional params (#7175)Justin Van Patten1-16/+4
2016-09-13Add Array.Reverse<T> (#7132)Justin Van Patten2-17/+36
2016-09-13Remove a field from the CopyToAsync async state machine (#7157)Stephen Toub1-2/+3
2016-09-13Replace % inside loop of Random ctor (#7156)chrisaut1-4/+6
2016-09-12Merge pull request #7136 from benaadams/enviroJan Kotas1-8/+59
2016-09-12Adding missing String members to coreclrJose Perez Rodriguez1-2/+0
2016-09-12Fix Environment no-inlining for mscorlibBen Adams1-21/+26
2016-09-11Reduce code bloat around formatted GetResourceString callsJames Ko1-2/+48
2016-09-08Merge pull request #6995 from rahku/appdomainRahul Kumar1-0/+15
2016-09-08Exposes runtime functionality to Appdomain implementation in corefxRahul Kumar1-0/+15
2016-09-08Add constraint to Enum.Parse<TEnum> (#7104)Yufei Huang1-2/+2
2016-09-07Make TryEnsureSufficientExecutionStack public (#7077)Bart J.F. De Smet1-3/+1
2016-09-07Merge pull request #7081 from yufeih/enum_try_parseWes Haggard1-0/+30
2016-09-07ConcurrentDictionary<TKey, TValue> Exceptions to ThrowHelper (#7079)Ben Adams2-56/+64
2016-09-07Merge pull request #7075 from tarekgh/DisableZh-CHS-CHTTarek Mahmoud Sayed2-0/+6
2016-09-07Correct the virtual overload of Stream.CopyTo (#7082)James Ko1-2/+2