summaryrefslogtreecommitdiff
path: root/src/mscorlib/corefx
AgeCommit message (Expand)AuthorFilesLines
2017-02-23Run codeformatter on S.P.CoreLib sourcesAlex Perovich16-43/+39
2017-02-18Remove a few explicit static cctors (#9669)Stephen Toub1-5/+4
2017-02-14Add case-insensitive String.Replace overloads (#9316)Erti-Chris Eelmaa3-8/+24
2017-02-06Delete remaining security transparency annotationsJan Kotas8-39/+0
2017-02-04Remove stripped code (#9269)Dan Moseley11-305/+5
2017-02-01Synchronize part of System/* with CoreRT (#9259)Jan Kotas1-0/+190
2017-02-01Synchronize src\mscorlib\corefx with CoreRT (#9251)Jan Kotas34-269/+168
2017-01-31Synchronize SpinLock with CoreRT (#9244)Jan Kotas1-0/+25
2017-01-28Avoid unnecessary branches when fixing non-null/empty arraysJustin Van Patten1-2/+2
2017-01-18Fix DateTimeFormatInfo serialization on UnixStephen Toub1-3/+3
2017-01-17Use nameof in place of hardcoded variable names (#8968)Toni Solarin-Sodara1-27/+27
2017-01-09Enable PInvoke analyzer for S.P.CoreLib.dllJohn Chen (CLR)38-258/+191
2017-01-04Path normalization performance improvementsJan Kotas8-127/+97
2017-01-04Delete unused fileJan Kotas1-75/+0
2017-01-04Use ArrayPool for PathHelperJan Kotas9-602/+216
2017-01-03ArrayPool fixes (#8774)Jan Kotas3-21/+8
2016-12-23Improve ArrayPool core affinity (#8716)Jan Kotas3-88/+4
2016-12-21Adding ValueTuple and ITuple to corlib in CoreCLR (#8695)Julien Couvreur1-0/+10
2016-12-13Remove no-op file security (#8611)Jeremy Kuhne1-2/+2
2016-12-13Synchronize src\mscorlib\corefx with the CoreRT fork (#8619)Jan Kotas28-178/+459
2016-12-12Rename Contract.Assert to Debug.Assert (#8600)Jan Kotas25-196/+220
2016-12-09Removes final FEATURE_CORECLR defines (#8555)Jeremy Kuhne1-1/+1
2016-12-09Strip some security related attributes (#8571)Jeremy Kuhne4-5/+0
2016-11-28Make GetCurrentProcessorNumber an FCallStephen Toub3-10/+12
2016-11-24Cache result of GetCurrentProcessorNumberStephen Toub3-4/+37
2016-11-24Improve ArrayPool performanceStephen Toub7-147/+470
2016-11-23Fix Typo in Unix Lock/Unlock PALIan Hays1-2/+2
2016-11-18Update with corefx PR changesIan Hays2-6/+9
2016-11-17Add Unix FileStream Lock/UnlockIan Hays2-4/+20
2016-11-17Use CoreFX Path code (#8132)Jeremy Kuhne25-0/+3456
2016-11-15Full support of idn mapping (#8134)Tarek Mahmoud Sayed7-17/+482
2016-11-09Avoid repeated delegate allocations in FileStream.FlushAsync (#8048)Justin Van Patten1-1/+1
2016-11-09Add IntPtr constructors to FileStream (#8063)Jeremy Kuhne1-0/+24
2016-11-08Avoid failures when allocate memory in native (#8028)Tarek Mahmoud Sayed4-2/+17
2016-11-08Remove delegate allocation per ThreadPoolBoundHandleOverlappedStephen Toub1-1/+3
2016-11-05Change default file permissions on Unix to 666 (#7995)Stephen Toub1-7/+7
2016-11-04Merge pull request #7985 from AlexGhiondea/ExposeMarshalAPIAlex Ghiondea1-0/+42
2016-11-04Expose the Marshal APIs that use SecureStringAlex Ghiondea1-0/+42
2016-11-04make the returning of DTFI & NFI in CultureInfo atomic (#7998)Tarek Mahmoud Sayed1-3/+2
2016-11-03The SecureStringMarshal type was an artifact of the layering we had in CoreFx.Alex Ghiondea1-14/+0
2016-11-01Enable the rest of netstandard1.7 globalization APIs (#7935)Tarek Mahmoud Sayed9-877/+1063
2016-11-01Use nameof throughout mscorlib (#7929)Stephen Toub30-274/+274
2016-10-31Move SR adapter into root (#7925)Jeremy Kuhne1-520/+520
2016-10-31Merge pull request #7884 from AlexGhiondea/Port_SecureStringAlexGhiondea12-0/+1012
2016-10-31SecureStringMarshal was not correctly being build for Unix.Alex Ghiondea1-3/+0
2016-10-31Remove StreamHelpers.ArrayPoolCopy.csStephen Toub3-75/+1
2016-10-28Replace BCLDebug with DebugAlex Ghiondea4-10/+10
2016-10-28Bring to CoreCLR the SecureString implementation from CoreFx.Alex Ghiondea12-0/+1015
2016-10-28Align ArrayPool to shared code patternJeremy Kuhne6-0/+514
2016-10-28Copy CoreFX FileStream to CoreLibJeremy Kuhne60-1/+6700