summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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: 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
2019-01-04If the debugger is stopped on a garbage collection event, resuming the thread...Andrew Au1-7/+16
2019-01-04Support faster null checks (#21765)Ben Adams13-108/+171
2019-01-04JIT: don't optimize struct copies for call args in debug or minopts (#21792)Andy Ayers1-29/+48
2019-01-04Add StringExtensions.Concat to fix Microsoft.IO.Redist assemblyStephen Toub1-0/+6
2019-01-04EventPipePayloadDecoder clean-up (#21716)Pent Ploompuu1-73/+32
2019-01-04Removes AppDomain dependency from TPLETWProvider (#21709)Marek Safar2-5/+5
2019-01-04Skip additional cast from common EC.Run calls (#21789)Ben Adams2-2/+13
2019-01-03Reflection performance tweaks & cleanup (#21737)Jan Kotas7-122/+113
2019-01-03Use ValueStringBuilder instead of StringBuilderCache in PathInternal.Windows.csStephen Toub1-2/+3
2019-01-03Add test for StringBuilder null terminator implementation detail (#21800)Jeremy Koritzinsky1-11/+3
2019-01-03Eliminate some bounds checks in Path (#21721)Egor Bogatov1-1/+3
2019-01-03Adds portable version of EncodingTable (#21735)Marek Safar23-1042/+549
2019-01-03Merge pull request #21619 from CarolEidt/FixDesktopSIMDCarol Eidt5-6/+42
2019-01-03Merge pull request #21776 from fiigii/fixAsCarol Eidt4-32/+11
2019-01-03Improve performance of Path.ChangeExtension (#21766)Stephen Toub6-34/+91
2019-01-03Merge pull request #21774 from hoyosjs/juhoyosa/event_sizeJuan Hoyos1-1/+3
2019-01-03Fix Vector128/256 As<U> intrinsic recognition and exceptionFei Peng4-32/+11
2019-01-03Fix GC for collectible array of pure value types (#21782)Jan Vorlicek1-0/+13
2019-01-03Reduce allocation in Index/Range.ToString (#21755)Stephen Toub2-4/+37
2019-01-03Removes the code moved to shared partitionMarek Safar1-137/+1
2019-01-03Moves Attribute instance bits to shared location (dotnet/corert#6747)Marek Safar2-0/+140