summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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-08Extract cleanup changes from #21793. (#21852)Jeremy Koritzinsky6-45/+85
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
2019-01-05Remove redundant casts in TypeBuilder.CreateTypeNoLock (#21824)Ben Adams1-11/+11
2019-01-05Maintain left.Equals(right) order for equality for compat (#21829)Ben Adams9-27/+63
2019-01-05(C#7) Use pattern matching `is` rather than `as` with null check (#21828)Ben Adams62-358/+173
2019-01-05inline keyword cleanupAndy Ayers1-53/+50
2019-01-05Move Native Library APIs to NativeLibrary class (#21821)Swaroop Sridhar10-238/+292
2019-01-05Remove redundant unsafe contexts (#21826)Ben Adams23-88/+88
2019-01-04Fix ilasm exec on paths with spaces (#21819)Viktor Hofer1-2/+2
2019-01-04JIT: encapsulate general checks for optimizationAndy Ayers16-56/+61
2019-01-04Fix misspelling (#21640)Matt Galbraith1-1/+1
2019-01-04Remove stack marks from GetSatelliteAssembly. (#21812)Filip Navara3-27/+12
2019-01-04Delete unused fFullReset argument (#21814)Jan Kotas7-43/+10
2019-01-04Avoid passing stack crawl mark unnecessarily deep in the call stack. (#21783)Filip Navara4-32/+21