summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-01-15Merge pull request #21963 from BrianBohe/masterJuan Hoyos1-8/+1
2019-01-15allocate the right number of slots for the handle table when number of proces...David Mason1-1/+1
2019-01-14Large version bubble Support (#21727)Andon Andonov21-31/+139
2019-01-14Finding Standalone GC and CoreDisTools in non-standard host testing (#21983)Aaron Robinson2-57/+24
2019-01-14Improvements for object stack allocation.Eugene Rozenfeld9-78/+320
2019-01-14Removing noisy R2R compilation outputs, and putting them under the /verbose s...Fadi Hanna2-17/+34
2019-01-14Custom Marshalers in custom-ALC-loaded assemblies results in types loaded fro...Jeremy Koritzinsky15-142/+157
2019-01-14Fix TimeSpan parsing (#21968)Tarek Mahmoud Sayed1-39/+46
2019-01-14Fix TaskCompletionSource to avoid capturing ExecutionContext (#21981)Stephen Toub1-4/+4
2019-01-14Making sure the nativeCodeVersion flowing change works with Rejit and EnC (#2...Andrew Au1-1/+11
2019-01-12Add NativeLibrary Resolve Event (#21929)Swaroop Sridhar5-29/+152
2019-01-12Add System.Reflection.Emit.DynamicILInfo (#21945)Maryam Ariyan2-1/+108
2019-01-11Fix x64 CFI generation (#21955)Andrey Kvochko1-0/+3
2019-01-11Patch vtable slots and similar when tiering is enabled (#21292)Koundinya Veluri41-524/+2002
2019-01-11Merge pull request #21795 from fiigii/fixGenericCarol Eidt4-87/+54
2019-01-11Generate non-null assertion for byrefs if we can't find corresponding refs.Eugene Rozenfeld1-2/+3
2019-01-11Add missing overrides to SyncTextWriter (#21956)Stephen Toub1-6/+54
2019-01-11Remove unreachable codeBrian Bohe1-8/+1
2019-01-11Enable returning more complex structures via PInvoke returns. (#21470)Jeremy Koritzinsky3-45/+30
2019-01-11Flowing the nativeCodeVersion to DebuggerJitInfo (#21925)Andrew Au14-82/+98
2019-01-11Add cleanup of the TypeIDMap at unload time (#21943)Jan Vorlicek5-0/+60
2019-01-10Merge pull request #21804 from briansull/fix-unbox-optBrian Sullivan4-8/+34
2019-01-10Add WithCancellation for async enumerables (#21939)Stephen Toub4-51/+90
2019-01-10Merge pull request #21928 from fiigii/fixMulxCarol Eidt1-0/+8
2019-01-10JIT: fix byte range used by RangeCheck (#21915)Andy Ayers1-1/+1
2019-01-10Normalize a few more spin-wait loops (#21586)Koundinya Veluri21-194/+275
2019-01-10Merge pull request #17733 from mikedn/cc-cond2Brian Sullivan16-935/+562
2019-01-10Code Review feedbackBrian Sullivan2-6/+6
2019-01-10Don't optimize BMI2 MultiplyNoFlags awayFei Peng1-0/+8
2019-01-10Move public interface ISymDocumentWriter to shared location (#21931)Marek Safar4-32/+13
2019-01-10Move COMException to shared partition (dotnet/corert#6803)Marek Safar3-17/+17
2019-01-10Merge pull request #21864 from fiigii/fixscalarmemCarol Eidt3-23/+42
2019-01-10Merge pull request #21815 from CarolEidt/Fix752890Carol Eidt2-4/+10
2019-01-10Merge pull request #21888 from fiigii/fixVzeropperCarol Eidt2-8/+14
2019-01-10Moves EnvironmentVariableTarget enum to shared partition (#21930)Marek Safar3-7/+14
2019-01-10Re-enable publishing of transport packages (#21922)Sven Boemer1-10/+3
2019-01-10Move restoring ExecutionContext out of generic methods (#21909)Ben Adams2-62/+25
2019-01-09Prevent AsyncIteratororMethodBuilder.ObjectIdForDebugger from gettingg trimme...Chuck Ries1-0/+3
2019-01-09PR FeedbackCarol Eidt1-3/+1
2019-01-09Merge pull request #21893 from AndyAyersMS/ReconcileInlineBudgetUsingSizeOfIm...Andy Ayers5-18/+85
2019-01-09Added ifdef for FEATURE_TAILCALL_OPTBrian Sullivan1-0/+2
2019-01-09jit formatBrian Sullivan3-6/+7
2019-01-09Implement AssemblyDependencyResolver (#21896)Jeremy Koritzinsky3-0/+319
2019-01-09When performing devirtualization we can not do both an unboxing optimization ...Brian Sullivan4-7/+30
2019-01-09Fix CRC32 instruction encoding on containment formFei Peng3-23/+42
2019-01-09Move OperationStatus into shared source (#21912)Levi Broderick2-0/+35
2019-01-09Addressing https://github.com/dotnet/coreclr/issues/21461 (#21771)José Rivero1-4/+10
2019-01-09Fix DynamicMethodDesc memory leak (#21891)Jan Vorlicek4-63/+47
2019-01-09Change CoreLib native image to be R2R by default on all platforms (#21497)Fadi Hanna1-16/+5
2019-01-09Merge pull request #20772 from mikedn/ir-cleanupBruce Forstall19-300/+77