platform/upstream/coreclr.git
2016-10-20 Tanner GoodingFixing the reference declarations for System.MathF...
2016-10-20 Dmitry-MeRemove misleading check (#7654)
2016-10-19 Peter KukolCall JIT compiler's shutdown logic from crossgen. ...
2016-10-19 Rahul KumarMerge pull request #7733 from rahku/_appdomain
2016-10-19 Jeremy KuhneMove ArrayPool to System.Private.CoreLib
2016-10-19 Rahul Kumarfix assembly.Load bug
2016-10-19 Carol EidtMerge pull request #7725 from CarolEidt/Fix278372
2016-10-19 Bruce ForstallMerge pull request #7726 from dotnet-bot/from-tfs
2016-10-19 Andy AyersAdd comment to test case and run it through codeformatter.
2016-10-19 AlexGhiondeaRemove the UseLatestBehaviorWhenTFMNotSpecified compat...
2016-10-19 James KoBetter Tuple hashing, avoid boxing in Equals/GetHashCod...
2016-10-19 Bruce ForstallMerge pull request #7612 from BruceForstall/ELT
2016-10-19 Rahul KumarFix arm32 build break
2016-10-19 Steve Desmondcross/build-rootfs.sh: fix default UbuntuPackages for...
2016-10-19 Andy AyersInliner: avoid inlining callees with GC structs on...
2016-10-19 Tanner GoodingUpdating the new `System.MathF` calls which already...
2016-10-19 Carol EidtRyuJIT/x86: handle must-init multi-reg vars
2016-10-19 Pat GavlinMerge pull request #7708 from pgavlin/StackParamUntracked
2016-10-19 Jan KotasMerge pull request #7718 from dotnet-bot/from-tfs
2016-10-19 Bruce ForstallEnable Enter/Leave/Tailcall hooks for RyuJIT/x86
2016-10-19 Sergey Andreenkofix compilation compilation error without ready to...
2016-10-19 Gaurav KhannaMerge pull request #7714 from gkhanna79/CleanupArm32
2016-10-19 Rahul Kumarfix arm64 build break
2016-10-19 Stephen ToubMerge pull request #7709 from wtgodbe/publishProj
2016-10-19 Dmitry-MeFix broken range check
2016-10-19 Matt EllisSupport "offline" initializtion of Tools (#7715)
2016-10-19 Jan VorlicekFix passing struct with four floats in registers via...
2016-10-19 Jan KotasFix build break
2016-10-19 Jan KotasMerge pull request #7712 from dotnet/revert-7494-CoreLib
2016-10-19 Gaurav KhannaCleanup external dependency details
2016-10-19 Rahul KumarMerge pull request #7681 from rahku/_appdomain
2016-10-19 Tarek Mahmoud... Enable DateTimeFormatInfo netstandard 1.7 APIs on Linux...
2016-10-18 Rahul KumarExpose apis in System.Reflection.Assembly
2016-10-18 Sergey Andreenkoformat fix
2016-10-18 Sergey Andreenkohelper address is already known
2016-10-18 Gaurav KhannaCleanup External Dependency references
2016-10-18 Gaurav KhannaRemove Arm32 dependency from closed build
2016-10-18 Sergey Andreenkoformat fix
2016-10-18 William GodbeRevert "Delete mscorlib from CoreCLR targeting pack"
2016-10-18 William GodbeMerge pull request #7700 from wtgodbe/1.1
2016-10-18 wtgodbeOnly publish TargetingPack when building on Windows
2016-10-18 Vance MorrisonFix Link (#7699)
2016-10-18 Carol EidtMerge pull request #7698 from CarolEidt/Fix278371
2016-10-18 Pat GavlinAlways treat incoming on-stack parameters as GC-untracked.
2016-10-18 Rahul KumarMerge pull request #7701 from rahku/arm64fixes
2016-10-18 Sergey Andreenkoheader for getRuntimeContextTree
2016-10-18 Sergey Andreenkoreturn break to the previous position,
2016-10-18 Rahul Kumar_isnanf is not defined for arm64 use isnan instead
2016-10-18 wtgodbeUpgrade build-against-packages dependencies to NetStand...
2016-10-18 Carol EidtAllow non-constant size for rep stos InitBlk on x86
2016-10-18 SivarvMerge pull request #7683 from sivarv/VectorByteFix
2016-10-18 Evgeny PavlovFix issue #7470 (Regression with enabled GDB JIT interf...
2016-10-18 Tanner GoodingAdding single-precision math functions. (#5492)
2016-10-18 Eric MellinoMerge pull request #7684 from mellinoe/fix-alpine-pgks
2016-10-18 Jan KotasMerge pull request #7648 from jkotas/fix-docs
2016-10-18 Alex PerovichAdd missing Arg_BadDecimal resource to corelib (#7673)
2016-10-18 Pat GavlinMerge pull request #7676 from pgavlin/EmitKillGCRefRRWSH
2016-10-18 Eric MellinoFix placeholder pdb file path in alpine nuget packages
2016-10-18 Jan KotasInclude project.json template in the instructions
2016-10-18 Pat GavlinMerge pull request #7608 from pgavlin/MoveGSCookieCheck
2016-10-18 Jan KotasMerge pull request #7682 from dotnet-bot/from-tfs
2016-10-18 Jan VorlicekFix memcpy undef (#7675)
2016-10-18 Jan KotasChange the name buildtools semaphore temporarily
2016-10-18 Jan KotasUpdate instructions to use local dotnet tool build
2016-10-18 sivarvVector<T>.ctor(T val) is not recognized for ubyte/byte...
2016-10-17 Sergey Andreenkoifdef for EE version
2016-10-17 William GodbeMerge pull request #7628 from wtgodbe/HelixFinal
2016-10-17 Koundinya VeluriMerge pull request #7667 from kouvel/ApiThreadCleanup
2016-10-17 Rama Krishnan... Adding SafeSerializationEventArgs to netstandard2.0
2016-10-17 Pat GavlinGenerate GS cookie checks before consuming call args.
2016-10-17 Matthew ParkinsonFixing PAL_TRY use in BOTR (#7658)
2016-10-17 Tarek Mahmoud... Enable NumberFormatInfo netstandard 1.7 APIs (#7659)
2016-10-17 Jan KotasMerge pull request #7657 from dotnet-bot/from-tfs
2016-10-17 Pat GavlinUpdate GC info when emitting IF_RRW_SHF.
2016-10-17 Bruce ForstallMerge pull request #6679 from parjong/fix/issue_6569
2016-10-17 Pat GavlinMerge pull request #7661 from pgavlin/FixInteropTestCC
2016-10-17 Eric MellinoMerge pull request #7668 from mellinoe/alpine-rids
2016-10-17 Sergey Andreenkohelper for corert
2016-10-17 William GodbeMerge pull request #6613 from wtgodbe/packagebuilds
2016-10-17 Sergey Andreenkohelper for corert
2016-10-17 Eric MellinoAdd new alpine packages to pkg .builds and .pkgproj...
2016-10-17 Eric MellinoAllow Alpine to build System.Private.CoreLib
2016-10-17 Eric MellinoAllow alpine to run init-tools.sh
2016-10-17 Eric MellinoAdd alpine.3.4.3-x64 nuget package definitions
2016-10-17 Alex PerovichAdd missing ns2.0 InteropServices apis to model.xml...
2016-10-17 Koundinya VeluriExpose RuntimeThread.Yield, fix warning
2016-10-17 wtgodbeBuild tests against packages & produce Core_Root for...
2016-10-17 Pat GavlinFix calling conventions in ByValArray test.
2016-10-17 Dmitry-MeFix broken #elif (#7656)
2016-10-17 Gaurav KhannaMerge pull request #7639 from gkhanna79/ArmChkCIRemoval
2016-10-17 Dan MoseleyAdd missing ApplicationException derivations (#7647)
2016-10-17 Koundinya VeluriFix for desktop build of Thread class to add back membe...
2016-10-17 Dmitry-MeDon't return pointer to already deleted object (#3483)
2016-10-17 Hyeongseok OhFix #7391: Test for DateTime string parsing (#7475)
2016-10-17 Russell C HadleyMerge pull request #7340 from russellhadley/MoveCSEtoBitVec
2016-10-16 Gaurav KhannaSkip generating CI job for WinArm32 Checked
2016-10-16 Gaurav KhannaMerge pull request #1965 from lasombra/patch-1
2016-10-16 Gaurav KhannaMerge pull request #7640 from dotnet-bot/master-UpdateD...
2016-10-16 LaSombraUpdate linux-instructions.md
2016-10-16 LaSombraUpdate linux-instructions.md
next