summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-07-18Make all event types nullable (#25752)Stephen Toub13-67/+74
2019-07-18Remove now unnecessary !s / TODO-NULLABLE comments (#25749)Stephen Toub60-312/+312
2019-07-18Fix nullability warnings from compiler updateSantiago Fernandez Madero4-8/+8
2019-07-16Merge branch 'release/3.0' into merge/master-to-release/3.0William Godbe2-0/+16
2019-07-16Disable debugger evaluation of ValueTask<T>.Result (#25727)Stephen Toub1-0/+3
2019-07-16Add missing Arm64 specific diagnostic code (#25695)Steve MacLean4-12/+301
2019-07-15Merge pull request dotnet/corert#7397 from dotnet-bot/from-tfsMichal Strehovský2-0/+12
2019-07-13Fix use of uninitialized variables in managed decimal implementation (#25674)Jan Kotas1-20/+30
2019-07-12Handle nullable attributes on platforms that lack themStephen Toub1-9/+54
2019-07-12Fixes when accessing fgn_maxgen_percent (#25650)Andy Hanson1-6/+15
2019-07-12Frkaya/gccfix07102019 (#25624)Sinan Kaya4-4/+4
2019-07-11PerfMap should output file offset instead of RVAs (#25638)Andrew Au2-8/+9
2019-07-11Fix GS cookie check on ARM in functions with stackalloc (#25628)Jan Vorlicek9-6/+30
2019-07-11System.GC.HeapHardLimit and .HeapHardLimitPercent in runtimeconfig.json (#25574)Andy Hanson3-0/+22
2019-07-11Fix handling of NullReferenceException in VSD on ARM (#25627)Jan Vorlicek6-40/+67
2019-07-11Fix build break in TimerQueue.Portable.csJan Kotas1-5/+5
2019-07-11Remove stale nullable !s and pragmas (#25640)Stephen Toub29-45/+37
2019-07-11Arm64 debug issues (#25636)Steve MacLean2-2/+2
2019-07-10Add AggressiveInlining to Single.GetHashCode (#25633)Stephen Toub1-0/+1
2019-07-09Let EventPipe threads sleep when no events are available (#25601)David Mason11-16/+127
2019-07-09Fix Timer argument exception parameter names (#25617)Stephen Toub1-5/+5
2019-07-09Fix regression in Timers with long timeouts (#25604)Stephen Toub3-25/+20
2019-07-08Adding DisplayUnits property to all the runtime counters (#25598)Sung Yoon Whang1-9/+9
2019-07-08Return HardLimitBytes from GCMemoryInfo.TotalAvailableMemoryBytes (#25437)Andy Hanson7-45/+57
2019-07-08Add arm64 floatconversion.S (#25597)Steve MacLean2-1/+15
2019-07-06fix merge error (#25573)Maoni Stephens1-2/+3
2019-07-05many core (#25350)Maoni Stephens15-168/+2346
2019-07-04Fix instantiation stub maker for case where no register is used by function p...Fadi Hanna1-20/+29
2019-07-04Fix dotnet-dump/createdump launch failure (#25562)Mike McLaughlin1-1/+2
2019-07-03Remove legacy resource value (PrivateBuild) in binaries. (#25560)Aaron Robinson2-12/+6
2019-07-03Fix getting rundown events during EventPipe::Shutdown (#25450)José Rivero2-32/+36
2019-07-03arm64singlestepper (#25512)Steve MacLean11-41/+911
2019-07-03Prevent EventPipe rundown from blocking on write (#25523)John Salem3-51/+32
2019-07-03Add check to prevent attaching a profiler when one is already present (#25520)David Mason4-85/+149
2019-07-03Fix GCStress modes that do code instrumentation to work with code versioning ...Koundinya Veluri11-83/+224
2019-07-03Cleanup IL linker heuristic usage (#25547)Jan Kotas9-53/+30
2019-07-03Delete some dead code (#25546)Jan Kotas4-47/+6
2019-07-02Add a new CompilationDiagnostic ETW Keyword (#25544)Brian Robbins1-1/+4
2019-07-02Merge ReadyToRunInfo::GenericMethodIterator in to ReadyToRunInfo::MethodItera...David Mason4-126/+122
2019-07-02Ensure YIELD_WHILE() in EventPipeBufferManager::SuspendWriteEvent() always te...Andrew Au2-6/+7
2019-07-02Use Array.MaxArrayLength in ArrayList (#25530)Michal Strehovský1-4/+1
2019-07-02Reduce allocations in GetLocale() (#25531)Ilya1-1/+1
2019-07-02Add RundownRequested switch to EventPipe IPC protocol (#25495)Sung Yoon Whang7-18/+140
2019-07-01Decrease EventListener buffer size (#25526)Sung Yoon Whang1-1/+3
2019-07-01Use AssemblyLoadContext from shared partition (dotnet/corert#7570)Michal Strehovský2-1/+3
2019-07-01Delete dead code (#25513)Jan Kotas3-21/+0
2019-06-29Fix GCStress issue on x86 and Arm (#25445)Brian Sullivan6-60/+112
2019-06-29Fix a mutex abandon case with WaitHandle.WaitAll in the PAL (#25452)Koundinya Veluri1-2/+6
2019-06-28Don't return TRUE on tracepoint_enabled if LTTng library does not exist on bu...Sung Yoon Whang1-1/+1
2019-06-28Use regular static variable for EEConfig storage (#25479)Jan Kotas3-32/+9