summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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-09Merge pull request #21893 from AndyAyersMS/ReconcileInlineBudgetUsingSizeOfIm...Andy Ayers5-18/+85
2019-01-09Implement AssemblyDependencyResolver (#21896)Jeremy Koritzinsky3-0/+319
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
2019-01-09Remove extraneous eightbytes check for native structures and add tests. (#21590)Jeremy Koritzinsky2-12/+33
2019-01-09More DispatchWrapper tweaksJan Kotas1-18/+1
2019-01-09Removes PNSE version of DispatchWrapper and keep only single version with ifdefMarek Safar2-11/+1
2019-01-09Delete files moved to shared partitionJan Kotas15-322/+4
2019-01-09Moves common COM type to shared corelib partition (dotnet/corert#6782)Marek Safar26-1/+589
2019-01-09fix DateTime overflow on ARM32 (#21902)Tomas Weinfurt1-4/+6
2019-01-09Update gtLclILoffs related commentsMike Danes2-8/+1
2019-01-08Merge pull request #21867 from adityamandaleeka/fix_writebarrier_bounds_checkAditya Mandaleeka1-3/+15
2019-01-08Merge pull request #21857 from AndyAyersMS/RangeCheckSmallTypesAndy Ayers1-0/+31
2019-01-09Enable FinalizeQueue SOS command for Unix (#21876)Jan Vorlicek4-8/+26
2019-01-08Copy address-taken SIMD intrinsic (#21884)Carol Eidt6-36/+15
2019-01-08Expose string.Concat(ReadOnlySpan, ...) (#21882)Stephen Toub1-9/+24
2019-01-08Use `saveNext` unwind opcode on arm64. (#21683)Sergey Andreenko4-108/+116
2019-01-08Fix VZERoUPPER for HW intrinsicFei Peng2-8/+14
2019-01-08check for valid IL offsets before computing block ILsizeAndy Ayers1-2/+8
2019-01-08Extract cleanup changes from #21793. (#21852)Jeremy Koritzinsky6-45/+85
2019-01-08JIT: modify inline budget update to use estimated imported IL sizeAndy Ayers5-18/+79
2019-01-08Fix write barrier bounds checks for ARM64 UnixAditya Mandaleeka1-3/+15
2019-01-08Fix issue #20585 createdump explicitly uses /tmp. (#21866)Mike McLaughlin3-5/+28
2019-01-08Fixed potential memory leak (#21872)Oded Hanson1-0/+1
2019-01-08Attempt to fix paths with spaces again (#21837)Viktor Hofer1-3/+3
2019-01-07Fix path length 255 (#21838)Dan Moseley1-5/+6
2019-01-07Update ceemain.cpp (#21869)Will Cohen1-1/+1
2019-01-07CoreRT updates for files moved to shared partitionJan Kotas10-81/+98
2019-01-07Moves ComTypes to shared partition (#21861)Marek Safar20-18/+20
2019-01-07Fixing ContainCheckHWIntrinsic to ensure that scalar integer operands are the...Tanner Gooding1-26/+94
2019-01-07Check GenerateGuidForType argument for null (#21851)Stephen Toub1-1/+13
2019-01-07Actually fix issue #21484 reported by the customer. (#21850)Mike McLaughlin1-5/+13
2019-01-07JIT: infer ranges from small int type operationsAndy Ayers1-0/+31
2019-01-07JIT: encapsulate general checks for optimization (#21822)Andy Ayers16-107/+109
2019-01-07Respect the instrumented code maps passed by the profiler in a rejit (#21786)David Mason1-3/+24
2019-01-07Improve CustomAttribute (#21832)Ben Adams2-325/+200
2019-01-07Publish symbol packages (#21769)Sven Boemer1-1/+5
2019-01-07Moves StackTrace to shared partition (#21757)Marek Safar4-172/+144
2019-01-07Fix incorrect assignment of READYTORUN_HELPER_[Dbl|Flt][Rem/Round] (#21836)Tomáš Rylek2-8/+8
2019-01-06Remove CAS era security checks around resource loads (#21825)Filip Navara13-228/+53
2019-01-06Revert "Fix ilasm exec on paths with spaces (#21819)" (#21835)Jan Kotas1-2/+2
2019-01-06Delete redundant S.R.InteropServices.PInvokeMap and S.R.InteropServices.PInvo...Jan Kotas7-80/+23