summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-06-29Improve bool.TryFormat perf (#18711)Stephen Toub1-7/+23
2018-06-29Merge pull request #18696 from CarolEidt/Fix18362Carol Eidt3-7/+17
2018-06-29JIT: fix regression when returning struct with no fields on SysV (#18708)Andy Ayers1-3/+10
2018-06-29Add public implementation CultureDataSupport (#18691)Luqun Lou2-1/+10
2018-06-29Remove relocations for vtable chunks (#17147)Gleb Balykov22-109/+463
2018-06-28LSRA: fix multi-reg ops under FIELD_LISTCarol Eidt3-7/+17
2018-06-28Avoid capturing ExecutionContext into CancellationTokenSource's Timer (#18670)Stephen Toub3-9/+22
2018-06-28Fix alternate stack cleanup on MUSL (#18685)Jan Vorlicek1-0/+4
2018-06-28Typo (#18684)John Doe9-12/+12
2018-06-28Typo (dotnet/corert#6029)John Doe2-2/+2
2018-06-28JIT: fix bug returning small structs on linux x64 (#18563)Andy Ayers7-38/+233
2018-06-27Cross-bitness in ZapRelocs (#18665)Egor Chesakov4-9/+15
2018-06-27Add Public implementation RemoveEventHandler in EventRegistrationTokenTable (...Luqun Lou1-18/+17
2018-06-27Merge pull request #18645 from tgiphil/readonlyJan Kotas18-30/+45
2018-06-27Moved SafeWaitHandle and cancellationToken to shared (#18662)Anirudh Agnihotry10-96/+88
2018-06-27Remove conditional compilation of DotNETRuntimeEventSource.cs.Brian Robbins1-2/+2
2018-06-27Merge pull request #18663 from fiigii/fixapisCarol Eidt4-62/+14
2018-06-27Merge pull request #18425 from acmyu/xmlAmy13-415/+876
2018-06-27Merge pull request #18130 from sdmaclea/PR-ARM64-JIT-Use-LSE-AtomicsBrian Sullivan3-154/+217
2018-06-27Removes duplicate attributes (#18668)Marek Safar2-4/+0
2018-06-26Add VM support for Unsafe.AsRef(in T)Jan Kotas3-2/+6
2018-06-26Applying PR feedbackPhil Garcia3-2/+13
2018-06-26More Dead String (#18664)Henry Sharber4-1200/+1
2018-06-26Fix bogus assert in ArraySortHelper (dotnet/corert#6018)Michal Strehovský1-3/+3
2018-06-26Simplify built-in types across corefx (dotnet/corefx#30656)Stephen Toub5-9/+9
2018-06-26Fix Aes and Ssse3.Shuffle intrinsic APIsFei Peng4-62/+14
2018-06-26Fix merge errors, replace spaces with tab, print unwind flag nameAmy Yu4-44/+66
2018-06-26Dump disasm line by line, changes to dumping bytes to xml, fixAmy Yu5-66/+72
2018-06-26Refactor into TextDumper and XmlDumper classesAmy Yu5-528/+661
2018-06-26Xml serialize section contents and gcinfo transitionsAmy Yu2-13/+30
2018-06-26XMLSerialize gc transitions and section contentsAmy Yu3-51/+99
2018-06-26Make unwindinfo and gcinfo xml serializableAmy Yu1-24/+28
2018-06-26Output in xml format with XmlSerializerAmy Yu1-81/+297
2018-06-26Add public to classes and set accessor to properties needed for serializationAmy Yu8-51/+66
2018-06-26Merge pull request #18435 from acmyu/unwindAmy5-120/+237
2018-06-26Fix value numbering when selecting a constant (#18627)Jakob Botsch Nielsen1-37/+29
2018-06-25Changed internal value to readonly to all the primitive typesPhil Garcia14-28/+28
2018-06-25Merge pull request #18585 from BruceForstall/FixArmOffsetsBruce Forstall1-46/+98
2018-06-25Remove commentary on non-existent appx checks (#18631)Rafael Rivera1-12/+3
2018-06-25Simplify types in non-shared corelib (dotnet/corert#6008)Stephen Toub2-4/+4
2018-06-25Cross-bitness regular and thread static fields offsets (#18636)Egor Chesakov4-4/+34
2018-06-25Don't close the JIT func info file on shutdown (#18060)Koundinya Veluri1-8/+0
2018-06-25Cross-bitness in instance fields placement and CORINFO structs (#18366)Egor Chesakov12-37/+60
2018-06-25Fix nested-anon-types warnings (#18591)Adeel Mujahid1-92/+106
2018-06-24Removed dead strings used in debug-only code (#18622)hsharber5-6286/+9
2018-06-24non shared changes and disabling testsAnipik1-3/+1
2018-06-24Simply type names in Corelib (#18623)Stephen Toub379-5743/+5743
2018-06-23Use correct basic block to check legality of PInvoke callsite for inlining (#...Jan Kotas1-1/+3
2018-06-23Clean up ARM reserved register computationsBruce Forstall1-46/+98
2018-06-23Merge pull request #18600 from BruceForstall/FixArmFPFrameAddressLimitsBruce Forstall1-14/+16