summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-03-26Merge pull request #23433 from dotnet-maestro-bot/merge/master-to-release/3.0William Godbe263-3954/+11506
2019-03-26Merge pull request #23436 from wtgodbe/PreReleaseWilliam Godbe2-2/+2
2019-03-25Set IsPreRelease to false in rel/3.0wtgodbe2-2/+2
2019-03-25Merge pull request #23413 from luhenry/fix-gh22302-2Jan Vorlicek1-1/+11
2019-03-25Miscellaneous R2RDump improvements (#23215)Tomáš Rylek4-70/+42
2019-03-25Re-enable Index/Range Jit test (#23415)Tarek Mahmoud Sayed1-4/+1
2019-03-24typo: Double word "both" (dotnet/corefx#36272)Nick Schonning1-1/+1
2019-03-24typo: Double word "never" (dotnet/corefx#36300)Nick Schonning1-1/+1
2019-03-24typo: Double word "to" (dotnet/corefx#36264)Nick Schonning1-2/+2
2019-03-24typo: Double word "that" (dotnet/corefx#36269)Nick Schonning3-3/+3
2019-03-24typo: Double word "a" (dotnet/corefx#36271)Nick Schonning2-2/+2
2019-03-24typo: Double word "in" (dotnet/corefx#36270)Nick Schonning1-1/+1
2019-03-24typo: Double word "the" (dotnet/corefx#36274)Nick Schonning1-1/+1
2019-03-24typo: Double word "this" (dotnet/corefx#36273)Nick Schonning1-1/+1
2019-03-24typo: Double word "are" (dotnet/corefx#36275)Nick Schonning1-1/+1
2019-03-24typo: Double word "types" (dotnet/corefx#36276)Nick Schonning1-1/+1
2019-03-24typo: Double word "is" (dotnet/corefx#36283)Nick Schonning1-1/+1
2019-03-24typo: Double word "we" (dotnet/corefx#36288)Nick Schonning1-1/+1
2019-03-24typo: Double word "as" (dotnet/corefx#36277)Nick Schonning1-1/+1
2019-03-23Revert "Add call to setup-stress-dependencies.sh to build-test.sh. (#23354)" ...Sergey Andreenko3-7/+1
2019-03-22Add call to setup-stress-dependencies.sh to build-test.sh. (#23354)Sergey Andreenko3-1/+7
2019-03-22Replace slow implementations in ASCIIUtility with fast implementations (#22516)Levi Broderick1-38/+1780
2019-03-22Fix WinRT marshalling for NotifyPropertyChangedEventArgs and NotifyCollection...Jeremy Koritzinsky8-51/+75
2019-03-22Delete unused variables in jit. Part1. (#23399)Sergey Andreenko12-74/+24
2019-03-22Apply Optimization in Index.GetOffset suggested by Levi (#23349)Tarek Mahmoud Sayed1-5/+7
2019-03-22Move Exception to shared partition (#23361)Marek Safar6-290/+247
2019-03-22Merge pull request #23366 from andy-ms/heap_hard_limitAndy Hanson2-5/+5
2019-03-22Improve detection of CPU limits when running inside a ContainerLudovic Henry1-1/+11
2019-03-21Update Ubuntu 18.04 ARM64 queues (#23374)Jeremy Koritzinsky1-8/+8
2019-03-21Updated Exception Handling for Collection<T> (#23290)Andrew Hoefling1-7/+7
2019-03-21Merge pull request #23391 from briansull/pipeline-workBrian Sullivan1-1/+12
2019-03-21Update dependencies from https://github.com/dotnet/core-setup build 20190321....dotnet-maestro[bot]2-3/+3
2019-03-21Correct Linux_musl_x64Brian Sullivan1-1/+1
2019-03-21Merge pull request #23321 from franksinankaya/gcc_cleanup_14Jan Vorlicek2-4/+4
2019-03-21Avoid stack walk as specified in the exclusion listAndrew Au9-84/+75
2019-03-21Merge pull request #23369 from BruceForstall/UpdateStaticStatsBruce Forstall8-209/+440
2019-03-21Moving gen stack level to code gen interface (#23328)Brian Bohe4-4/+16
2019-03-21Add coreclr-ci (Test Pri0 Linux_musl x64 release)Brian Sullivan1-1/+12
2019-03-21Merge pull request #23350 from briansull/hva-testsBrian Sullivan1-94/+969
2019-03-21Remove innerloop flow jobs that were missed (#23372)Jarret Shook1-1/+20
2019-03-21Merge pull request #23389 from BruceForstall/ReplaceZipWithTarBruce Forstall1-17/+16
2019-03-21Merge pull request #23384 from dotnet/darc-master-e8de3fe3-fa66-4b56-92cd-7be...Russ Keldorph6-17/+53
2019-03-21Replace Linux pmi_asm_diffs use of zip/unzip with tarBruce Forstall1-17/+16
2019-03-21Change perf smoketest queue (#23371)Michelle McDaniel1-3/+3
2019-03-21[EventPipe] Fix linker warning on Debug/Checked build and unlink Unix Domain ...José Rivero9-31/+99
2019-03-21Move Buffer constants to platform specific files (#23352)Marek Safar4-38/+55
2019-03-21Update dependencies from https://github.com/dotnet/arcade build 20190320.2dotnet-maestro6-17/+53
2019-03-21Update CoreCLR for changes in shared partitionJan Kotas1-4/+71
2019-03-21Unify EnumInfo and NamesAndValuesJan Kotas1-96/+22
2019-03-20Hoist calls to IsBitwiseEquatable (#23381)Jan Kotas1-291/+340