summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-03-22Marshal specific tests.Tijoy Tom Kalathiparambil34-136/+3346
2016-03-18Marshal testsTijoy Tom Kalathiparambil14-33/+864
2016-03-10Couple of marshal API tests.tijoytom13-1/+686
2016-03-09Merge branch 'master' of https://github.com/dotnet/coreclrtijoytom482-3629/+21648
2016-03-09skip ci pleasetijoytom1-0/+9
2016-03-09Merge pull request #3567 from mikem8361/dbgshimcpMike McLaughlin3-1/+118
2016-03-09Merge pull request #3621 from kyulee1/arm64Matt Mitchell1-1/+1
2016-03-09Add folks to private runKyungwoo Lee1-1/+1
2016-03-09Merge pull request #3595 from janvorli/fix-stack-walk-with-finallyJan Vorlicek2-6/+16
2016-03-08Merge pull request #3558 from sejongoh/fix_gc_stress_setup_failSejong Oh1-6/+38
2016-03-08Added CreateProcessForLaunch, ResumeProcess and CloseResumeHandle that canMike McLaughlin3-1/+118
2016-03-08Merge pull request #3574 from AndyAyersMS/InlineRefactorMoveStateMachineMergeAndy Ayers8-156/+213
2016-03-09Merge pull request #3588 from janvorli/fix-exception-in-finalizerJan Vorlicek4-19/+23
2016-03-08Merge pull request #3478 from kyulee1/varKyungwoo Lee2-30/+12
2016-03-08Merge pull request #3575 from stephentoub/argexception_namesStephen Toub2-2/+2
2016-03-08Merge pull request #3594 from pgavlin/GcInfoEncoderCleanupPat Gavlin2-423/+424
2016-03-08Move some definitions out of gcinfoencoder.h.Pat Gavlin2-423/+424
2016-03-08Merge pull request #3587 from pgavlin/UseListInLSRAPat Gavlin3-121/+113
2016-03-08Fix stack walking on Unix in case of finallyJan Vorlicek2-6/+16
2016-03-08Merge pull request #3592 from AndyAyersMS/FixAssertAndy Ayers1-1/+5
2016-03-08Disable tests failing on Linuxtijoytom1-0/+3
2016-03-08Use jitstd::list in the LSRA.Pat Gavlin3-121/+113
2016-03-08Merge pull request #3469 from wtgodbe/raceCondWilliam Godbe109-193/+112
2016-03-08Inliner: fix assert about repeated failing observationsAndy Ayers1-1/+5
2016-03-08Merge pull request #3555 from LLITCHEV/Issue3540Lubomir Litchev2-6/+7
2016-03-08Fix GC stress setup failure on Unix-like OSesSejong Oh1-6/+38
2016-03-08Merge pull request #3573 from vcsjones/fix-3566Jan Kotas1-2/+18
2016-03-08Merge pull request #3577 from gkhanna79/FixUbuntu15Gaurav Khanna1-1/+4
2016-03-08Fix Unix exception handling in finalizersJan Vorlicek4-19/+23
2016-03-08Fix for casting byref to double in morphKyungwoo Lee2-30/+12
2016-03-08Merge pull request #3548 from kyulee1/fixgcKyungwoo Lee3-97/+157
2016-03-08Merge pull request #3568 from dotnet-bot/from-tfsJan Kotas1-1/+1
2016-03-08Merge pull request #3576 from leemgs/upstream-crossbuildJan Kotas1-8/+10
2016-03-07Fix Ubuntu 15.10 Build breakGaurav Khanna1-1/+4
2016-03-08ARM: skip generating native image for mscorlib in case of cross buildGeunsik Lim1-8/+10
2016-03-07Add missing parameter name to GetEra ArgumentOutOFRangeExceptionstephentoub2-2/+2
2016-03-07Inline refactoring: move state machine into LegacyPolicyAndy Ayers8-156/+213
2016-03-07Remove the RBM_LOWINT define. Change LsraLimitSmallIntSet to have a better re...Lubomir Litchev2-6/+7
2016-03-07Merge pull request #3564 from jashook/x86_lb_excludesJarret Shook1-3/+33
2016-03-07Disabling failing tests.tijoytom1-0/+9
2016-03-07Fix failing test in IntPtrGetHashCode.Kevin Jones1-2/+18
2016-03-07Merge pull request #3556 from AndyAyersMS/InlineRefactorEarlyForceAndy Ayers8-139/+131
2016-03-07Merge pull request #3441 from ramarag/pal_longfileRama krishnan Raghupathy27-1049/+1001
2016-03-07Merge pull request #3553 from dotnet-bot/from-tfsPat Gavlin41-396/+818
2016-03-07Merge pull request #3477 from DrewScoggins/masterMatt Ellis1-145/+4
2016-03-07x86 lb excludesJarret Shook1-3/+33
2016-03-07Improve interop test coveragetijoytom34-718/+88
2016-03-07Fix build break on Desktop arising out of MoveFileWrapper cleanup.Gaurav Khanna1-1/+1
2016-03-07Inline refactoring: revise candidacy determinationAndy Ayers8-139/+131
2016-03-07Enabling LongFile Support in PALDDCloud27-1049/+1001