summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib
AgeCommit message (Expand)AuthorFilesLines
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-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 Kotas8-70/+19
2019-04-12[master] Update dependencies from dotnet/corefx (#23893)dotnet-maestro[bot]6-108/+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-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-10Merge remote-tracking branch 'origin/master' into utf8_validation_apis_3Levi Broderick40-549/+1086
2019-04-11Contextual reflection (#23740)Steve MacLean7-42/+206
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 Bogatov5-138/+132
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-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-10Expose new EventCounter APIs (#23808)Sung Yoon Whang8-136/+105
2019-04-10Fix incorrect Debug.Assert statementsLevi Broderick3-5/+8
2019-04-09Add back using to EventSourceExceptionSantiago Fernandez Madero1-0/+1
2019-04-09Update CoreRT for changes in shared partitionJan Kotas1-10/+8
2019-04-09Expand masks in Utf8Utility, fix const in fallback pathLevi Broderick1-21/+21
2019-04-09Add 'SetNotificationForWaitCompletion' to ILLinkTrim.xml (#23822)Gregg Miskelly1-0/+2
2019-04-09PR feedback: Enable SSE2 in Utf16Utility codeLevi Broderick1-9/+25
2019-04-09PR feedbackLevi Broderick2-44/+33
2019-04-09PR feedback: GetElement(0) -> Sse2.StoreLowLevi Broderick1-3/+3
2019-04-09Merge remote-tracking branch 'origin/master' into utf8_validation_apis_3Levi Broderick1-9/+27
2019-04-09Improve RuntimeHelpers.GetSubArray (#23829)Stephen Toub1-9/+27
2019-04-08Simplify vectorized logic; remove unnecessary adjustmentLevi Broderick1-3/+2
2019-04-08Clarify that vector read is unalignedLevi Broderick1-1/+1
2019-04-08Merge remote-tracking branch 'origin/master' into utf8_validation_apis_3Levi Broderick467-3155/+3362
2019-04-08Remove the MultiFileSec option from EventPipe. (#23777)José Rivero3-30/+3
2019-04-07Fix two new nullable warnings with latest compilerStephen Toub2-2/+3
2019-04-06Remove remaining devdocs and cleanup ComponentModel code (#23175)Hugh Bellamy5-137/+126
2019-04-05Match PtrToStringUTF8 to the other PtrToString* families. (#23731)Jeremy Koritzinsky1-8/+7
2019-04-05Whitespace (#23772)Steve MacLean2-8/+8