summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-08-21Update dependencies from https://github.com/dotnet/arcade build 20190820.8 (#...dotnet-maestro[bot]11-41/+109
2019-08-21Update dependencies from https://github.com/dotnet/core-setup build 20190820....dotnet-maestro[bot]2-3/+3
2019-08-21Update dependencies from https://github.com/dotnet/corefx build 20190820.10 (...dotnet-maestro[bot]2-6/+6
2019-08-20Update branding to rc1 (#26282)Matt Mitchell1-1/+1
2019-08-20Port stage work for 3.0 (#26137)Aaron Robinson9-176/+171
2019-08-20Update dependencies from https://github.com/dotnet/arcade build 20190819.12 (...dotnet-maestro[bot]3-12/+12
2019-08-20Update dependencies from https://github.com/dotnet/corefx build 20190819.5 (#...dotnet-maestro[bot]2-6/+6
2019-08-20Update dependencies from https://github.com/dotnet/core-setup build 20190819....dotnet-maestro[bot]2-3/+3
2019-08-19Use function-local StackingAllocator for EnC added methods (#26256)Juan Hoyos1-2/+6
2019-08-19arm64 out of proc unwind for DAC (#26156)Mike McLaughlin3-13/+74
2019-08-19Account for quoted values in provider filter string (#26159) (#26195)John Salem1-3/+19
2019-08-19[release/3.0] Update dependencies from dotnet/core-setup (#26208)dotnet-maestro[bot]2-3/+3
2019-08-19Update dependencies from https://github.com/dotnet/corefx build 20190816.11 (...dotnet-maestro[bot]2-6/+6
2019-08-19[release/3.0] Update dependencies from dotnet/arcade (#26205)dotnet-maestro[bot]17-109/+138
2019-08-16Clean up diagnosticserver socket on unexpected shutdown (#25976) (#26190)Sung Yoon Whang4-12/+45
2019-08-16Allow for interface implementations in EventSource.WriteEventVarArgs (#25844)...Sung Yoon Whang1-5/+6
2019-08-16Fix a potential division by 0 in post GC counter computation (#26085) (#26089)Sung Yoon Whang1-1/+4
2019-08-16Update dependencies from https://github.com/dotnet/corefx build 20190815.9 (#...dotnet-maestro[bot]2-6/+6
2019-08-15[release/3.0] Update dependencies from dotnet/core-setup (#26167)dotnet-maestro[bot]2-3/+3
2019-08-15Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-op...dotnet-maestro[bot]0-0/+0
2019-08-14Update dependencies from https://github.com/dotnet/corefx build 20190813.13 (...dotnet-maestro[bot]2-6/+6
2019-08-14Update dependencies from https://github.com/dotnet/core-setup build 20190807....dotnet-maestro[bot]1-0/+2
2019-08-14[release/3.0] Update dependencies from dotnet/arcade (#26143)dotnet-maestro[bot]5-31/+31
2019-08-13Update dependencies from https://github.com/dotnet/corefx build 20190812.10 (...dotnet-maestro[bot]2-6/+6
2019-08-13Update dependencies from https://github.com/dotnet/core-setup build 20190812....dotnet-maestro[bot]2-3/+3
2019-08-12Use Arcade's internal tool restore project for restoring IBCMerge (#26133)Elinor Fung3-16/+5
2019-08-12Update dependencies from https://github.com/dotnet/arcade build 20190811.1 (#...dotnet-maestro[bot]3-12/+12
2019-08-12[release/3.0] Update dependencies from dotnet/core-setup (#26116)dotnet-maestro[bot]2-3/+3
2019-08-12Update dependencies from https://github.com/dotnet/corefx build 20190811.4 (#...dotnet-maestro[bot]2-6/+6
2019-08-12[release/3.0] Update dependencies from dotnet/arcade (#26114)dotnet-maestro[bot]3-12/+12
2019-08-11Update dependencies from https://github.com/dotnet/corefx build 20190810.6 (#...dotnet-maestro[bot]2-6/+6
2019-08-10Update dependencies from https://github.com/dotnet/corefx build 20190809.17 (...dotnet-maestro[bot]2-6/+6
2019-08-09Update dependencies from https://github.com/dotnet/arcade build 20190808.13 (...dotnet-maestro[bot]36-273/+903
2019-08-09[release/3.0] Update dependencies from dotnet/core-setup (#26073)dotnet-maestro[bot]2-3/+3
2019-08-09[release/3.0] Update dependencies from dotnet/corefx (#26070)dotnet-maestro[bot]2-6/+6
2019-08-08Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-op...dotnet-maestro[bot]2-6/+6
2019-08-07[release/3.0] Updating Math.Round and MathF.Round to be IEEE compliant so tha...Tanner Gooding6-40/+324
2019-08-07Fixes Issue #20262 for CoreCLR 5.0 (#25926) (#25988)Brian Sullivan2-38/+47
2019-08-07Ensure that we check for implicit ivals for single argument intrinsics before...Tanner Gooding13-5/+4460
2019-08-07Port to 3.0 - Fix WSL alternate stack check (#25980)Jan Vorlicek2-5/+27
2019-08-07Make counters use dedicated thread instead of timer (#25864) (#25978)Sung Yoon Whang3-81/+93
2019-08-07update branding to preview9 (#25928)William Godbe2-2/+2
2019-07-28Fix use of AddTo/RemoveFromActiveTasks in async methods (#25915)Stephen Toub1-20/+15
2019-07-28Fix nullability annotations for static (#25914)Stephen Toub21-29/+30
2019-07-28Do not fast tail call if caller has multislot structs (#25885) (#25910)Jarret Shook2-0/+229
2019-07-26fix gc config - need to read from both runtime config and env var (#25890)Maoni Stephens1-5/+9
2019-07-22[3.0 port] Fix first value of counter payload being skewed (#25799)Sung Yoon Whang6-5/+182
2019-07-22Merge pull request #25779 from sdmaclea/arm64debug30Steve MacLean8-21/+186
2019-07-20Arm64 define FEATURE_DATATARGET4 (#25804)Steve MacLean1-0/+2
2019-07-19Fixing Buffer::BlockCopy, JIT_MemCpy, and JIT_MemSet to just call the appropr...Tanner Gooding3-300/+90