summaryrefslogtreecommitdiff
path: root/src/mscorlib/ref/mscorlib.cs
AgeCommit message (Expand)AuthorFilesLines
2017-02-17Merge pull request #9228 from fujiy/fixcorefx4805Dan Moseley1-0/+2
2017-02-14Add case-insensitive String.Replace overloads (#9316)Erti-Chris Eelmaa1-0/+2
2017-02-10Remove extra EndsWith and StartsWith overloadsFelipe Fujiy Pessoto1-8/+0
2017-02-10Renamed internal method EndsWith and references to it to EndsWithOrdinalVinicius Martins1-0/+10
2017-02-04Remove stripped code (#9269)Dan Moseley1-82/+0
2017-02-03Remove duplicate attributes from CoreLib (#9327)Faizur Rahman1-90/+2
2017-02-01Delete LocalDataStore (#9266)Jan Kotas1-6/+0
2017-01-11Add parameterless overloads of TrimStart/TrimEnd (#8834)Thiago Camargos Lopes1-0/+2
2017-01-06Hide types implemented in corefxRahul Kumar1-193/+0
2016-11-19Add System.Collections.Generic.Dictionary constructor that acceptsRobert Matusewicz1-0/+2
2016-11-17Tweak params of ConsoleDan Moseley1-2/+2
2016-11-16Add RuntimeHelpers.Equalsdanmosemsft1-0/+1
2016-11-16Tweak paramsdanmosemsft1-2/+2
2016-11-14Merge pull request #8100 from rahku/reflectionRahul Kumar1-0/+82
2016-11-13Add implementation for AssemblyName::EscapedCodeBase (#8072)Rahul Kumar1-0/+2
2016-11-11Expose Assembly::GetFile(s) apisRahul Kumar1-0/+82
2016-11-10Expose AppDomain::AssemblyResolveRahul Kumar1-0/+1
2016-11-09Add missing ref emit enum members for ns2.0 (#8062)Alex Perovich1-0/+6
2016-11-08Expose Marshal.CleanupUnusedObjectsInCurrentContextFaizur Rahman1-1/+3
2016-11-01Merge pull request #7904 from shrah/masterFaizur Rahman1-1/+18
2016-11-01Enable the rest of netstandard1.7 globalization APIs (#7935)Tarek Mahmoud Sayed1-0/+5
2016-10-31Update S.R.InteropServices to ns2.0Faizur Rahman1-1/+18
2016-10-29Cleanup: Remove BitArray from mscorlib (#7888)Marek Linka1-26/+0
2016-10-27expose events from AppDomain via AssemblyLoadContextRahul Kumar1-0/+3
2016-10-26Add Misc types to InteropServicesFaizur Rahman1-0/+108
2016-10-25Merge pull request #7786 from rahku/_appdomainRahul Kumar1-0/+1
2016-10-25Add implementation of AppDomain.GetAssembliesRahul Kumar1-0/+1
2016-10-24Add few Interop Marshal APIs (#7742)Faizur Rahman1-0/+20
2016-10-20Fixing the reference declarations for System.MathF. (#7735)Tanner Gooding1-28/+27
2016-10-18Expose apis in System.Reflection.AssemblyRahul Kumar1-0/+12
2016-10-18Adding single-precision math functions. (#5492)Tanner Gooding1-0/+57
2016-10-17Merge pull request #7682 from dotnet-bot/from-tfsJan Kotas1-0/+11
2016-10-17Adding SafeSerializationEventArgs to netstandard2.0Rama Krishnan Raghupathy1-0/+11
2016-10-17Expose RuntimeThread.Yield, fix warningKoundinya Veluri1-1/+1
2016-10-17Add missing ApplicationException derivations (#7647)Dan Moseley1-5/+5
2016-10-12Merge pull request #7510 from kouvel/ApiThreadKoundinya Veluri1-16/+51
2016-10-12Return false from IsMarshalByRefImpl/IsContextfulImpl when remoting is not su...Jan Kotas1-58/+0
2016-10-12Expose members of Thread that hide base class membersKoundinya Veluri1-0/+11
2016-10-12Address feedbackKoundinya Veluri1-42/+28
2016-10-12Expose some members of the Thread classKoundinya Veluri1-1/+39
2016-10-12Exposing MarshalByRefObject (#7558)Rama krishnan Raghupathy1-0/+4
2016-10-10Merge pull request #7530 from ramarag/StrongNameKeyPairRama krishnan Raghupathy1-6/+11
2016-10-10Exposing StrongNameKeyPairRama Krishnan Raghupathy1-6/+11
2016-10-04API: Move Synchronized from StreamReader to TextReader (#7469)Ian Hays1-1/+1
2016-10-03Add Math.Clamp overloads to mscorlib.cs (#7462)Hugh Bellamy1-0/+15
2016-10-01Remove WaitHandleExtensions, as it is implemented in CoreFX (#7431)Koundinya Veluri1-7/+0
2016-09-30Expose AppDomain apisRahul Kumar1-0/+9
2016-09-29Add missing System.IO APIs (#7385)Ian Hays1-0/+17
2016-09-28Expose required S.Resources members on corelib (#7402)Alex Perovich1-1/+29
2016-09-28Adding back isVolatile to mscorlib facade as C# compiler uses itRama Krishnan Raghupathy1-0/+4