summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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-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
2019-04-10Make GC.GetGCMemoryInfo public (#23779)Ludovic Henry2-3/+68
2019-04-10Merge pull request #23876 from briansull/jit-dumpBrian Sullivan3-48/+86
2019-04-10Merge pull request #23858 from sandreenko/fixOptPrepareTreeToReplacementSergey Andreenko3-158/+100
2019-04-10Check for a null import descriptor when fixing up vtables. (#23825)Jeremy Koritzinsky1-0/+5
2019-04-10jit-formatBrian Sullivan2-11/+14
2019-04-10Improved JitDumpBrian Sullivan3-42/+77
2019-04-10Update the comment.Sergey Andreenko1-4/+1
2019-04-10Update Range.GetOffsetAndLength (#23855)Tarek Mahmoud Sayed2-30/+12
2019-04-10Tweaking some APIs according to user feedback. (#23857)Tanner Gooding10-122/+474
2019-04-10Fix few issues discovered by testingJan Vorlicek4-22/+18
2019-04-10Fix RecycledLists size on UnixJan Vorlicek3-6/+8
2019-04-10Change optExtractSideEffList to optExtractSideEffList.Sergey Andreenko2-60/+37
2019-04-10Fix newlines for ilegal trees in `gtDispTree`.Sergey Andreenko1-2/+2
2019-04-10Expose new EventCounter APIs (#23808)Sung Yoon Whang8-136/+105
2019-04-10Fix incorrect Debug.Assert statementsLevi Broderick3-5/+8