summaryrefslogtreecommitdiff
path: root/src/mscorlib
AgeCommit message (Expand)AuthorFilesLines
2016-10-17Add missing ns2.0 InteropServices apis to model.xml (#7606)Alex Perovich1-0/+13
2016-10-17Add missing ApplicationException derivations (#7647)Dan Moseley6-25/+5
2016-10-15String.SplitInternal: Remove unnecessary stackalloc (#7623)Justin Van Patten1-3/+1
2016-10-14Merge pull request #7633 from ramarag/masterRama krishnan Raghupathy1-0/+5
2016-10-14Exposing Gc.TryStartNoGCRegionRama Krishnan Raghupathy1-0/+5
2016-10-14Throwing PlatformNotSupportedException for ActivationAttributesRama Krishnan Raghupathy2-1/+4
2016-10-14Fix build breaksJan Kotas1-0/+3
2016-10-14Merge pull request #7591 from vancem/ActivitiesForListeners.10-13-16David Mason1-46/+48
2016-10-14Merge pull request #4056 from svick/threadpoolglobals-readonlyKoundinya Veluri1-9/+7
2016-10-14Enable RegionInfo netstandard 1.7 APIs (#7604)Tarek Mahmoud Sayed8-26/+198
2016-10-14Merge pull request #7580 from benaadams/flag-doesnot-return-earlyAndy Ayers10-144/+222
2016-10-14Merge pull request #7616 from dotnet-bot/from-tfsJan Kotas1-1/+1
2016-10-14SpinLock.TryEnter fail fast for timeout 0 (#6952)Ben Adams1-17/+18
2016-10-13I had unintentionally excluded RuntimeThread.cs when FeatureCoreClr is false....Koundinya Veluri1-1/+1
2016-10-13Merge pull request #2192 from dasMulli/random-seeding-improvementsPeter Marcu1-12/+46
2016-10-13Merge pull request #7600 from jkotas/master-UpdateDependenciesJan Kotas3-201/+2
2016-10-13Update tests to netcoreapp1.1Jan Kotas3-201/+2
2016-10-13Addressed PR feedback.dasMulli1-5/+7
2016-10-13Common List+Array ExceptionsBen Adams4-38/+53
2016-10-13Common CopyTo ExceptionsBen Adams6-21/+26
2016-10-13Common Enumerator exceptionsBen Adams6-30/+51
2016-10-13Use existing common exceptionsBen Adams5-19/+19
2016-10-13Make ThrowHelper paths simple for DOES_NOT_RETURNBen Adams1-38/+75
2016-10-12Merge pull request #7510 from kouvel/ApiThreadKoundinya Veluri6-182/+322
2016-10-12Cleanup files excluded from CoreCLR buildJan Kotas25-2062/+0
2016-10-12Address feedbackKoundinya Veluri1-3/+3
2016-10-12Return false from IsMarshalByRefImpl/IsContextfulImpl when remoting is not su...Jan Kotas7-116/+17
2016-10-12Port NullStream.CopyTo override from corert (#7589)James Ko1-0/+7
2016-10-12TFS Bug 274079: Activity Tracking does not work with EventListenersVance Morrison1-46/+48
2016-10-12Run VS formatting (no semantic change) (#7587)Vance Morrison1-102/+102
2016-10-12Move StreamHelpers from corefx and refactor Stream and MemoryStream to use it...James Ko4-27/+52
2016-10-12Expose members of Thread that hide base class membersKoundinya Veluri2-0/+22
2016-10-12Fix build issueKoundinya Veluri2-2/+2
2016-10-12Fix build issueKoundinya Veluri2-8/+9
2016-10-12Address feedbackKoundinya Veluri9-335/+281
2016-10-12Expose some members of the Thread classKoundinya Veluri8-16/+187
2016-10-12Provide KeyValuePair.Create static factory method (#5755)Daniel Cazzulino2-0/+13
2016-10-12Exposing MarshalByRefObject (#7558)Rama krishnan Raghupathy13-46/+26
2016-10-12Enable TextInfo APIs for netstandard 1.7 on Linux (#7568)Tarek Mahmoud Sayed7-3616/+4056
2016-10-12Fix conflicting identity of System.IO.TextReader (#7578)Jan Kotas10-76/+56
2016-10-11SemaphoreSlim performance improvement (#137)ikopylov1-5/+3
2016-10-10Merge pull request #7530 from ramarag/StrongNameKeyPairRama krishnan Raghupathy3-37/+59
2016-10-10Exposing StrongNameKeyPairRama Krishnan Raghupathy3-37/+59
2016-10-10Fix various CustomAttributeBuilder bugs (#7206)Hugh Bellamy1-36/+62
2016-10-08Implement CultureNotFoundException id-based ctors (#7536)Stephen Toub2-11/+29
2016-10-07Enable netstandard1.7 collations APIs (#7502)Tarek Mahmoud Sayed12-91/+4464
2016-10-04Merge pull request #7476 from jkotas/security-annotationsPat Gavlin1-2/+2
2016-10-04API: Move Synchronized from StreamReader to TextReader (#7469)Ian Hays1-1/+1
2016-10-04Correct security annotationsJan Kotas1-2/+2
2016-10-04Merge pull request #7473 from dotnet-bot/from-tfsJan Kotas1-0/+2