summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-06-05Cleanup block stores and test for 24846 (#24950)Carol Eidt6-194/+125
2019-06-05Use Modern CMake features instead of CMAKE_CXX_FLAGS (#24861)Jeremy Koritzinsky9-13/+13
2019-06-05Small fixes around AST nodes. (#24957)Sergey Andreenko6-11/+11
2019-06-04signedness (#24878)Sinan Kaya1-1/+1
2019-06-04Remove stale Task async extension methods from TaskExtensions (#24958)Santiago Fernandez Madero1-30/+0
2019-06-04Remove Collection<T> range APIs (#24938)Santiago Fernandez Madero1-113/+0
2019-06-04Synchronize managed and unmanaged Variant fields (#24951)Jan Kotas7-214/+106
2019-06-04Make sure we can enable auto-trace when the root level define is added (#24955)Andrew Au1-0/+3
2019-06-04EventPipe fixes (#24952)Andrew Au3-3/+5
2019-06-04Fix PGO on Windows (#24949)Jeremy Koritzinsky1-0/+2
2019-06-04Update to AutoTrace (#24936)John Salem3-9/+28
2019-06-04Being consistent (#24927)Youssef13131-15/+110
2019-06-04follow the ICU User Guide recommendation to optimize the perf of InvariantCul...Adam Sitnik1-17/+36
2019-06-03Specify TaskScheduler.Default in EventPipeEventDispatcher (#24930)Stephen Toub1-1/+1
2019-06-03Avoid moving the bitOffset twice when enumerating safepointsAndrew Au1-2/+0
2019-06-03Fix signature mismatch between managed and unmanaged GetCodeInfo signatures (...Jan Kotas4-22/+5
2019-06-03Remove some event trace asserts that can fail if tracing is stopped at a part...Koundinya Veluri1-6/+0
2019-06-03Remove unnecessary Shared<T> class from Task (#24931)Stephen Toub1-15/+2
2019-06-03Adjust several `where T : class?` constraints (#24894)Stephen Toub4-12/+16
2019-06-03Removing the TestAllOnes, TestAllZeros, and TestMixOnesZeros methods from the...Tanner Gooding5-103/+0
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