summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-11-20Merge pull request #21129 from mmitche/sign-xstatMatt Mitchell3-1/+18
2018-11-20Expose generic UnsafeQueueUserWorkItem (#21125)Stephen Toub1-2/+1
2018-11-20Vectorize string.IndexOf(..., StringComparison.Ordinal) (#21076)Ben Adams8-148/+172
2018-11-20Vectorize Array.{Last}IndexOf<T>(...) for byte and char (#21116)Ben Adams2-11/+53
2018-11-20Merge pull request #21058 from CarolEidt/FixVZeroUpperCarol Eidt1-0/+4
2018-11-20Sign api-ms-win-core-xstate-l2-1-0.dllMatt Mitchell3-1/+18
2018-11-20Remove remaining StringBuilder marshaling use from Corelib (#21120)Stephen Toub17-138/+115
2018-11-20Remove StringBuilder from HebrewNumber formatting (#21122)Stephen Toub2-28/+18
2018-11-20Fix for #21011: propagate GTF_DONT_CSE on comma returnsEugene Rozenfeld1-1/+8
2018-11-20Replace custom AnsiToLower with more efficient ToLowerAsciiInvariant (#21121)Stephen Toub2-30/+3
2018-11-20Delete CORCOMPILE_IMPORT_TABLE_ENTRY (#21109)Jan Kotas16-254/+61
2018-11-20Linux: FlushProcessWriteBuffers using membarrier when available (#20949)Tom Deseyn1-15/+82
2018-11-20Adding some AggressiveInlining attributes to the Vector64/128/256 helper meth...Tanner Gooding3-0/+9
2018-11-20Improve async iterator exception stack traces (#21103)Stephen Toub2-5/+15
2018-11-19Make code in `getTargetMethodDesc` more reliable. (#21101)Sergey Andreenko1-14/+22
2018-11-19format spmi sources (#21094)Sergey Andreenko6-28/+36
2018-11-19 Cleanup System.Reflection.Emit code and delete dead code (#21086)Hugh Bellamy16-1154/+451
2018-11-19Add asserts for the types of the Span indexers. (#21037)Carol Eidt1-0/+2
2018-11-20Fix search for headers and libraries via LLVM_HOME (#21084)Omair Majid1-2/+2
2018-11-19Fix Getting Max Japanese Era (#21087)Tarek Mahmoud Sayed1-1/+2
2018-11-19Cleanup RtType.cs codeHugh Bellamy2-550/+286
2018-11-19Fix Type.GetInterface for null namespace and non-null interface namespaceHugh Bellamy1-1/+1
2018-11-19Add headers to crossgen, cee_crossgen, corzap_crossgen vcxproj files (#20082)Jacek Blaszczynski3-90/+238
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-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 Gooding15-1611/+4
2018-11-17Optimization: Further reduce allocations in GetCustomAtttributes() paths (#20...Nick Craver1-250/+107
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-16Record AVX use for SIMD indirectionsCarol Eidt1-0/+4
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 Moseley2-2/+2
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 tests for ANSI BSTRs (#20985)Jeremy Koritzinsky6-13/+7
2018-11-15Merge pull request #21008 from briansull/new-toolsetBrian Sullivan11-18/+43
2018-11-15Allow rune enumeration from string and ROS<char> (#21007)Levi Broderick6-0/+194
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-15Update Unicode data and optimize CharUnicodeInfo indexes (#20983)Pent Ploompuu7-1297/+2177
2018-11-15Allow supressing exceptions in diamond inheritance cases (#20458)Michal Strehovský10-82/+98
2018-11-14Re-enable optimizations in interop helper functions. (#21016)Aaron Robinson1-9/+0
2018-11-14Use correct printf type specifierBrian Sullivan1-1/+1
2018-11-14Jit changes from the desktop Toolset UpdateBrian Sullivan11-15/+40
2018-11-14Fix arm64 PUTARG_STK(contained OBJ(contained LCL_FLD_ADDR)). (#20995)Sergey Andreenko1-3/+3