summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-06-21Address nullable feedback for System.Diagnostics.Tracing and StackTrace (#25303)Santiago Fernandez Madero6-40/+40
2019-06-21Update instructions to build individual testsCarol Eidt1-5/+3
2019-06-21ifdef Linux specific readvirtual code (#25299)Mike McLaughlin1-0/+8
2019-06-21Remove several unnecessary string allocations (#25305)Stephen Toub10-79/+37
2019-06-21JIT: update epilog exit size assert for x86 (#25302)Andy Ayers1-2/+3
2019-06-21Fixed mis-matching arguments in src/CMakeLists.txt (#25307)Ao Qi1-1/+1
2019-06-21Disable unloading incompatible test for runincontext (#25126)Jan Vorlicek10-3/+23
2019-06-21Mark the profiler attach thread during attach David Mason1-5/+16
2019-06-21Fix OSX floating point state extraction (#25295)Jan Vorlicek2-159/+66
2019-06-21Reduce string allocation in DiagnosticCounter.GetMetadataString (#25219)Stephen Toub1-5/+25
2019-06-20ensure process-wide fence when updating GC write barrier on ARM64 (#25130)Vladimir Sadov4-44/+84
2019-06-20[master] Update dependencies from dotnet/arcade (#25253)dotnet-maestro[bot]14-59/+393
2019-06-20[master] Update dependencies from dnceng/internal/dotnet-optimization (#25255)dotnet-maestro[bot]2-6/+6
2019-06-20Revert "ILMarshaler Refactor (#21227)" (#25292)Jeremy Koritzinsky7-908/+1013
2019-06-20Add custom default base address option to crossgen (#25227)Gleb Balykov9-3/+81
2019-06-20Fix eventpipe filtering (#25221)Sung Yoon Whang22-143/+359
2019-06-20Update linux-performace-tracing doc to add eventpipe/dotnet-trace (#25212)Sung Yoon Whang1-13/+58
2019-06-20Remove dead code related to copy-constructors and intercept stubs (#25264)Jeremy Koritzinsky4-99/+3
2019-06-20Disable NativeVarargsTest on Windows Nano Server. (#25284)Jeremy Koritzinsky1-1/+1
2019-06-20Move resources/containers out of azure-pipelines.yml to platform-matrix.yml (...Egor Chesakov6-37/+34
2019-06-20Initial check-in of R2R format documentation (#25267)Tomáš Rylek1-0/+491
2019-06-20Merge pull request #25285 from MattGal/update-arm32-dockerimagesMatt Galbraith1-4/+4
2019-06-20Remove SOS and lldb plugin (#25220)Mike McLaughlin111-85011/+44
2019-06-20Triage issues in #25098 (#25240)Egor Chesakov1-10/+18
2019-06-20JIT: use register indirect for indirect jumps (#25251)Andy Ayers2-10/+26
2019-06-20missed a spotMatt Galbraith1-1/+1
2019-06-20Update ARM32 Helix Images to include Python 3Matt Galbraith1-3/+3
2019-06-20Remove test 366085 (#25277)Jan Vorlicek2-77/+0
2019-06-20Fix visibility on Exception.InnerExceptionPrefix (#25278)Stephen Toub1-1/+1
2019-06-19Merge pull request #25265 from BruceForstall/FixCorefxTestingScriptBruce Forstall1-9/+42
2019-06-19Restrict copyprop if address-taken (#25247)Carol Eidt1-0/+11
2019-06-19Update run-corefx-tests.py for new 3.0.0 directory nameBruce Forstall1-9/+42
2019-06-19Address nullable feedback for S.T.Overlapped, S.Memory, S.R.InteropServices (...Santiago Fernandez Madero6-22/+18
2019-06-19Change Diagnostic Server transport name to align with spec (#25031)John Salem1-1/+1
2019-06-19Exception format cleanup subset (#25185)Dan Moseley10-14/+21
2019-06-18ILMarshaler Refactor (#21227)Jeremy Koritzinsky7-1013/+908
2019-06-18Update dependencies from https://github.com/dotnet/core-setup build 20190618....dotnet-maestro[bot]2-3/+3
2019-06-18Relax signed/unsigned checks in Array.Copy to match other places (#25209)Jan Kotas5-59/+37
2019-06-18Don't free the loader handle if the LoaderAllocator is already dead. (#25208)Jeremy Koritzinsky1-2/+5
2019-06-18Reduce corefx testing load (#25235)Bruce Forstall2-12/+36
2019-06-18Fix 25233 (#25234)Jarret Shook3-12/+12
2019-06-18Sign the DAC with MicrosoftSHA2 cert (#25205)Mike McLaughlin1-1/+5
2019-06-18Fix contained LEA handling (#25135)Carol Eidt5-2/+108
2019-06-18Start cleaning emitxarch::GetSize estimates. (#25160)Sergey Andreenko4-29/+12
2019-06-18Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-op...dotnet-maestro[bot]2-4/+4
2019-06-18Prevent loading byref-like types with invalid layout (#25200)Michal Strehovský3-0/+77
2019-06-17Allow PEImageLayout to be loadable for R2R images loaded from streams. (#25159)Fadi Hanna2-1/+19
2019-06-17Delete dead uapaot code (dotnet/corefx#38330)Viktor Hofer1-2/+2
2019-06-17Remove unused TRACE_LEVEL_NONE (#23711)mvandeberg2-2/+0
2019-06-17Add IJW native varargs tests. (#24983)Jeremy Koritzinsky19-122/+680