Disable failing test against #23262 (#23263)
[platform/upstream/coreclr.git] / src /
2019-03-14 Bruce ForstallMerge pull request #23260 from BruceForstall/AlwaysArch...
2019-03-14 Jan VorlicekMerge pull request #23180 from franksinankaya/gcc_clean...
2019-03-14 Aaron Robinson Fix the calling convention for P/Invokes and delegates...
2019-03-14 Jan VorlicekFix GetProcessAffinityMask (#23247)
2019-03-14 Koundinya VeluriFix DisableTier0Jit when multi-core JIT is enabled...
2019-03-14 Jan VorlicekMerge pull request #23203 from janvorli/fix-no-return...
2019-03-14 Michal StrehovskýDelete suspicious code in delegate construction (#22830)
2019-03-14 Sergey AndreenkoFix/clean compNoGCHelperCallKillSet for arm. (#23078)
2019-03-14 Sinan KayaChoose the SString constructor explicitly
2019-03-14 Sinan Kayasignedness conversion
2019-03-14 Sinan Kayafix conversion issues
2019-03-14 Brian SullivanMerge pull request #23109 from briansull/gh-21231
2019-03-13 Levi BroderickAdd OperationStatus-based UTF8 transcoding APIs (#23219)
2019-03-13 Bruce ForstallMerge pull request #23220 from BruceForstall/FixArm64Hf...
2019-03-13 Brian SullivanFix for Issue 21231
2019-03-13 Carol EidtFix SIMD handle issues (#23193)
2019-03-13 Carol EidtMerge pull request #23212 from CarolEidt/VectorABITest
2019-03-13 Michal StrehovskyFix missed RelocatedType annotation
2019-03-13 Andrew AuFix issue 23151 (Cleanup TODO introduced by PR #23148)
2019-03-13 Sung Yoon WhangAdd new counter APIs (#23077)
2019-03-13 Bruce ForstallArm64: Implement JMP call for HFA register arguments
2019-03-13 Jan VorlicekMove ANALYZER_NORETURN after function return type.
2019-03-12 Andy AyersDon't retain modifiers for instantation stub signatures...
2019-03-12 Tanner GoodingFixing a couple of issues in the Utf8Parsing/Formatting...
2019-03-12 Michal StrehovskýReplace Delegate.CreateDelegate (dotnet/corert#7147)
2019-03-11 Carol EidtMerge pull request #23141 from CarolEidt/Fix23059
2019-03-11 Hugh BellamyFix NRE in EqualStringArrays (#23174)
2019-03-11 Bruce ForstallMerge pull request #23187 from BruceForstall/AlwaysArch...
2019-03-11 Jan VorlicekFix no-return false positives in static analyzer build
2019-03-11 Steve MacLeanAdd EntryPointFilter option (#23054)
2019-03-11 Eric StJohnAdd a target to get native resources from another DLL...
2019-03-11 Dan MoseleyRemove 2 suffix step 1 (dotnet/corefx#35904)
2019-03-11 Jan VorlicekMerge pull request #23093 from franksinankaya/gcc_warni...
2019-03-11 Jan VorlicekMerge pull request #23111 from am11/gcc-configuration
2019-03-11 Jan VorlicekMerge pull request #23099 from janvorli/remove-pal...
2019-03-11 Jan VorlicekMerge pull request #23121 from janvorli/enable-clang...
2019-03-11 AdeelRemove conditions around CMAKE_REQUIRED_LIBRARIES
2019-03-11 Levi BroderickRefactor Encoding to split fast-path and fallback logic...
2019-03-09 Egor BogatovMove Buffer to shared (#23157)
2019-03-09 Andrew AuTwo more instances
2019-03-09 Andrew AuEliminate SampleProfilerEventInstance
2019-03-09 Andrew AuAvoid StackWalk in EventPipeEventInstance constructor
2019-03-09 Stephen ToubAdd stack depth check to all Task continuations (#23152)
2019-03-09 Marek SafarMove part of RuntimeHelpers to shared partition (#23130)
2019-03-09 Aaron RobinsonProperly override IsEquivalentTo() API in RuntimeType...
2019-03-08 Bruce ForstallMerge pull request #23140 from BruceForstall/RemoveArm64NYI
2019-03-08 Carol EidtFix handling of struct setup assignments
2019-03-08 Bruce ForstallRemove unneeded arm64 NYI
2019-03-08 Bruce ForstallMerge pull request #23086 from BruceForstall/Arm64Chang...
2019-03-08 Andrew HoeflingOptimized RemoveItemsRange to call the list.RemoveRange...
2019-03-08 Andrew HoeflingSimplified the RemoveItem logic since we have more...
2019-03-08 Andrew HoeflingInsertItemsRange API now checks if the underlying items...
2019-03-08 Andrew HoeflingRemoved (Int64) cast statements from RemoveItemsRange...
2019-03-08 Andrew HoeflingAdded new RemoveRange validation check to see if the...
2019-03-08 Andrew HoeflingUpdated InsertItemsRange to simplify the expression...
2019-03-08 Andrew HoeflingUpdated RemoveAt->RemoveItem. This change removes redun...
2019-03-08 Andrew HoeflingUpdated RemoveRange invocation of RemoveAt to use index...
2019-03-08 Andrew HoeflingAdded ArgumentOutOfRangeException exception in RemoveRa...
2019-03-08 Andrew HoeflingUpdated RemoveItemsRange to properly remove each item...
2019-03-08 Andrew HoeflingUpdated RemoveItemsRange to prevent int.MaxValue overfl...
2019-03-08 Andrew HoeflingRemove ternary operator from invocation as it is the...
2019-03-08 Andrew HoeflingAdded ReplaceItemsRange API and updated ReplaceRange...
2019-03-08 Andrew HoeflingAdding braces on for loop
2019-03-08 Andrew HoeflingUpdated foreach to use T instead of var
2019-03-08 Andrew HoeflingUpdated index out of range exception check to be a...
2019-03-08 Andrew HoeflingAdded new Range Manipulation APIs for Collection<T...
2019-03-08 AdeelUse CLR_LINK
2019-03-08 Filip NavaraAllow deserialization for ResourceManager created with...
2019-03-08 Bruce ForstallMerge pull request #23119 from BruceForstall/Arm64PrePo...
2019-03-08 mikednImprove SSA renaming memory usage (#15000)
2019-03-08 AdeelRemove extra quotes
2019-03-08 Andy AyersJIT: rework codegen for Arm64 SIMD Extract/Insert intri...
2019-03-08 Carol EidtMerge pull request #23052 from CarolEidt/Fix22850
2019-03-08 AdeelAddress @janvorli's feedback
2019-03-08 Jan VorlicekEnable build with clang static analyzer
2019-03-08 Marek SafarUse platform specific implementation of GetCurrentProce...
2019-03-08 Dávid KayaAdded UserFlags field, unblocks #34560 (dotnet/corefx...
2019-03-08 Sergey AndreenkoFix a rare JitStress assert. (#23116)
2019-03-08 Sung Yoon WhangFix how we check whether events are enabled via LTTng...
2019-03-08 Bruce ForstallAllow coalescing of SP adjustment into single register...
2019-03-08 AdeelUse DOTNET_${$1} environment variables
2019-03-08 Carol EidtMerge pull request #22708 from BrianBohe/updating_comments
2019-03-07 AdeelImprove gcc configuration
2019-03-07 Stephen ToubAdd missing CopyToAsync override in FileStream.Unix...
2019-03-07 mikednFix ARMv8.1 atomics disassembly (#23070)
2019-03-07 Aaron RobinsonUpdate error message for when a parent is marked as...
2019-03-07 Sinan KayaFix signed compare warnings
2019-03-07 Andy AyersJIT: fix filter liveness computation (#23044)
2019-03-07 Juan HoyosFix control C trap hang in the debugger (#23090)
2019-03-07 Bruce ForstallClean up some arm64 prolog/epilog code (#23080)
2019-03-07 Bruce ForstallMerge pull request #23085 from BruceForstall/FixAsmDiff...
2019-03-07 Jan KotasCleanup unused hosting interfaces (#23091)
2019-03-07 Jan VorlicekRemove init_count zeroing from PAL cleanup
2019-03-07 Hugh BellamyCleanup Globalization info code (#22591)
2019-03-07 Sinan Kayaconversion
2019-03-07 Next TurnFix comment (#23058)
2019-03-07 Mike McLaughlinFix missing includes in coreclr/src/debug/createdump...
2019-03-07 Michal StrehovskýRemove legacy behavior around non-virtual interface...
2019-03-07 Michal StrehovskýFix ProjectN build breaks (dotnet/corert#7115)
2019-03-07 Honza RamešFix ValueStringBuilder.EnsureCapacity to call Grow...
next