Fix build error for mscoree coreclr.exports (#24547)
[platform/upstream/coreclr.git] / src /
2019-05-13 Aaron RobinsonCleanup some build files (#24539)
2019-05-11 Tanner GoodingFixing S.P.Corelib to not double include files and...
2019-05-10 Sung Yoon WhangFix EventCounter disable logic (#24519)
2019-05-10 Jeremy KoritzinskyMove EventProvider native layout to be driven by CMake...
2019-05-10 Andrew AuRemove obsolete comments
2019-05-10 Stephen ToubTweak a few nullable annotations (#24494)
2019-05-10 Stephen ToubFix netstandard build for nullable annotations
2019-05-10 Stephen ToubFix netfx build with nullable annotations
2019-05-10 Dan MoseleyDead string (#24516)
2019-05-10 Sung Yoon WhangFix an overflow issue with eventpipe buffer size (...
2019-05-10 Leslie Zhai[X86/Linux] Fix error: no member named 'GetId' in ...
2019-05-10 Eugene RozenfeldMerge pull request #24482 from erozenfeld/Fix24159
2019-05-09 Mike McLaughlinFix memory leak in PAL_GenerateCoreDump (#24503)
2019-05-09 Eugene RozenfeldMark local struct as having overlapping fields after...
2019-05-09 Gregory LEOCADIEAdd a new version of ContentionEnd event (#22487)
2019-05-09 Brian SullivanMerge pull request #24456 from briansull/ibc-work
2019-05-09 Stephen ToubTurn on nullability for all of Corelib (#24497)
2019-05-09 Michal StrehovskýDelete suspicious code in delegate construction (#24493)
2019-05-09 Jeremy KoritzinskyFix ComActivator typo. (#24485)
2019-05-09 Andrew AuReturn the required padding size instead of the current...
2019-05-09 Steve MacLeanRemove premature throw (#24450)
2019-05-09 Koundinya VeluriFix ETL event rejit IDs and sending of the IL to native...
2019-05-08 Divino CésarMerge pull request #24479 from dotnet/UpdateHelixSDK
2019-05-08 Aaron RobinsonAdd support in SPCL to call into user supplied register...
2019-05-08 Brian SullivanMerge pull request #24462 from briansull/fix-24440
2019-05-08 Sergey AndreenkoMerge pull request #24366 from sandreenko/fixLogPrinting
2019-05-08 Mike McLaughlinSend UTF16 dump file name (#24475)
2019-05-08 Elinor FungSpecify version.dll and add notification hook for delay...
2019-05-08 Fadi HannaFix 23317. (#24383)
2019-05-08 Steve MacLeanRemove more MDA support code (#24457)
2019-05-08 Brian SullivanFix Issue 24440
2019-05-08 Brian SullivanTwo additional minor changes
2019-05-08 Brian SullivanPrefer UINT32 over DWORD in the IBC BlockCount API's
2019-05-08 Fadi HannaAdd a check to prevent mixed-mode assemblies from being...
2019-05-08 Sergey AndreenkoMerge pull request #24447 from sandreenko/addGCStressEx...
2019-05-08 Andrew AuHandle the case when the SamplingProfiler thread is...
2019-05-08 Mike McLaughlinAdd generate crash dump command to diagnostics server...
2019-05-08 Sergey AndreenkoMerge pull request #24463 from sandreenko/ExcludeMethodImpl
2019-05-07 Bruce ForstallMerge pull request #24444 from BruceForstall/FixGenerat...
2019-05-07 Tarek Mahmoud SayedMake Idn.GetAscii compatible with Windows (#24443)
2019-05-07 Sergey AndreenkoSave OBJECTREF_TO_UNCHECKED_OBJECTREF and use auto.
2019-05-07 Tanner GoodingFixing up time.cpp in the PAL (#24428)
2019-05-07 Brian SullivanRename struct ICorJitInfo::ProfileBuffer to...
2019-05-07 Sergey AndreenkoMerge pull request #23587 from BrianBohe/brbohe/moving_...
2019-05-07 Sergey AndreenkoMerge pull request #24421 from sandreenko/AddZapDisable...
2019-05-07 Mukul SabharwalAdd option to only notify profiler of LOH allocations...
2019-05-07 Anirudh Agnihotrymaking DiagnosticCounter internal (#24427)
2019-05-06 Sergey AndreenkoMerge pull request #24415 from sandreenko/corefxAddExcl...
2019-05-06 Brian BoheLeaving Scope Info as variable location tracking defaul...
2019-05-06 Fadi HannaReplace E_FAIL with E_NOTIMPL for an unsupported R2R...
2019-05-06 Andrew AuLaunch DiagnosticServer after EEStartup
2019-05-06 Tomáš RylekImprove R2RDump resiliency towards invalid tokens ...
2019-05-06 Jeremy KoritzinskyHandle E_NOTIMPL return from CoInitializeEx. (#24387)
2019-05-06 Aaron RobinsonPort all managed product binaries to use SDK style...
2019-05-06 Mukul SabharwalFixes AV when accessing LoaderModule for some objects...
2019-05-06 Krzysztof WicherNullable: System.Collections.Generic remainder (#24340)
2019-05-05 Ben AdamsMove AsyncMethodBuilder.SetStateMachine to non-generic...
2019-05-04 Adeel MujahidMinor tweaks for gcc (#24391)
2019-05-04 Sergey AndreenkoMerge pull request #24392 from dotnet/revert-24363...
2019-05-04 Sergey AndreenkoRevert "Fix GCStress for multireg returns. "
2019-05-04 Koundinya VeluriFix incorrect tier reported by SOS (#24374)
2019-05-04 Jan KotasFix CoreRT build breaks
2019-05-04 Jeremy KoritzinskyUse our local-built instances of tools from Microsoft...
2019-05-04 Andrew AuFix EventPipe initialization order
2019-05-03 William GodbeMerge pull request #24315 from dotnet/darc-master-c4cf8...
2019-05-03 Tomáš RylekNew options --sb / --isb for binary signature dump...
2019-05-03 Sergey Andreenkofix nits
2019-05-03 Brian SullivanMerge pull request #24343 from briansull/add-hva-tests
2019-05-03 Filip NavaraImplement String.IsAscii in shared CoreLib and use...
2019-05-03 Sergey AndreenkoMerge pull request #24363 from sandreenko/GitHub_23199
2019-05-03 Sergey AndreenkoUpdate the comment.
2019-05-03 Levi BroderickVector.CopyTo / TryCopyTo should be readonly methods...
2019-05-03 Vladimir SadovSystem.GC.AllocateUninitializedArray (#24096)
2019-05-03 Brian SullivanMerge pull request #24339 from briansull/linux-creation...
2019-05-03 Sergey AndreenkoFix some small issues with stress logging.
2019-05-02 Andrew AuMake sure we check the second buffer's creation date...
2019-05-02 Andrew AuMake sure the thread running EventPipe::Disable is...
2019-05-02 Sergey AndreenkoFix DoGcStress for multireg return with GC pointers.
2019-05-02 Brian SullivanIn the PAL GetProcessTimes implement lpCreationTime...
2019-05-02 Koundinya VeluriWhen QuickJit is enabled, disable it for methods that...
2019-05-02 Sung Yoon WhangAdd Series/CounterType to CounterPayload and Incrementi...
2019-05-02 Jan VorlicekMerge pull request #24332 from janvorli/fix-module...
2019-05-02 Krzysztof WicherAdd using System.Diagnostics on some files
2019-05-02 Stephen ToubDelete stale compilation constants from AsyncIteratorMe...
2019-05-02 Stephen ToubAdd ManualResetValueTaskSourceCore / AsyncIterateMethod...
2019-05-02 Tanner GoodingAdding more coverage for the AES hwintrinsic tests...
2019-05-02 Ludovic HenryImplement GC.RegisterMemoryLoadChangeNotification ...
2019-05-02 Tomáš RylekBug fix in R2RDump signature decoder w.r.t. large versi...
2019-05-02 Jan VorlicekMerge pull request #24322 from am11/libunwind-format...
2019-05-02 Sung Yoon WhangAdd threading-related runtime counters (#24304)
2019-05-02 Dan MoseleyAdjust some terms (#24351)
2019-05-02 AdeelUnify Wformat suppression for libunwind
2019-05-02 Krzysztof WicherNullable: Interop and src/System remainder (#24328)
2019-05-02 Krzysztof WicherNullable: System.Collections remainder (non-generic...
2019-05-02 Blake HensleyAdded overloads to Path.Join (#24307)
2019-05-02 Andrew AuAddressing code review feedbacks
2019-05-02 Andrew AuSimplifying Pop() logic
2019-05-02 Andrew AuRemove the RundownThread filter
2019-05-02 Andrew AuAvoid nested spin lock in WriteAllBuffersToFile and...
2019-05-02 Sung Yoon WhangPulling in Noah's fix in event_pipe_lock_fix branch
next