summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-03-19Update CoreFX Windows Arm64 exclusion list. (#23261)Sergey Andreenko1-8/+3
2019-03-19Disable Jenkins Innerloop Jobs (#23287)Jarret Shook2-46/+6
2019-03-19Adding const to functions that don't change or shouldn't change state (#23329)Brian Bohe10-34/+34
2019-03-19Revert "Delete suspicious code in delegate construction (#22830)" (#23291)Jarret Shook5-308/+76
2019-03-18Add Utf8String skeleton (#23209)Levi Broderick43-27/+1797
2019-03-18Add Rune.TryEncodeToUtf8 and related APIs (#23250)Levi Broderick7-108/+197
2019-03-18Fix Interop/SizeConst/SizeConstTest to successfully run in all locales. (#20268)Jeremy Koritzinsky1-1/+1
2019-03-18Merge pull request #23314 from dotnet/darc-master-648053b9-42fd-4c35-979c-5fd...William Godbe2-3/+3
2019-03-18Fix for running in a container without mem limit set on Windows; (#23297)Maoni Stephens4-28/+45
2019-03-18Update assemblyloadcontext.md (#23318)Mathias Lykkegaard Lorenzen1-1/+1
2019-03-18Fix explicit constructor calls and Remove multi-line comments (#23162)Sinan Kaya19-153/+175
2019-03-18Conversion issuesSinan Kaya2-4/+4
2019-03-18Merge pull request #23307 from franksinankaya/gcc_cleanup_13Jan Vorlicek10-15/+16
2019-03-18Merge pull request #23179 from franksinankaya/gcc_cleanup_11Jan Vorlicek8-294/+70
2019-03-18[EventPipe] Adding an IPC server to handle out of process communication. (#23...José Rivero33-988/+1996
2019-03-18Add gcc6 and gcc8 to supported compilersSinan Kaya1-0/+12
2019-03-18Support gcc for build-test.shSinan Kaya1-1/+39
2019-03-18Update dependencies from https://github.com/dotnet/core-setup build 20190317.03dotnet-maestro2-3/+3
2019-03-17Make more types eligible for vectorized code paths in MemoryExtensions (#20855)Levi Broderick4-74/+128
2019-03-18Correct ignored align attributeSinan Kaya1-2/+2
2019-03-18Const has static linkageSinan Kaya1-2/+2
2019-03-17Update dependencies from https://github.com/dotnet/core-setup build 20190316....dotnet-maestro[bot]2-3/+3
2019-03-17Remove old filesSinan Kaya4-279/+0
2019-03-17Correct current script dir detectionSinan Kaya5-17/+22
2019-03-17Fix conversion issuesSinan Kaya7-11/+11
2019-03-17Suppress compiler warningsSinan Kaya1-0/+1
2019-03-16Move Enum and CorElementType to shared (#23177)Egor Bogatov6-146/+174
2019-03-16Fixing some payload serialization issue on new EventCounters (#23295)Sung Yoon Whang4-7/+8
2019-03-16Fix x86 dumps from HandleFatalError showing misleading callstack (#23289)Elinor Fung6-5/+35
2019-03-16Fix typo (#23300)Nikita Potapenko35-58/+58
2019-03-16Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-op...dotnet-maestro[bot]2-4/+4
2019-03-16Update dependencies from https://github.com/dotnet/corefx build 20190314.7 (#...dotnet-maestro[bot]2-6/+6
2019-03-16Update dependencies from https://github.com/dotnet/arcade build 20190312.7 (#...dotnet-maestro[bot]5-9/+72
2019-03-16JIT: clear stub register assignment for tail calls via helper (#23288)Andy Ayers1-0/+12
2019-03-15Introduce COMPlus arm64 HW intrinsics knobs (#23244)Bruce Forstall4-26/+55
2019-03-15Add siVarLoc::Equals (#23275)Brian Bohe2-0/+76
2019-03-15Rename private GetEntryAssembly QCall overload (#22396)Stephen Toub2-6/+6
2019-03-15Use HKLM for CLSID lookup (#23258)Elinor Fung4-186/+201
2019-03-15Added HVA64_02 test casesBrian Sullivan1-2/+113
2019-03-15Restructure the test src/JIT/Directed/VectorABI/VectorMgdMgd.csBrian Sullivan1-105/+137
2019-03-15Merge pull request #23294 from briansull/fix-formatBrian Sullivan1-13/+13
2019-03-15Fix formatting errorBrian Sullivan1-13/+13
2019-03-15Merge pull request #23272 from briansull/VNMap_OverwriteBrian Sullivan1-16/+20
2019-03-15Port AMSI scanning for assembly loads (#23231)Elinor Fung5-46/+204
2019-03-15Fix GetFullAffinityMask for cpuCount==64 (#23276)Jan Vorlicek2-2/+12
2019-03-15Fixed small typo in path to crossgen (#23286)Fawad Halim1-1/+1
2019-03-15Add `Schedule` and 'Manual' as possible triggers for outerloop jobs. (#23271)Sergey Andreenko1-11/+2
2019-03-15Exclude tracing/keyword/TwoKeywords test from running on all platforms (#23267)Egor Chesakov1-3/+3
2019-03-15In CLRLifoSemaphore, start the underlying semaphore with 0 for the initial si...Koundinya Veluri1-1/+1
2019-03-15Collection<T>: Validate parameters in the public methods (#23166)Justin Van Patten1-38/+72