summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-03-27Add ALC.ContextualReflection.md (#23335)Steve MacLean1-0/+279
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 Gooding5-4/+268
2019-03-27Add call to setup-stress-dependencies.sh to build-test.sh. (#23435)Sergey Andreenko3-1/+9
2019-03-27Update CoreFX arm64 test exclusions. (#23463)Sergey Andreenko2-0/+3
2019-03-26Replacing the /Trusted_Platform_Assemblies switch with a simpler /r switch th...Fadi Hanna1-5/+16
2019-03-26Use DotNet-HelixApi-Access only in internal project (#23479)Egor Chesakov1-1/+2
2019-03-26Handle addressing modes for HW intrinsics (#22944)Carol Eidt17-247/+650
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 Vorlicek8-1/+30
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-25Mark test GitHub_18582 as optimization sensitive (#23434)Andy Ayers1-0/+1
2019-03-25Disabled new IJW testsJan Vorlicek3-0/+9
2019-03-25Disable loading IJW assemblies into collectible ALCJan Vorlicek5-1/+21
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-25Re-enable Index/Range Jit test (#23415)Tarek Mahmoud Sayed1-4/+1
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-23Revert "Add call to setup-stress-dependencies.sh to build-test.sh. (#23354)" ...Sergey Andreenko3-7/+1
2019-03-22Add call to setup-stress-dependencies.sh to build-test.sh. (#23354)Sergey Andreenko3-1/+7
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
2019-03-21Update Ubuntu 18.04 ARM64 queues (#23374)Jeremy Koritzinsky1-8/+8
2019-03-21Updated Exception Handling for Collection<T> (#23290)Andrew Hoefling1-7/+7
2019-03-21Merge pull request #23391 from briansull/pipeline-workBrian Sullivan1-1/+12
2019-03-21Update dependencies from https://github.com/dotnet/core-setup build 20190321....dotnet-maestro[bot]2-3/+3
2019-03-21Correct Linux_musl_x64Brian Sullivan1-1/+1
2019-03-21Merge pull request #23321 from franksinankaya/gcc_cleanup_14Jan Vorlicek2-4/+4
2019-03-21Avoid stack walk as specified in the exclusion listAndrew Au9-84/+75
2019-03-21Merge pull request #23369 from BruceForstall/UpdateStaticStatsBruce Forstall8-209/+440