summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-06-03Fix initialize methods to set m_Header correctly (#24892)John Salem1-0/+9
2019-06-03Fix logic for deletionJuan Hoyos1-5/+3
2019-06-03Fix event pipe session provider list clearJuan Sebastian Hoyos Ayala1-6/+2
2019-06-02Final touchAndrew Au2-2/+2
2019-06-02Productize auto_traceJohn Salem2-15/+49
2019-06-02AutoTrace - launch dotnet trace to capture trace as soon as the runtime is av...Andrew Au4-1/+98
2019-06-02Improve fatal err msg (#24390)Dan Moseley10-76/+30
2019-05-31Move EventPipeEventSource deletion to a better place (#24901)Sung Yoon Whang1-2/+5
2019-05-31Fix FileStream.FlushAsync() to behave like Flush() (#24902)Stephen Toub1-18/+2
2019-05-31Handle a zero byte cpblk (#24871)Carol Eidt7-31/+20
2019-05-31Fix overlooked moduleIndex initial value (#24881)Jan Vorlicek1-1/+1
2019-05-31Makes GetTotalAllocatedBytes monotonic in nonprecise case. (#24875)Vladimir Sadov1-5/+23
2019-05-30Delete dead code (#24876)Jan Kotas2-51/+0
2019-05-30Check that we are using a valid IDispatch invocation flag earlier to limit th...Jeremy Koritzinsky1-0/+5
2019-05-30Remove unused code in vm/util.* (#24863)Aaron Robinson4-431/+8
2019-05-30Merge pull request #24869 from briansull/desktop-build-fixesBrian Sullivan4-1/+7
2019-05-30Create NearDiffer in SuperPMI based on specified targetArchitecture (#24860)Egor Chesakov1-1/+13
2019-05-30Support running SuperPMI with ARM protononjit.dll (#24840)Egor Chesakov3-12/+50
2019-05-30Remove BuildTools from product build (#24841)Elinor Fung1-42/+0
2019-05-30Fixes for building the Desktop JIT in CodegenMirrorBrian Sullivan4-1/+7
2019-05-30Add build-tools.cmd (#24817)Jan Vorlicek3-5/+4
2019-05-30Add Environment.TickCount64 (#24857)Stephen Toub4-1/+21
2019-05-30Implement R2R helpers for synchronized methods (#24646)Michal Strehovský4-6/+17
2019-05-30Frkaya/gcc fix 052919 (#24845)Sinan Kaya2-2/+2
2019-05-30Allow generating HW intrinsics in crossgen (#24689)Michal Strehovský2-9/+32
2019-05-29Remove all uses of CanRunManagedCode() (#24847)Aaron Robinson16-559/+177
2019-05-29Use /proc/<pid>/mem to read memory in remote DBI data target. It makes the te...Mike McLaughlin4-9/+46
2019-05-29Add COMPlus_LTTng environment variable (#24733)John Salem2-5/+21
2019-05-29Sort out ARM load/store instruction size issues (#20126)mikedn10-264/+148
2019-05-29Refactor native build to remove the compiler-override files (#23897)Jeremy Koritzinsky9-99/+14
2019-05-29Stop specifying cdecl for ComponentEntryPoint (default to stdcall) (#24833)Elinor Fung1-1/+0
2019-05-29Change binary op tree display (#20045)mikedn1-62/+38
2019-05-29Add back AssemblyDescription attribute (#24819)Sven Boemer1-0/+1
2019-05-29Specify restore sources in optdata.csproj (#24825)Elinor Fung1-0/+7
2019-05-28Create the Concept of Multiple EventPipe Sessions (#24417)José Rivero30-1081/+1478
2019-05-28Use Arcade for native versioning (#24785)Elinor Fung4-41/+15
2019-05-28Fix nullable annotationJan Kotas1-1/+1
2019-05-28Fix superfluous delegate allocations in Unix WaitSubsystem (#7454)Jan Kotas1-3/+4
2019-05-28Add null checks before calling ClassLoader::EnsureLoaded (#24818)Jan Kotas1-2/+6
2019-05-28Change StreamReader.ReadBufferAsync to return ValueTask<int> (#24810)Stephen Toub1-1/+1
2019-05-28Fix IBC data collection (#24814)Jan Kotas3-12/+4
2019-05-28Stop using BuildTools for signing (#24808)Elinor Fung1-3/+0
2019-05-28Rename CreateNativeDelegate -> LoadAssemblyAndGetFunctionPointer (#24804)Elinor Fung1-9/+9
2019-05-28Using AllocateUninitializedArray in array pool (#24504)Vladimir Sadov4-19/+38
2019-05-28Move parts of WeakReference to shared partition (#24800)Marek Safar6-97/+102
2019-05-28Fixing the epilog size decodingAndrew Au3-14/+3
2019-05-28Cleanup unnecessary code in exception formatting (#24797)Jan Kotas5-101/+31
2019-05-28Expose Path.TrimEndingDirectorySeparator (#20805)Marco Rossignoli5-43/+50
2019-05-28Move some CustomAttribute related types to shared (#23651)Egor Bogatov6-156/+171
2019-05-28Make sure the layout of coreclr!Module is the same as mscordaccore!ModuleAndrew Au1-2/+2