summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-06-25Fix broken ETW events (#25364)Sung Yoon Whang2-9/+9
2019-06-24Make s_numberOfSessions Volatile as advertisement to other devs that the data...José Rivero2-4/+4
2019-06-24Events with keyword 0 needs to be fired (#25361)Sung Yoon Whang1-1/+1
2019-06-24Address last round of nullable feedback - S.Resources.ResourceManager, System...Santiago Fernandez Madero4-33/+34
2019-06-24Add /eng/pipelines/*.yml (#25325)Egor Chesakov15-0/+437
2019-06-24Throw platform unsupported error for windows arm32 varargs (#25320)Jarret Shook2-8/+2
2019-06-24Updating Dragon4 to ensure the number buffer always provides a significant di...Tanner Gooding4-29/+72
2019-06-24Switch from IndexOf(string) to Contains(string) for better readability and pe...Andrii Siriak1-1/+1
2019-06-24Make Vector*.ToString() Culture invariant (#25343)Ganbarukamo4150-84/+1838
2019-06-24Multiple bug fixes (#25308)José Rivero14-288/+196
2019-06-24Remove AggressiveOptimization flag from System.Text (#25356)Michal Strehovský3-11/+5
2019-06-24JIT: see if jmp offset will fit in 32 bit displacement (#25348)Andy Ayers3-11/+20
2019-06-24Update R2R format doc to 3.0 (#25297)Tomáš Rylek1-92/+210
2019-06-24Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-op...dotnet-maestro[bot]2-6/+6
2019-06-24Update dependencies from https://github.com/dotnet/arcade build 20190623.4 (#...dotnet-maestro[bot]3-12/+12
2019-06-24Update dependencies from https://github.com/dotnet/core-setup build 20190623....dotnet-maestro[bot]2-3/+3
2019-06-24Update dependencies from https://github.com/dotnet/corefx build 20190623.4 (#...dotnet-maestro[bot]2-9/+9
2019-06-24Extend the assert for zero-offset fields (#25341)Michal Strehovský1-2/+2
2019-06-24Force secondary await continuations to run asynchronously (#25280)Stephen Toub1-20/+54
2019-06-23Update dependencies from https://github.com/dotnet/core-setup build 20190622....dotnet-maestro[bot]2-3/+3
2019-06-23MemoryExtensions ToUpper / ToLower throws for overlapping buffer (#25327)Marco Rossignoli3-9/+28
2019-06-23Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-op...dotnet-maestro[bot]2-6/+6
2019-06-23Update dependencies from https://github.com/dotnet/arcade build 20190622.2 (#...dotnet-maestro[bot]3-12/+12
2019-06-23Update dependencies from https://github.com/dotnet/corefx build 20190622.7 (#...dotnet-maestro[bot]2-9/+9
2019-06-22Change exception throwing in Path.GetRelativePath (#25047)Roman Marusyk1-2/+12
2019-06-22ArgumentException: use system-supplied message if message is null (#25115)Herman Eldering1-0/+10
2019-06-22Fix ReturnKind classification for byref like types returned in registers (#25...Andy Ayers1-1/+1
2019-06-22Update dependencies from https://github.com/dotnet/arcade build 20190621.75 (...dotnet-maestro[bot]9-45/+51
2019-06-22Update dependencies from https://github.com/dotnet/corefx build 20190621.8 (#...dotnet-maestro[bot]2-9/+9
2019-06-22Update dependencies from https://github.com/dotnet/core-setup build 20190621....dotnet-maestro[bot]2-3/+3
2019-06-22Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-op...dotnet-maestro[bot]2-6/+6
2019-06-22Fix generation of RID on distros that do not set VERSION_ID (#25034)Leandro A. F. Pereira1-1/+7
2019-06-22[master] Update dependencies from dotnet/corefx (#25120)dotnet-maestro[bot]3-14/+13
2019-06-22Arm64: Correct encoding of fabd (#25150)Tamar Christina1-1/+1
2019-06-21don't require seg size to be power of 2 for large pages (#25216)Maoni Stephens1-5/+17
2019-06-21Update dependencies from https://github.com/dotnet/arcade build 20190620.1 (#...dotnet-maestro[bot]3-12/+12
2019-06-21Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-op...dotnet-maestro[bot]2-6/+6
2019-06-21[master] Update dependencies from dotnet/core-setup (#25254)dotnet-maestro[bot]2-3/+3
2019-06-21Merge pull request #25260 from briansull/GitHub_25134Brian Sullivan5-10/+225
2019-06-21Add EventPipe Processor Number support and make NetTrace the default … (#25...Noah Falk19-30/+141
2019-06-21WorkAround for #25050. (#25316)Sergey Andreenko1-0/+10
2019-06-21Fix test to use mutual waits (#25317)Carol Eidt1-7/+10
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