summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-04-14Move GCMemoryInfo to shared partitionJan Kotas1-50/+0
2019-04-14Fix AssemblyName regressionJan Kotas1-2/+0
2019-04-14Move GCMemoryInfo to shared partitionJan Kotas2-0/+57
2019-04-13Update BuildTools, CoreClr to preview4-03913-01, preview5-27612-73, respectiv...dotnet-maestro-bot1-1/+1
2019-04-13Delete unused AssemblyName._hashForControl and related code (#23972)Jan Kotas5-34/+0
2019-04-13EnterContextualReflection handle null (#23953)Steve MacLean2-4/+16
2019-04-13Delete outdated comment (#23967)Jan Kotas1-4/+0
2019-04-13Remove unnecessary ThrowIfCreated call (#23839)Next Turn1-2/+0
2019-04-13Fix ARM's genPutArgStk codegen (#23867)mikedn1-2/+30
2019-04-13Merge pull request #23948 from BruceForstall/Fix23920Bruce Forstall6-10/+34
2019-04-13Move DateTime Windows implementation to shared CoreLib (#23888)Filip Navara16-147/+427
2019-04-13Delete outdated commentJan Kotas1-4/+0
2019-04-13Delete COMPlus_FinalizeOnShutdown (#23595)Jan Kotas27-825/+43
2019-04-12Merge pull request #23935 from BruceForstall/FixArm64LargeOutgoingWithLocallocBruce Forstall1-6/+9
2019-04-12Fix EventPipe IPC streaming (#23768)Sung Yoon Whang6-6/+22
2019-04-12Fix x86 stack probing (#23881)Bruce Forstall4-78/+247
2019-04-12[master] Update dependencies from dotnet/corefx (#23893)dotnet-maestro[bot]10-204/+93
2019-04-12Fix OSX debugging (#23924)Jan Vorlicek2-3/+4
2019-04-12Display the arm instruction sizeBruce Forstall4-7/+29
2019-04-12Update maximum allowed arm prolog sizeBruce Forstall2-3/+5
2019-04-12Don't Free UpperVector (#23889)Carol Eidt2-23/+28
2019-04-12Fix arm64 localloc with large outgoing argument spaceBruce Forstall1-6/+9
2019-04-12Consolidate duplicate assignment (#23923)bdebaere1-2/+1
2019-04-12JIT: update byref null check logic to handle field chains (#23850)Andy Ayers1-9/+22
2019-04-11Remove duplicates. (#23922)bdebaere1-2/+0
2019-04-11Add optimized UTF-8 validation and transcoding apis, hook them up to UTF8Enco...Levi Broderick18-2427/+4216
2019-04-11Fix Assembly.LoadFromPartialName(string) (#23912)Steve MacLean1-1/+11
2019-04-11Fix Version's comparer operators to allow null (#23898)Stephen Toub1-4/+10
2019-04-11Fix 23740 (#23906)Steve MacLean1-4/+4
2019-04-11JIT: fix assert when there are mixed types in Enum.HasFlags optimization (#23...Andy Ayers1-7/+18
2019-04-11Clarify comment in 3-byte processingLevi Broderick1-2/+2
2019-04-11Add missing check to 3-byte processing logicLevi Broderick1-1/+4
2019-04-11PR feedback: Clarify 3-byte sequence processingLevi Broderick2-6/+21
2019-04-11Disable nullability-related warningsJan Kotas1-0/+1
2019-04-11Fix compilation failure in Utf16UtilityLevi Broderick1-1/+1
2019-04-11PR feedback: document tempUtf8CodeUnitCountAdjustment usageLevi Broderick1-5/+18
2019-04-11PR feedback: Clarify charIsNonAscii vector usageLevi Broderick1-0/+11
2019-04-11PR feedback: Validate nint definitionsLevi Broderick4-0/+34
2019-04-11PR feedback: Remove redundant endianess checksLevi Broderick1-2/+4
2019-04-11PR feedback: CountNumberOfLeadingAsciiBytesFrom24BitIntegerLevi Broderick3-15/+46
2019-04-11PR feedback: Fix typosLevi Broderick2-12/+12
2019-04-10If a delegate type is a WinRT delegate or a WinRT-projected delegate, allow d...Jeremy Koritzinsky1-1/+1
2019-04-10Merge remote-tracking branch 'origin/master' into utf8_validation_apis_3Levi Broderick87-2042/+2089
2019-04-11Contextual reflection (#23740)Steve MacLean19-122/+330
2019-04-11Merge pull request #23824 from janvorli/remove_unix_cpu_groups_emulationJan Vorlicek19-1118/+515
2019-04-10Re-flow Utf8Utility.HelpersLevi Broderick1-273/+273
2019-04-10Rename DWORD -> UInt32 throughout API surfaceLevi Broderick3-45/+45
2019-04-10Add comments tracking JIT workarounds.Levi Broderick1-58/+47
2019-04-10Move AssemblyName to shared (#23737)Egor Bogatov8-141/+135
2019-04-10Move TimerQueue.TickCount Windows implementation to shared CoreLib (#23838)Filip Navara7-68/+78