summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-10-17Fix broken #elif (#7656)Dmitry-Me1-1/+1
2016-10-17Add missing ApplicationException derivations (#7647)Dan Moseley6-25/+5
2016-10-16Don't return pointer to already deleted object (#3483)Dmitry-Me1-0/+1
2016-10-16Merge pull request #7340 from russellhadley/MoveCSEtoBitVecRussell C Hadley5-54/+62
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-14Merge pull request #7631 from ramarag/ActivatorRama krishnan Raghupathy2-1/+4
2016-10-14Exposing Gc.TryStartNoGCRegionRama Krishnan Raghupathy1-0/+5
2016-10-14Merge pull request #7622 from gkhanna79/SimplifyExtVerGaurav Khanna1-1/+1
2016-10-14Throwing PlatformNotSupportedException for ActivationAttributesRama Krishnan Raghupathy2-1/+4
2016-10-15Allows not to build LLDBPLUGIN (#7390)Jonghyun Park1-0/+3
2016-10-14Add code to switch to bitvec datastructure in cse optimization.Russell C. Hadley5-54/+62
2016-10-14Fix build breaksJan Kotas2-0/+5
2016-10-14NullReferenceException APIs (#7338)Sven Boemer10-50/+1239
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 Sayed11-30/+275
2016-10-14Merge pull request #7580 from benaadams/flag-doesnot-return-earlyAndy Ayers12-184/+257
2016-10-14Simplify External Dependency versioningGaurav Khanna1-1/+1
2016-10-14Remove DEBUGGING_SUPPORT #ifdef (#7611)Bruce Forstall27-275/+24
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-14Clarify code with unobvious precedence (#1624)Dmitry-Me1-1/+6
2016-10-13I had unintentionally excluded RuntimeThread.cs when FeatureCoreClr is false....Koundinya Veluri1-1/+1
2016-10-13Merge pull request #7605 from sandreenko/core_rt_1982sandreenko1-0/+1
2016-10-14Enable DoStackSnapshot API on ARM to walk the current thread (#6933)kvochko1-15/+23
2016-10-13Lower helper call inside PInvokeSergey Andreenko1-0/+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-13Move up DOES_NOT_RETURN moreBen Adams1-32/+18
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-13Set DOES_NOT_RETURN flag in fgFindJumpTargetsBen Adams1-0/+17
2016-10-13Count BBJ_RETURN in fgMakeBasicBlocksBen Adams2-24/+16
2016-10-12Merge pull request #7510 from kouvel/ApiThreadKoundinya Veluri7-197/+339
2016-10-12Merge pull request #7595 from dotnet-bot/from-tfsJan Kotas25-2062/+0
2016-10-12Merge pull request #7563 from wateret/fix-7398Carol Eidt2-7/+7
2016-10-12Cleanup files excluded from CoreCLR buildJan Kotas25-2062/+0
2016-10-12Address feedbackKoundinya Veluri1-3/+3
2016-10-12Merge pull request #7585 from CarolEidt/Fix5699Carol Eidt5-22/+48
2016-10-12x86: adjust stack level at throw blocksCarol Eidt5-22/+48
2016-10-12Return false from IsMarshalByRefImpl/IsContextfulImpl when remoting is not su...Jan Kotas11-208/+46
2016-10-12Port NullStream.CopyTo override from corert (#7589)James Ko1-0/+7
2016-10-12Merge pull request #7557 from sandreenko/long_decomp_6925sandreenko2-83/+78
2016-10-12TFS Bug 274079: Activity Tracking does not work with EventListenersVance Morrison1-46/+48