summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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 Kotas21-348/+166
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-19Cleanup: Remove MethodDesc::GetLoaderAllocatorForCode (#22067)Jan Vorlicek12-30/+16
2019-01-19Removed unused 'Stack Walking' code (#22039)Matt Warren1-43/+0
2019-01-18Fix calling conventions on reverse PInvoke callbacks. (#22044)Jeremy Koritzinsky1-2/+3
2019-01-18SuperPMI Collect/Replay/AsmDiff tool (#21252)Jarret Shook2-3/+11
2019-01-18Move AsyncCausality to shared partition (#22062)Marek Safar6-74/+87
2019-01-18Add Per-assembly Load Native Library callbacks (#21555)Swaroop Sridhar9-70/+256
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ý3-0/+33
2019-01-18Use correct resolution scope when checking default implementations (#22036)Michal Strehovský1-3/+5
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-17Remove ToString from RuntimeAssembly.GetManifestResourceStream (#22012)Stephen Toub2-4/+10
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-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-16Merge pull request #21997 from BruceForstall/FixFpRelativeInstructionsBruce Forstall1-7/+12
2019-01-16Reduce steps for string.Contains(string value) (#22008)Ben Adams1-3/+8
2019-01-16 Fix imm-operand encoding for SSE/AVX instructions (#21999)Fei Peng1-8/+24
2019-01-15String -> stringJan Kotas8-16/+16
2019-01-15Delete files moved to shared partitionJan Kotas6-224/+0
2019-01-15Move more COM exceptions to shared partition (dotnet/corert#6829)Marek Safar6-0/+212
2019-01-15Fix two cases of FP-relative immediate offsets not being checked for encodabi...Bruce Forstall1-7/+12
2019-01-15On SIGTERM default to a non-zero exit code (#21300)Tom Deseyn6-91/+130
2019-01-15Merge pull request #21963 from BrianBohe/masterJuan Hoyos1-8/+1
2019-01-15allocate the right number of slots for the handle table when number of proces...David Mason1-1/+1
2019-01-14Large version bubble Support (#21727)Andon Andonov21-31/+139
2019-01-14Finding Standalone GC and CoreDisTools in non-standard host testing (#21983)Aaron Robinson2-57/+24
2019-01-14Improvements for object stack allocation.Eugene Rozenfeld9-78/+320
2019-01-14Removing noisy R2R compilation outputs, and putting them under the /verbose s...Fadi Hanna2-17/+34
2019-01-14Custom Marshalers in custom-ALC-loaded assemblies results in types loaded fro...Jeremy Koritzinsky15-142/+157
2019-01-14Fix TimeSpan parsing (#21968)Tarek Mahmoud Sayed1-39/+46
2019-01-14Fix TaskCompletionSource to avoid capturing ExecutionContext (#21981)Stephen Toub1-4/+4
2019-01-14Making sure the nativeCodeVersion flowing change works with Rejit and EnC (#2...Andrew Au1-1/+11
2019-01-12Add NativeLibrary Resolve Event (#21929)Swaroop Sridhar5-29/+152
2019-01-12Add System.Reflection.Emit.DynamicILInfo (#21945)Maryam Ariyan2-1/+108
2019-01-11Fix x64 CFI generation (#21955)Andrey Kvochko1-0/+3
2019-01-11Patch vtable slots and similar when tiering is enabled (#21292)Koundinya Veluri41-524/+2002
2019-01-11Merge pull request #21795 from fiigii/fixGenericCarol Eidt4-87/+54