summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-11-19Make type comparisons more general purpose (#20940)Michal Strehovský22-26/+302
2018-11-18Single pass Vectorize Span<byte>.IndexOfAny(..., ReadOnlySpan<byte>) for 2,3 ...Ben Adams1-10/+54
2018-11-18Add headers to all md*, v3binder*, and ceefgen vcxproj (#20163)Jacek Blaszczynski29-8/+306
2018-11-18Add ICustomMarshaler tests (#19195)Hugh Bellamy3-0/+708
2018-11-18Update dependency files (#21067)dotnet-maestro[bot]2-6/+6
2018-11-17 Fix incorrect exception thrown in Marshal.ReleaseComObject(null) (#21072)Hugh Bellamy1-0/+5
2018-11-17Removing the legacy helper intrinsics and adding tests for their replacements...Tanner Gooding654-27606/+60692
2018-11-17Force Unicode in test_location parameter in delete_existing_wrappers() (#21056)Egor Chesakov1-1/+8
2018-11-17Optimization: Further reduce allocations in GetCustomAtttributes() paths (#20...Nick Craver1-250/+107
2018-11-16Exclude GC stress failure test. (#21059)Sergey Andreenko1-0/+2
2018-11-16Exclude tests from GCStress failing due to 21044 (#21060)Sergey Andreenko2-0/+6
2018-11-16Merge pull request #21004 from BruceForstall/UpdateRuntestHelpBruce Forstall2-1/+6
2018-11-16Add PInvoke/Decimal tests (#19301)Zeng Jiang11-1/+1107
2018-11-16Delete unnecessary StackCrawlMarks in RtFieldInfo (#21054)Jan Kotas1-65/+47
2018-11-16Fix unloadability races (#21024)Jan Vorlicek15-315/+133
2018-11-16Fix Formatting Japanese First Year on Linux (#21039)Tarek Mahmoud Sayed1-3/+2
2018-11-16Add workaround for https://github.com/dotnet/coreclr/issues/21051Jan Kotas1-0/+4
2018-11-16Add explicit signatures for Span indexerJan Kotas4-3/+38
2018-11-16Eliminate CMAKE dependency when not required (#21040)Dan Moseley4-6/+11
2018-11-16Update dependencies from https://github.com/dotnet/arcade build 365 (#21052)dotnet-maestro[bot]5-9/+11
2018-11-15Add simple tests for ArrayWithOffset marshaling. (#21013)Jeremy Koritzinsky6-0/+143
2018-11-15Add Interop/PInvoke/Attributes tests (#19107)Zeng Jiang5-0/+349
2018-11-15Add PInvoke/CriticalHandles tests (#19297)Zeng Jiang11-0/+1132
2018-11-15Delete HAS_FLS_SUPPORT and related code (#21035)Jan Kotas10-974/+25
2018-11-15Fixed signatures of ref readonly methods in JIT ETW events (#20981)szehetner1-42/+81
2018-11-15Add PInvoke/SafeHandles tests (#19330)Zeng Jiang29-0/+4347
2018-11-15Add Tests for VBByRefStr marshalling (#20982)Jeremy Koritzinsky6-0/+143
2018-11-15Add tests for marshalling as VARIANT_BOOL or VARIANT (#20856)Jeremy Koritzinsky9-29/+1858
2018-11-15Update BuildTools, CoreClr, CoreFx, CoreSetup, IbcData, PgoData to preview1-0...dotnet-maestro-bot3-15/+15
2018-11-15Add PInvoke/SizeParamIndex tests (#19348)Zeng Jiang23-1/+2418
2018-11-15Stop using Hostx86/arm crossgen in crossgen_comparison scenario (#21021)Egor Chesakov1-31/+16
2018-11-15Add PInvoke/DllImportpath tests (#19270)Zeng Jiang6-0/+388
2018-11-15Add tests for ANSI BSTRs (#20985)Jeremy Koritzinsky14-15/+357
2018-11-15Merge pull request #21008 from briansull/new-toolsetBrian Sullivan11-18/+43
2018-11-15Fixes for Azure DevOps official build (#21017)Morgan Brown3-6/+13
2018-11-15Allow rune enumeration from string and ROS<char> (#21007)Levi Broderick6-0/+194
2018-11-15Add PInvoke/Array tests (#19266)Zeng Jiang19-3/+5776
2018-11-15Update CrstTypeTool to produce spaces (#21029)David Wrighton2-174/+178
2018-11-15Changed back to use m_filteredBrian Sullivan1-1/+1
2018-11-15Code Review feedbackBrian Sullivan1-4/+4
2018-11-15Combine ExcludeList in AltJit scenarios for both host and altjit archs (#21018)Egor Chesakov5-8/+30
2018-11-15Add PInvoke/Miscellaneous tests (#19326)Zeng Jiang13-0/+435
2018-11-15Update Unicode data and optimize CharUnicodeInfo indexes (#20983)Pent Ploompuu7-1297/+2177
2018-11-15Update dependencies from https://github.com/dotnet/arcade build 347 (#21023)dotnet-maestro[bot]2-6/+6
2018-11-15Allow supressing exceptions in diamond inheritance cases (#20458)Michal Strehovský12-82/+208
2018-11-14Re-enable optimizations in interop helper functions. (#21016)Aaron Robinson1-9/+0
2018-11-14Fix invalid tests for COM native server (#21012)Aaron Robinson1-2/+5
2018-11-14Disable COM tests being CrossGen'd (#21010)Aaron Robinson5-3/+12
2018-11-14Add test for marshalling ArgIterators on Windows (#20888)Jeremy Koritzinsky5-0/+132
2018-11-14Use correct printf type specifierBrian Sullivan1-1/+1