summaryrefslogtreecommitdiff
path: root/src/mscorlib
AgeCommit message (Expand)AuthorFilesLines
2017-03-27Move deleted files and remove m_ prefix in shared fileAlex Perovich6-10739/+3
2017-03-27Add DateTimeFormat and Parse to shared and remove moved fileAlex Perovich6-7/+10684
2017-03-27Some missing stragglers (#10509)Dan Moseley1-3/+9
2017-03-27Move Pointer.cs to the shared partition. (#10499)Atsushi Kanamori5-85/+64
2017-03-26Add static ExceptionDispatchInfo.Throw methodStephen Toub1-0/+4
2017-03-25CoreFx 14486 Update API summary. (#10485)Mandar Sahasrabuddhe2-4/+6
2017-03-25Enable global invariant on OSX (#10470)Tarek Mahmoud Sayed2-15/+2
2017-03-25Typo correction (#10482)Ofer Zelig1-1/+1
2017-03-25Delete pointless <internalonly/> comments (#10479)Jan Kotas23-247/+4
2017-03-25Issue #7061 Remove private _Prop from StreamReader, StreamWriter (#10480)Mandar Sahasrabuddhe1-135/+72
2017-03-25Add Interlocked.MemoryBarrierProcessWide (#10476)Jan Kotas4-31/+37
2017-03-24Remove return statement and throwing directly for obselete methods. (#10477)Ahson Ahmed Khan3-22/+4
2017-03-24Move DateTime to shared partition (#10460)Alex Perovich4-54/+63
2017-03-24Cleanup unnecessary import (#10472)Alex Perovich1-2/+0
2017-03-24Fixed m_ prefixes in a few files from shared partition (#10473)Jan Kotas4-40/+38
2017-03-24CoreFx 14486 Remove argument validation in DangerousCreate (#10462)Mandar Sahasrabuddhe2-30/+2
2017-03-24Remove dead strings (#10445)Dan Moseley2-1319/+15
2017-03-24Sort entries in shared project (#10465)Alex Perovich1-6/+6
2017-03-24Delete moved fileJan Kotas3-143/+31
2017-03-24Use Array.Copy with index and remove coreclr specific functionAlex Perovich1-33/+2
2017-03-24NS2.0 Complete DBNull's surface area. (#3085)Atsushi Kanamori2-0/+120
2017-03-23Add PNSE messages (#10440)Dan Moseley10-172/+76
2017-03-23Merge pull request #10434 from dotnet/mirror-merge-9060302Jan Kotas63-364/+526
2017-03-23Move StringBuilder to shared partition (#10357)Alex Perovich5-55/+48
2017-03-23Add missingAlex Perovich1-0/+9
2017-03-23Remove moved filesAlex Perovich43-1337/+0
2017-03-23Move IReflect.cs to shared partition. (#3074)Atsushi Kanamori21-260/+403
2017-03-23Move the easy files in System\Reflection to the shared partition. (#3060)Atsushi Kanamori42-18/+1365
2017-03-23Migrate the Reflection serialization holders to the shared partition. (#10429)Atsushi Kanamori10-226/+242
2017-03-23Move IReflect.cs to shared partition. (#10415)Atsushi Kanamori3-56/+13
2017-03-22Fix fallout from switching corelib to use resx (#10407)Jan Kotas3-3/+3
2017-03-22Named Multiply and Divide methods on TimeSpan (#10366)Jon Hanna1-0/+6
2017-03-22Move Type.IsSerializable and Type.DefaultBinder to shared file. (#10395)Atsushi Kanamori4-58/+44
2017-03-22Reconcile the "easy" System\Reflection .cs files with their CoreRT versions. ...Atsushi Kanamori45-961/+410
2017-03-22Merge pull request #10374 from dotnet/mirror-merge-9057970Jan Kotas1-1/+1
2017-03-22Move DefaultBinder.cs to the shared partition. (#10355)Atsushi Kanamori5-108/+125
2017-03-22FileStream redirection got changed. Add ThreadPoolBoundHandle redirect.Jeremy Kuhne1-1/+1
2017-03-21Fix leak in Task.WaitAny(..., int) (#10331)Stephen Toub2-1/+17
2017-03-22Switch coreclr corelib to use resx (#10372)Alex Perovich299-5501/+7362
2017-03-21Revert "Switch coreclr corelib to use resx (#10268)"Jan Kotas299-7362/+5501
2017-03-21Switch coreclr corelib to use resx (#10268)Alex Perovich299-5501/+7362
2017-03-21System.IO.Path.IsPathRooted does not check if valid drive letter on Windows (...Viktor Hofer1-2/+2
2017-03-21Merge pull request #10321 from WinCPP/issue-7060Ian Hays1-7/+1
2017-03-20Delete moved fileJan Kotas3-111/+3
2017-03-21NS2.0 - Complete System.Security namespace.Atsushi Kanamori2-0/+67
2017-03-20Fix MAC build (#10328)Tarek Mahmoud Sayed2-2/+15
2017-03-20Delete moved filesJan Kotas5-1212/+0
2017-03-20Move Type.cs and Module.cs to Shared Partition.Atsushi Kanamori5-0/+1212
2017-03-21Issue #7060 - Make StreamReader.ReadBuffer non-virtualWinCPP1-7/+1
2017-03-20Fix FileStream for ProjectNJan Kotas2-10/+13