Merge pull request #16618 from stephentoub/valuetaskextensibility
[platform/upstream/coreclr.git] / src /
2018-03-01 Stephen ToubMerge pull request #16618 from stephentoub/valuetaskext...
2018-03-01 Jeremy KuhneRemove span helpers, use mirrored PathInternal helper...
2018-03-01 Jeremy KuhneFix GetPathRoot issues (dotnet/corefx#27572)
2018-03-01 Mandar SahasrabuddheEdits to fix conflicts in generated Vector.cs file...
2018-03-01 Luqun LouRelease memory correctly during ComCallWrapperTemplate...
2018-03-01 Egor ChesakovRemove ConvertILOnlyPE32ToPE64 and ConvertILOnlyPE32ToP...
2018-03-01 Stephen ToubMove IValueTaskSource and friends to System.Threading...
2018-03-01 Stephen ToubAdd token to IValueTaskSource
2018-03-01 Stephen ToubImplement ValueTask extensibility
2018-03-01 Jan KotasDelete unnecesary StackCrawlMarks (#16648)
2018-02-28 Brian SullivanMerge pull request #16657 from debayang/crypto_arm64_in...
2018-02-28 Tanner GoodingSet isInternalRegDelayFree for several of the x86 hwint...
2018-02-28 Bruce ForstallMerge pull request #16538 from sdmaclea/PR-ARM64-R2R_FAIL
2018-02-28 Atsushi KanamoriAdd the array/arraysegment->Span/Memory overloads to...
2018-02-28 Egor ChesakovMerge pull request #16531 from echesakovMSFT/MakeTarget...
2018-02-28 Debayan GhoshARM64 SHA256 Crypto intrinsics implementation
2018-02-28 Debayan GhoshARM64 SHA1 Crypto intrinsics implementation
2018-02-28 Andy AyersMark MemoryMarshal.Cast methods for aggressive inlining...
2018-02-28 Jan KotasAdd Thread.GetCurrentProcessorId() API (#16650)
2018-02-28 Tanner GoodingAdding some asserts that we won't overwrite one of...
2018-02-28 Tanner GoodingAdding partial support for the SSE41 hardware intrinsics
2018-02-28 Debayan GhoshARM64 Aes Crypto intrinsics implementation
2018-02-28 Carol EidtMerge pull request #16599 from fiigii/fixstaticcast
2018-02-28 Fei PengFix StaticCast with NotSupportedException
2018-02-28 Jeremy KuhneAdd Path.Join() methods. (#16561)
2018-02-28 Rex MorganFixing lambda capture unused errors. (#16555)
2018-02-28 Anirudh AgnihotryTests For GetPathRoot and Enabling NormalizeDirectorySe...
2018-02-28 Jan KotasUse the same default value of MarshalAs.IidParamIndex...
2018-02-28 Brian SullivanMerge pull request #16637 from dotnet-bot/from-tfs
2018-02-28 Brian SullivanMinimal Fix for the incorrect rangecheck elimination...
2018-02-27 Anirudh AgnihotryBug in GetFullPath(basePath, Path) (#16598)
2018-02-27 Brian SullivanMerge pull request #16533 from briansull/default-fill
2018-02-27 Stephen ToubChange new ThreadPool.QueueUserWorkItem method to be...
2018-02-27 Adam SitnikEvent pipe guid in metadata (#16316), fixes #16105
2018-02-27 Brian SullivanImplement JitDefaultFill
2018-02-27 Sergey Andreenkoadd PHASE_COMPUTE_REACHABILITY (#16574)
2018-02-27 crntnDebugger FIFO pipes are created in TMPDIR if defined...
2018-02-27 Ahson KhanAdd MemoryExtensions to CoreLib along with necessary...
2018-02-27 Egor ChesakovMerge pull request #16514 from echesakovMSFT/UseTargetP...
2018-02-27 Fei PengUpdate the table-driven framework to support x86 imm...
2018-02-27 Ben AdamsFix ascii range check (#16535)
2018-02-27 Egor ChesakovDefine _TARGET_64BIT_ macro if not defined when _TARGET...
2018-02-26 Stephen ToubAvoid async method caching of a 0 decimal task (#16588)
2018-02-26 Egor ChesakovReplace sizeof(void*)-like expressions with TARGET_POIN...
2018-02-26 Mike McLaughlinFixed mixed mode attach/JIT debugging. (#16552)
2018-02-26 Bruce ForstallMerge pull request #16591 from BruceForstall/FixArmTest...
2018-02-26 Jarret ShookMerge pull request #16396 from jashook/add_separate_bui...
2018-02-26 Jan KotasUse overriden double/float GetHashCode for default...
2018-02-26 Jan KotasDelete dead code
2018-02-26 Jan KotasDelete redundant (RuntimeType) casts
2018-02-26 Jan KotasDelete redundant int pcaCount intializations
2018-02-26 Jan KotasFix GetCustomAttribute API for DllImportAttribute pseud...
2018-02-25 Jan KotasDelete printing of security transparency in SOS (#16560)
2018-02-25 Jan KotasFixed NaN's GetHashCode and Equals invariant issue...
2018-02-25 Jeremy KuhneFix path issues (#16554)
2018-02-24 kasper3Return empty array if length is zero (#16529)
2018-02-24 Petar PetrovFix calling convention gap in DynamicILGenerator.EmitCa...
2018-02-24 Stephen ToubSuppress "local variable is initialized but not used...
2018-02-24 Sung Yoon WhangAddress more stacktrace print issues (#16525)
2018-02-23 Jeremy KuhneRemove StringBuffer and use ValueStringBuilder (#16512)
2018-02-23 Andy AyersJIT: don't trust field offsets in R2R for nullcheck...
2018-02-23 Jan VorlicekFix preventing memory allocation in signal handler...
2018-02-23 Jan KotasFix build break with older VS versions (#16522)
2018-02-23 Tanner GoodingAdding a TODO-XArch to `Lowering::ContainCheckHWIntrins...
2018-02-23 Tanner GoodingAdding the missing function header comments to hwintrin...
2018-02-23 Jan KotasAsReadOnlySpan -> AsSpan rename to fix build breaks
2018-02-23 Atsushi KanamoriRename string-slicing extension methods (dotnet/corefx...
2018-02-23 Carol EidtMerge pull request #16511 from CarolEidt/FixDD541653
2018-02-22 Carol EidtHandle a restored double Interval at block boundary
2018-02-22 Ahson KhanAdd ReadOnlySpan string-like Equals/CompareTo/IndexOf...
2018-02-22 Jeremy KuhneRemove most preemptive checks from GetFullPath (#16478)
2018-02-22 Carol EidtMerge pull request #16473 from CarolEidt/FixDD541648
2018-02-22 Atsushi KanamoriAdd CoreLib helpers for MemoryExtensions.AsSpan/AsMemor...
2018-02-22 gbalykovRemove relocations for MethodTable::m_pParentMethodTabl...
2018-02-22 Ahson KhanFix impl of ReadOnlySpan ToLower/ToUpper for Unix....
2018-02-22 Brian SullivanMerge pull request #16475 from briansull/vso-569605
2018-02-22 Ben AdamsRemove OwnedFlagBit from TryGetOwnedMemory index
2018-02-22 Ahson KhanFix Span Debugger Display String to correctly show...
2018-02-22 Tanner GoodingAdding support for the SSE3 and SSSE3 hardware intrinsics
2018-02-22 Brian RobbinsFix EventPipe Test Failures Under GCStress (#16494)
2018-02-22 Ben AdamsFix TryGetOwnedMemory xml docs
2018-02-22 Brian Sullivanclang format
2018-02-22 Brian SullivanCodereview feedback
2018-02-21 Alexandre TeoiShow the expected stack trace from a rethrown exception...
2018-02-21 Brian Sullivanwhitespace fix
2018-02-21 Brian SullivanFix for assert during CSE processing
2018-02-21 Koundinya VeluriDisable tiered compilation for collectible assemblies...
2018-02-21 Carol EidtLEA on rhs of block copy can't be contained
2018-02-21 Jeremy KuhneDial back aggressive checks in Path (#16447)
2018-02-21 Anirudh AgnihotryMoved extensions.cs to shared folder in coreclr (#16459)
2018-02-21 Jan VorlicekRevert TLS model change of the gCurrentThreadInfo
2018-02-21 Ben AdamsAdd TryGetOwnedMemory (#16455)
2018-02-20 Carol EidtMerge pull request #16408 from fiigii/sse4load
2018-02-20 mlabiukPrevent memory allocation in signal handler (#16384)
2018-02-20 Jan KotasReplace ValueStringBuilder.set_Length with indexer...
2018-02-20 Wes HaggardMerge pull request #16436 from brunotag/patch-1
2018-02-20 Carol EidtMerge pull request #16444 from mikedn/vec2load
2018-02-19 Mike DanesHandle TYP_SIMD8 correctly in genCodeForLclFld
2018-02-18 Ben AdamsInline String->ReadOnlySpan (#16440)
2018-02-18 Carol EidtMerge pull request #16422 from CarolEidt/Fix15037
next