summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2019-03-25Replace Win32 resource reading logic with cross platform implementation (#23363)David Wrighton2-17/+134
2019-03-25JIT: don't treat whitespace as separator in assembly name lists (#23410)Andy Ayers1-6/+4
2019-03-25Disable loading IJW assemblies into collectible ALCJan Vorlicek3-1/+17
2019-03-25Merge pull request #23413 from luhenry/fix-gh22302-2Jan Vorlicek1-1/+11
2019-03-25Miscellaneous R2RDump improvements (#23215)Tomáš Rylek4-70/+42
2019-03-24typo: Double word "both" (dotnet/corefx#36272)Nick Schonning1-1/+1
2019-03-24typo: Double word "never" (dotnet/corefx#36300)Nick Schonning1-1/+1
2019-03-24typo: Double word "to" (dotnet/corefx#36264)Nick Schonning1-2/+2
2019-03-24typo: Double word "that" (dotnet/corefx#36269)Nick Schonning3-3/+3
2019-03-24typo: Double word "a" (dotnet/corefx#36271)Nick Schonning2-2/+2
2019-03-24typo: Double word "in" (dotnet/corefx#36270)Nick Schonning1-1/+1
2019-03-24typo: Double word "the" (dotnet/corefx#36274)Nick Schonning1-1/+1
2019-03-24typo: Double word "this" (dotnet/corefx#36273)Nick Schonning1-1/+1
2019-03-24typo: Double word "are" (dotnet/corefx#36275)Nick Schonning1-1/+1
2019-03-24typo: Double word "types" (dotnet/corefx#36276)Nick Schonning1-1/+1
2019-03-24typo: Double word "is" (dotnet/corefx#36283)Nick Schonning1-1/+1
2019-03-24typo: Double word "we" (dotnet/corefx#36288)Nick Schonning1-1/+1
2019-03-24typo: Double word "as" (dotnet/corefx#36277)Nick Schonning1-1/+1
2019-03-22Replace slow implementations in ASCIIUtility with fast implementations (#22516)Levi Broderick1-38/+1780
2019-03-22Fix WinRT marshalling for NotifyPropertyChangedEventArgs and NotifyCollection...Jeremy Koritzinsky8-51/+75
2019-03-22Delete unused variables in jit. Part1. (#23399)Sergey Andreenko12-74/+24
2019-03-22Apply Optimization in Index.GetOffset suggested by Levi (#23349)Tarek Mahmoud Sayed1-5/+7
2019-03-22Move Exception to shared partition (#23361)Marek Safar6-290/+247
2019-03-22Merge pull request #23366 from andy-ms/heap_hard_limitAndy Hanson2-5/+5
2019-03-22Improve detection of CPU limits when running inside a ContainerLudovic Henry1-1/+11