summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-01-22Fix CoreRT build breaksJan Kotas2-9/+5
2019-01-21Move TplEtwProvider to shared partition (#22120)Marek Safar3-16/+6
2019-01-21Remove two unnecessary ToArray calls (#22119)Stephen Toub1-6/+6
2019-01-21Avoid intermediate strings in some StringBuilder formatting (#22111)Stephen Toub4-16/+30
2019-01-20Update CoreFx to preview.19070.3 (#22061)dotnet-maestro-bot1-3/+3
2019-01-20Move Task factory type to shared partition (#22089)Marek Safar4-22/+8
2019-01-20Use List<T>.ToArray() in places (#22101)Ben Adams2-18/+10
2019-01-20Cleanup array related FCalls (#22097)Jan Kotas22-348/+170
2019-01-19Fix CoreCLR build for changes in shared partitionJan Kotas7-165/+84
2019-01-19Fix build for ProjectN/WinRTInterop Delete superfluous AsyncCausalityTracer a...Jan Kotas5-51/+49
2019-01-19Fix buildMarek Safar2-2/+2
2019-01-19Update Newtonsoft.Json (#22060)Ben Adams1-1/+1
2019-01-19Cleanup: Remove MethodDesc::GetLoaderAllocatorForCode (#22067)Jan Vorlicek12-30/+16
2019-01-19Removed unused 'Stack Walking' code (#22039)Matt Warren1-43/+0
2019-01-18Strip symbols on unix in release builds (#22083)Sven Boemer1-1/+7
2019-01-18Fix calling conventions on reverse PInvoke callbacks. (#22044)Jeremy Koritzinsky2-5/+10
2019-01-18Run Azure DevOps builds against pull requests in coreclr/master (#22051)Egor Chesakov3-19/+12
2019-01-18SuperPMI Collect/Replay/AsmDiff tool (#21252)Jarret Shook5-5/+1731
2019-01-18Move AsyncCausality to shared partition (#22062)Marek Safar6-74/+87
2019-01-18Re-enable signing of System.Private.CoreLib (#22068)Sven Boemer3-6/+6
2019-01-18Add Per-assembly Load Native Library callbacks (#21555)Swaroop Sridhar15-70/+412
2019-01-18Update dependencies from dotnet/arcade (#22035)dotnet-maestro[bot]5-12/+82
2019-01-18Enable detection of HW intrinsics (dotnet/corert#6836)Michal Strehovský25-4/+81
2019-01-18Fix defines in TaskAwaiter (dotnet/corert#6846)Marek Safar1-34/+34
2019-01-18Handle complex constrained calls with default interface methods (#21978)Michal Strehovský5-630/+182
2019-01-18Use correct resolution scope when checking default implementations (#22036)Michal Strehovský5-3/+199
2019-01-18Add comments on headers that gets parsed by Mono linker for whoever touches t...Sung Yoon Whang5-1/+34
2019-01-17Move Environment to shared CoreLib (dotnet/corefx#34654)Stephen Toub41-0/+2737
2019-01-17Unify xplatform.h and platformdefines.h (#21389)Jeremy Koritzinsky94-428/+349
2019-01-17Unblock Azure DevOps-as-CI (#22042)Egor Chesakov6-25/+19
2019-01-17Merge pull request #22002 from dotnet-maestro-bot/master-UpdateDependenciesWilliam Godbe3-11/+11
2019-01-17Remove ToString from RuntimeAssembly.GetManifestResourceStream (#22012)Stephen Toub2-4/+10
2019-01-17Update BuildTools, CoreClr, CoreFx, PgoData to preview1-03617-02, preview-273...dotnet-maestro-bot3-11/+11
2019-01-17Split ContractsBCL into separate classes and move them to shared CoreLib (#22...Filip Navara9-407/+368
2019-01-17Clean up a few minor Span-related uses (#22038)Stephen Toub6-10/+10
2019-01-17Remove a few stale resource strings for ConcurrentStack (#22037)Stephen Toub1-9/+0
2019-01-17Avoid allocations in Utf8Formatter.TryFormat(float/double, ...) (#22011)Stephen Toub2-41/+81
2019-01-17Merge pull request #22022 from fiigii/reenabletestCarol Eidt11-0/+1664
2019-01-17Fix AsyncMethodBuilder build on Mono (#22034)Marek Safar1-1/+1
2019-01-17Fix CoreCLR build of AsyncMethodBuilder.Filip Navara1-5/+9
2019-01-17Add new members to AsyncCausalitySupport.Filip Navara3-1089/+13
2019-01-17Move AsyncMethodBuilder to shared. (dotnet/corert#6832)Filip Navara3-0/+1140
2019-01-16Re-enable Avx.PermuteVar testsFei Peng11-0/+1664
2019-01-16Update dependencies from https://github.com/dotnet/arcade build 20190115.6 (#...dotnet-maestro[bot]9-37/+64
2019-01-16Merge pull request #21997 from BruceForstall/FixFpRelativeInstructionsBruce Forstall3-7/+640
2019-01-16Reduce steps for string.Contains(string value) (#22008)Ben Adams1-3/+8
2019-01-16Update linux/OSX build instructions (#21679)Jarret Shook2-176/+87
2019-01-16 Fix imm-operand encoding for SSE/AVX instructions (#21999)Fei Peng55-2565/+7743
2019-01-16Fix generate_layout_only (#21996)Jarret Shook1-17/+138
2019-01-16Enable BenchmarksGame when BuildTestsAgainstPackages (see #21554) in tests/is...Egor Chesakov1-18/+0