summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-03-17Delete unused ReferenceLocalMscorlib property from test proj files (#10250)Jan Kotas11628-47083/+0
2017-03-17Add reflection roots for tests calling CreateInstance() (#10242)Swaroop Sridhar32-16/+96
2017-03-17Merge pull request #10192 from AndyAyersMS/InterfaceDevirtAndy Ayers24-73/+582
2017-03-17Merge pull request #10248 from mikedn/fix-vnarrboundJoseph Tremoulet1-4/+4
2017-03-17Merge pull request #10201 from cod7alex/add_csharp_editorconfig_codestyle_set...Tanner Gooding1-0/+118
2017-03-16[x86/Linux] Pass return buffer on reverse P/Invoke (#10226)Jonghyun Park1-5/+25
2017-03-16Support devirtulization of Encoders (#10229)Ben Adams6-11/+11
2017-03-16need to account for the allocated bytes correctly for the following: (#10162)Maoni Stephens1-1/+9
2017-03-16Merge pull request #10235 from dotnet/mirror-merge-9050192Alex Perovich7-1713/+1828
2017-03-16Move the MemberInfo-derived Info classes to the shared partition. (#10236)Atsushi Kanamori15-745/+386
2017-03-16[Local GC] Break EE dependency on GC's generation table and alloc lock in sin...Sean Gillespie20-309/+270
2017-03-16Merge pull request #10240 from pgavlin/fixerrorlevelPat Gavlin1-1/+2
2017-03-16Fix test failure detection when dumps are enabled.Pat Gavlin1-1/+2
2017-03-16Add a lab job for Coreclr testing via ILLINK (#10200)Swaroop Sridhar3-5/+122
2017-03-16Fix ValueNumStore::IsVNArrLenUnsignedBound checksMike Danes1-4/+4
2017-03-16Add IBC support to managed build (#10180)Daniel Podder7-24/+181
2017-03-16Add some test casesAndy Ayers10-0/+451
2017-03-16Interface call devirtualization: jit side of changesAndy Ayers1-4/+3
2017-03-16Interface call devirtualization: VM side of changesAndy Ayers13-69/+128
2017-03-16Fix CoreCLR build break in shared corelib partition (#2997)Jan Kotas3-1/+5
2017-03-16Enable FileStream in ProjectN build, use CreateFile2 instead of CreateFile.Jeremy Kuhne6-1713/+1824
2017-03-16Removed check for the maximum quantity of arguments (#10232)Buyduck1-1/+1
2017-03-16Update CoreClr to beta-25116-01 (#10163)dotnet bot3-8/+8
2017-03-16Fixing more file-class correspondence violations. (#10231)Atsushi Kanamori24-4776/+4844
2017-03-16Merge pull request #10214 from pgavlin/TimeoutCrashDumpsPat Gavlin5-1/+180
2017-03-16Take crash dumps for timed-out tests.Pat Gavlin5-1/+180
2017-03-16Merge pull request #10164 from stephentoub/fs_pipe_crashStephen Toub1-1/+9
2017-03-16Delete mscorlib facade (#10157)Jan Kotas31-14668/+44
2017-03-16Merge pull request #10177 from eerhardt/TZPosixNamesEric Erhardt1-3/+27
2017-03-16Hide types which are now public in corefx (#10142)Rahul Kumar61-2041/+359
2017-03-15Minor fix to address ?: VC conformance improvement. (#10208)Yuriy Solodkyy2-2/+2
2017-03-15Temporarily disable flaky sleep test (#10221)Matt Mitchell2-1/+1
2017-03-15Fix Convert.FromBase64CharArray with empty array (#10224)Stephen Toub1-0/+5
2017-03-15[x86/Linux] Fix NativeCallableTest (#10060)Evgeny Pavlov2-6/+11
2017-03-15Merge pull request #10168 from eerhardt/PortablePDBsEric Erhardt4-12/+7
2017-03-15Enable use of Volatile<T> on arm64 to get correct memory consistency (#10212)Rahul Kumar1-1/+1
2017-03-15Clean up fcall.h (#10158)Jonghyun Park2-67/+72
2017-03-15Reorder stack arguments on reverse P/Invoke (#10217)Jonghyun Park4-57/+111
2017-03-15[x86/Linux] Fix IL_STUB_PInvoke with RetBuf (#10144)Hanjoung Lee4-1/+27
2017-03-15Merge pull request #10218 from dotnet/revert-10213-buildTypeWilliam Godbe1-5/+0
2017-03-15Merge pull request #10219 from dotnet/revert-10210-distroRidWilliam Godbe1-3/+1
2017-03-15Revert "Make user specify RID for publishing test native bins into"William Godbe1-3/+1
2017-03-15Revert "Add BuildType to helixpublish.proj"William Godbe1-5/+0
2017-03-15Merge pull request #9876 from sdmaclea/PR-ARM64-ForeignThreadExceptionsNativeRahul Kumar2-5/+0
2017-03-15Fix ToTitleCase Functionality for Dutch Cultures (#10195)Rion Williams1-2/+14
2017-03-15Merge pull request #10213 from wtgodbe/buildTypeWilliam Godbe1-0/+5
2017-03-15Add BuildType to helixpublish.projwtgodbe1-0/+5
2017-03-15Change CoreCLR to use Sierra (#10173)Matt Mitchell3-22/+28
2017-03-15Merge pull request #10210 from wtgodbe/distroRidWilliam Godbe1-1/+3
2017-03-15Merge pull request #10206 from wtgodbe/MultiQueueWilliam Godbe3-56/+82