summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-01-04JIT: encapsulate general checks for optimizationAndy Ayers16-56/+61
2019-01-04JIT: don't optimize struct copies for call args in debug or minopts (#21792)Andy Ayers1-29/+48
2019-01-04Fix Windows arm32/arm64 testing (#21809)Bruce Forstall2-44/+99
2019-01-04Specify value of __RuntimeId for non-portable Linux test builds in build-test...Egor Chesakov1-0/+1
2019-01-04Update dependencies from https://github.com/dotnet/arcade build 1060 (#21726)dotnet-maestro[bot]2-6/+6
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 Koritzinsky4-12/+17
2019-01-03Merge pull request #21803 from BruceForstall/FixTypoBruce Forstall1-1/+1
2019-01-03Fix batch script errors running JitOptimizationSensitive testsBruce Forstall1-1/+1
2019-01-03Use Kernel32 instead of api-ms-win-core-* in DllImports in SafeFileHandle.csEgor Chesakov1-5/+5
2019-01-03Eliminate some bounds checks in Path (#21721)Egor Bogatov1-1/+3
2019-01-03Adds portable version of EncodingTable (#21735)Marek Safar26-1048/+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-03Remove vc-runtime package dependency (#21643)Egor Chesakov5-51/+2
2019-01-03Bring Debug CRT DLLs when build IJW tests (#21699)Egor Chesakov3-0/+16
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
2019-01-03Disable the [Intrinsic] check for desktop SIMDCarol Eidt1-3/+10
2019-01-03Fix desktop SIMD failuresCarol Eidt4-3/+32
2019-01-03Cleanup current culture handling in the unmanaged runtime (#21706)Jan Kotas15-766/+99
2019-01-03Remove substring allocation in MethodBase.AppendParameters (#21770)Stephen Toub1-1/+1
2019-01-03Remove unnecessary propagation of stack crawl marks. (#21781)Filip Navara8-20/+10
2019-01-02Merge pull request #21669 from kvochko/arm_cfi_code_offsetsBruce Forstall3-5/+1
2019-01-02Refactor Send to Helix step in Azure DevOps (#21700)Egor Chesakov3-50/+114
2019-01-02Avoid some unnecessary allocation in MethodBuilder.ToString (#21758)Stephen Toub1-3/+3
2019-01-02Replace string.Format(SR. with SR.Format(SR. (#21763)Stephen Toub2-6/+6
2019-01-02Change a couple string.Replace("a", "b") to string.Replace('a', 'b') (#21768)Stephen Toub2-2/+2
2019-01-02Use Alpine container with Node.js in Azure DevOps (#21568)Egor Chesakov1-4/+2
2019-01-02Use StringBuilderCache in PathInternal.NormalizeDirectorySeparators (#21760)Stephen Toub1-2/+2
2019-01-02Additional ifdef changes which are ES_BUILD_STANDALONE specific for System.Di...Marek Safar2-4/+4
2019-01-02Replace Array.Copy(src, dst, int) calls with Array.Copy(src, 0, dst, 0, int) ...Stephen Toub11-14/+14
2019-01-02Remove dummy globalization implementation. (dotnet/corert#6756)Filip Navara1-33/+33
2019-01-02Avoid boxing allocation and object[] allocation in BuildTraceFileName (#21752)Stephen Toub1-1/+1
2019-01-02Temporary remove OSX.1012.Amd64.Open and OSX.1012.Amd64 Helix queues in eng/p...Egor Chesakov1-2/+3
2019-01-02Delete lstrlen from Unix PAL (#21745)Jan Kotas32-1598/+61
2019-01-02Remove second 'license' word for readability (#21747)Marlon Regenhardt1-1/+1
2019-01-02Simplify and improve integer overflow checks in Interop (#21732)Jan Kotas3-36/+24
2019-01-01Update CoreClr, CoreFx to preview-27302-01, preview.19051.1, respectively (#2...dotnet-maestro-bot2-6/+6
2019-01-01AppContext moved to shared partition - CoreRT specific changesJan Kotas1-1/+1