summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-04-01LSRA cleanup (#23617)Carol Eidt3-75/+120
2019-04-01Add new era in Japan called "Reiwa" (#23614)Acid Chicken (硫酸鶏)3-7/+8
2019-04-01Enable R2R compilation/inlining of PInvoke stubs where no marshalling is requ...Fadi Hanna33-33/+857
2019-04-01Enable negative type-check results in CoreLib version bubble (#23549)Jan Kotas1-2/+4
2019-03-30Fix ARM64 isFullyImplementedIsa (#23590)Fei Peng1-0/+4
2019-03-29Implement IEquatable to Memory and ReadOnlyMemory (#23586)Ganbarukamo412-2/+2
2019-03-29A new way of tracking variables (#23373)Brian Bohe16-225/+1620
2019-03-29Fix HW intrinsic containment bugs (#23558)Carol Eidt1-19/+27
2019-03-29Assembly.Load ALC name (#23574)Steve MacLean1-1/+1
2019-03-29Merge pull request #23533 from briansull/Issue_23441Brian Sullivan1-1/+1
2019-03-29Use GenTreeStmt* where it is implied. (#22963)Sergey Andreenko30-912/+755
2019-03-29Simplify and unify Vector64/128/256 platform-agnostic intrinsic handling (#23...Fei Peng11-416/+206
2019-03-29Use char16_t for *_W macros in corhdr.h on Linux/MacOs (#23559)Ilia1-60/+60
2019-03-29Correctly marshal structure return values in member functions on Win-x64 and ...Jeremy Koritzinsky5-105/+170
2019-03-29Merge pull request #23423 from franksinankaya/gcc_cleanup_16Jan Vorlicek5-13/+29
2019-03-29Change Timer implementation on Unixes to use only one scheduling thread (#7071)Koundinya Veluri1-56/+93
2019-03-29if existsSinan Kaya2-3/+11
2019-03-29Unify clang with GNUCSinan Kaya3-10/+18
2019-03-29 Updating BuildTools, CoreCLR to preview4-03828-01, preview4-27528-71, respec...Tanner Gooding1-1/+1
2019-03-28Avoid boxing allocations for async in Tier0 (#22984)Ben Adams1-0/+2
2019-03-28Delete simple unused vars2 (#23491)Sergey Andreenko11-106/+45
2019-03-28Simplify StackFrame class (#23483)Marek Safar4-88/+21
2019-03-28Delete RuntimeThread.cs (#23532)Jan Kotas2-57/+0
2019-03-28Improve performance of Marvin32 (#22816)Levi Broderick4-59/+188
2019-03-28Fix for issue #23441Brian Sullivan1-1/+1
2019-03-28Fix increment calculation in IncrementingPollingCounter (#23502)Sung Yoon Whang1-1/+1
2019-03-28Fix codegen for StoreNonTemporal (#23511)Carol Eidt2-8/+14
2019-03-28Struct & SIMD improvements (#22255)Carol Eidt12-217/+214
2019-03-28Nullable: System.Object (#23466)Santiago Fernandez Madero2-3/+5
2019-03-28Nullable: all calendars (#23469)Krzysztof Wicher25-53/+67
2019-03-28Nullable: System.Char (#23480)Santiago Fernandez Madero1-19/+21
2019-03-28GetPinnableReference on String.cs (#23428)simplejackcoder1-0/+7
2019-03-27Move QueryPerformanceCounter PInvokes to shared (dotnet/corefx#36409)Jan Kotas3-0/+46
2019-03-27Nullable updates for byte type (#23460)buyaa-n1-27/+28
2019-03-27Nullable changes for boolean type (#23451)buyaa-n1-19/+20
2019-03-27Nullable: String (#23450)Santiago Fernandez Madero5-118/+123
2019-03-27nullable: number (#23454)Krzysztof Wicher8-27/+36
2019-03-27Nullable: Uint32, (U)Int16, (U)Int64 (#23449)Krzysztof Wicher5-152/+157
2019-03-27Nullable: Int32 (#23443)Krzysztof Wicher1-36/+37
2019-03-27ALC Enhancement nits (#23506)Steve MacLean2-3/+3
2019-03-27ALC enhancements (#22273)Steve MacLean3-23/+68
2019-03-27Extend WindowsEventLog test for EntryPointFilter (#23178)Steve MacLean3-7/+34
2019-03-27Revert "Delete unused variables in jit. Part 2. (#23481)" (#23488)Sergey Andreenko12-68/+147
2019-03-27Delete unused variables in jit. Part 2. (#23481)Sergey Andreenko12-147/+68
2019-03-27Eliminate EventPipeBuffer::Close()Andrew Au2-19/+0
2019-03-27Fixing the codegen for x64 intrinsics to use EA_8BYTE where needed. (#23461)Tanner Gooding2-4/+16
2019-03-26Replacing the /Trusted_Platform_Assemblies switch with a simpler /r switch th...Fadi Hanna1-5/+16
2019-03-26Handle addressing modes for HW intrinsics (#22944)Carol Eidt15-247/+491
2019-03-26Cleaning up the P/Invoke signatures for QPF and QPC to avoid marshalling and ...Tanner Gooding1-4/+4
2019-03-26Merge pull request #23430 from janvorli/disable-ijw-load-in-collectible-alcJan Vorlicek3-1/+17