platform/upstream/coreclr.git
2018-01-28 Tanner GoodingMerge pull request #15961 from tannergooding/struct...
2018-01-27 Tanner GoodingMoving the SetIsIntrinsic code earlier in the method...
2018-01-27 Tanner GoodingUpdating the Vector64, Vector128, and Vector256 StructP...
2018-01-27 Tanner GoodingUpdating the VM to properly pack the SIMD hardware...
2018-01-27 Tanner GoodingUpdating the methodtablebuilder to handle the System...
2018-01-27 Tanner GoodingAdding some StructPacking tests to ensure existing...
2018-01-27 dotnet-maestro-botUpdate BuildTools, CoreClr, CoreFx, PgoData to prerelea...
2018-01-27 Levi BroderickOptimize Span.Copy and Span.TryCopyTo (#15947)
2018-01-27 Koundinya VeluriFix some tests under GCStress (#16048)
2018-01-27 Eugene RozenfeldFix side effect flags setting after expression cloning...
2018-01-27 David MasonGCPrivate, GCHandle, and GChandlePrivate events for...
2018-01-26 Conrad MeyerFix FreeBSD build and update build instructions (#15998)
2018-01-26 Jarret ShookMerge pull request #16035 from jashook/use_checked_centos
2018-01-26 jashookUse centOS Checked jobs
2018-01-26 David Masonfix pointer in ILCodeVersionNode so it uses PTR_COR_ILM...
2018-01-26 Brian RobbinsCreate the concept of EventPipeSession and refactor...
2018-01-26 Brian RobbinsFix Windows-Specific EventPipe Bugs (#16025)
2018-01-26 Sean Gillespie[Local GC] FEATURE_EVENT_TRACE 3/n: Defining and Firing...
2018-01-26 Eugene RozenfeldCompute System.Private.CoreLib roots required by the...
2018-01-25 Konstantin... Fix asan false-positive errors: (#15563)
2018-01-25 Koundinya VeluriEnable tiered jitting for R2R methods (#15967)
2018-01-25 Russ KeldorphRevert "Add environment variable (COMPlus_EnableDiagnos...
2018-01-25 William Godbe Add GetLoadLibrary function for PAL & use in TrackErro...
2018-01-25 Ben AdamsResolve iterators and async methods (#14655)
2018-01-25 Jarret ShookMerge pull request #16017 from jashook/fix_inner_loop_c...
2018-01-25 jashookCorrectly allow buildOnly jobs for release x64
2018-01-25 Carol EidtMerge pull request #16005 from CarolEidt/Fix15848
2018-01-25 nietrasMinor bug fix for Array.Sort: Replace keys.Length with...
2018-01-25 Konstantin... [x86/Linux] Fix HelperMethodFrame::UpdateRegDisplay...
2018-01-25 Carol EidtDisable the ConvertToUInt intrinsics by removing them...
2018-01-25 Jarret ShookMerge pull request #15813 from jashook/inner_loop_fixes
2018-01-25 jashookAdd innerloop tag for pri0 jobs
2018-01-24 Carol EidtDisable FP to Unsigned Vector Conversions
2018-01-24 Michelle McDanielFix syntax error in illink groovy (#15999)
2018-01-24 Sergey AndreenkoDelete Ptr typedefs from jit src. (#15983)
2018-01-24 Mike McLaughlinAdd "CLRJitAttachState" global export from coreclr...
2018-01-24 Michal StrehovskýReflection-block some types in CoreLib (dotnet/corert...
2018-01-24 Sean Gillespie[Local GC] FEATURE_EVENT_TRACE 2/n: Scaffolding for...
2018-01-24 Carol EidtMerge pull request #15980 from CarolEidt/Fix15932
2018-01-24 Jan KotasDelete dead code (#15990)
2018-01-24 dotnet-maestro-botUpdate BuildTools, CoreClr, CoreFx, PgoData to prerelea...
2018-01-24 Bruce ForstallMerge pull request #15949 from mikedn/shift-inconsistency
2018-01-24 Sean Gillespie[Local GC] FEATURE_EVENT_TRACE 1/n: Tracking Event...
2018-01-24 Levi BroderickAdd Unsafe.IsAddressGreaterThan / IsAddressLessThan...
2018-01-24 Michal StrehovskýCatch ambiguous interface method resolution exceptions...
2018-01-24 Michal StrehovskýDo not devirtualize shared default interface methods...
2018-01-23 Wes HaggardMerge pull request #15984 from dagood/remove-conversion...
2018-01-23 Davis GoodinNever attempt Portable PDB conversion
2018-01-23 Carol EidtAdjust minRegs for SELECT stress modes
2018-01-23 Michelle McDanielRemove hardcoded paths in linkbench scripts (#15939)
2018-01-23 dotnet-maestro-botUpdate BuildTools, CoreClr, CoreFx, PgoData to prerelea...
2018-01-23 Ian HaysMisc Span/Memory changes (#15941)
2018-01-23 Victor "Nate... Disable EventPipe tests which fair in stress runs ...
2018-01-22 Ahson KhanRename Pin offset to byteOffset and clean up Retain...
2018-01-22 danmosemsftRemove .NET limit on env var name and value length
2018-01-22 Wes HaggardMerge pull request #15966 from weshaggard/MoveTo21Preview2
2018-01-22 Jan KotasMove TimeZoneInfo.Win32.cs to shared CoreLib partition...
2018-01-22 Wes HaggardMove from preview1 to preview2 in master branches
2018-01-22 Bruce ForstallMerge pull request #15944 from BruceForstall/CorefxTest...
2018-01-22 Tanner GoodingMerge pull request #15942 from tannergooding/no-multire...
2018-01-22 Jan KotasFix Windows ARM release build break (#15958)
2018-01-22 Jarret ShookMerge pull request #15959 from jashook/remove_arm_pr_tr...
2018-01-22 jashookTurn off arm pr trigger
2018-01-22 Tanner GoodingStop the SIMD hardware intrinsics types from undergoing...
2018-01-22 antofikRemove AppDomainLeaks configuration option (#15956)
2018-01-21 Jan KotasRename Libraries.GlobalizationInterop to Libraries...
2018-01-21 Jan KotasDefine Interop.Kernel32.MAX_PATH (#15952)
2018-01-21 Bruce ForstallMerge pull request #15948 from fiigii/fix-ifdef
2018-01-20 Jan KotasFix timezone lookup to be consistently case insensitive...
2018-01-20 Jeremy BartonMerge pull request #15936 from GrabYourPitchforks/levib...
2018-01-20 Ahson KhanAdd optional integer offset to OwnedMemory Pin (#15946)
2018-01-20 Mike DanesFix 64 bit shift inconsistencies (on 32 bit targets)
2018-01-20 Fei Peng#if defined(_TARGET_XARCH_) || defined(_TARGET_ARM64_)
2018-01-20 Bruce ForstallMerge pull request #15945 from dotnet-bot/from-tfs
2018-01-20 Jan KotasBreak current culture initialization cycle (#15938)
2018-01-20 Carol EidtMerge pull request #15903 from CarolEidt/Fix545505
2018-01-20 Bruce ForstallFix desktop build
2018-01-20 Tanner GoodingUpdating the VM to no longer treat the SIMD HWIntrinsic...
2018-01-19 Bruce ForstallAdd CI support for updated run-corefx-tests.py
2018-01-19 Tanner GoodingMerge pull request #15836 from tannergooding/emitInsBinary
2018-01-19 Nobuyuki IwanagaCharUnicodeInfo.GetUnicodeCategory(int codePoint) ...
2018-01-19 Carol EidtMerge pull request #15798 from sdmaclea/PR-ARM64-Set...
2018-01-19 Carol EidtMerge pull request #15933 from sdmaclea/PR-ARM64-EMIT...
2018-01-19 Carol EidtMerge pull request #15935 from sdmaclea/PR-ARM64-IRREGU...
2018-01-19 Michelle McDanielConvert perf.groovy to use run-xunit-perf.py (#15881)
2018-01-19 Carol EidtMerge pull request #15930 from mikedn/useless-code
2018-01-19 Bruce ForstallFor corefx testing, use a matching corefx repo version...
2018-01-19 Michal StrehovskýStop treating all calls to instance interface methods...
2018-01-19 Tarek Mahmoud... Remove Redundant Resource entry (#15928)
2018-01-19 Jan KotasMove platform-neutral part of TimeZone to shared CoreLi...
2018-01-19 Carol EidtMerge pull request #15749 from fiigii/tabledrive
2018-01-19 Levi BroderickAllow implicit conversion of null arrays to empty Memor...
2018-01-19 Steve MacLean[Arm64] Set Instruction set flags
2018-01-19 Steve MacLean[Arm64] Remove irregular vector not handling
2018-01-19 Victor "Nate... Disable eventpipetrace test due to JIT stress failure...
2018-01-19 Steve MacLean[Arm64] Add compare vector to zero emitters
2018-01-19 Mike McLaughlinRevert "Change just-in-time debugging registry keys...
2018-01-19 Mike DanesRemove some redundant code from TreeNodeInfoInit
2018-01-19 sergey ignatov[armel tizen] Fixed CoreRT issue #4626 unwinding suppor...
2018-01-19 Fei PengMerge SSE intrinsics into the table-driven framework
next