platform/upstream/dotnet/runtime.git
2017-02-28 Andy AyersSome tests for devirtualization (dotnet/coreclr#9834)
2017-02-28 Jonghyun ParkUse flags in exceptionhandling.cpp (dotnet/coreclr...
2017-02-28 Jonghyun Park[x86/Linux] Fix GetCurrentSP (dotnet/coreclr#9838)
2017-02-27 Aditya MandaleekaMerge pull request dotnet/coreclr#9837 from adityamanda...
2017-02-27 Aditya MandaleekaRemove useless message from runtest output.
2017-02-27 Michal StrehovskýDon't generate a runtime lookup for static base if...
2017-02-27 Pat GavlinMerge pull request dotnet/coreclr#9795 from pgavlin...
2017-02-27 mikednImprove BitConverter.ToIntNN methods (dotnet/coreclr...
2017-02-27 mikednUse Unsafe.ReadUnaligned/WriteUnaligned in UMA (dotnet...
2017-02-27 mikednAdd Unsafe.ReadUnaligned/WriteUnaligned (dotnet/coreclr...
2017-02-27 Jonghyun ParkUse WIN64EXCEPTIONS to declare EE_PERSONALITY_ROUTINE...
2017-02-27 Jonghyun Park[x86/Linux] Clean up unused NakedThrowHelper stub ...
2017-02-27 Jonghyun Park[x86/Linux] 16-byte aligned Funclet Helpers (dotnet...
2017-02-27 Jonghyun ParkClean up PInvokeStubForHost and PInvokeStubForHostInner...
2017-02-27 Jonghyun ParkClean up nested WIN64EXCEPTIONS-ifdef (dotnet/coreclr...
2017-02-27 Jonghyun Park[x86/Linux] Use _X86_ instead of _TARGET_X86_ (dotnet...
2017-02-27 Jonghyun Park[x86/Linux] Clean up PopSEHRecords (dotnet/coreclr...
2017-02-27 Jonghyun Park[x86/Linux] Clean up CallRtlUnwind (dotnet/coreclr...
2017-02-27 Jonghyun Park[x86/Linux] Clean up ARRAY STUB(s) (dotnet/coreclr...
2017-02-26 Jan KotasDelete a bit of dead code (dotnet/coreclr#9801)
2017-02-26 Pat GavlinMerge pull request dotnet/coreclr#9789 from mikedn...
2017-02-26 Eric MellinoMerge pull request dotnet/coreclr#9782 from mellinoe...
2017-02-26 Jan KotasUpdate BitConverter from CoreFX (dotnet/coreclr#9788)
2017-02-26 Ben AdamsBetter ArraySegment .ctor tests (dotnet/coreclr#9800)
2017-02-25 Hyung-Kyu Choi[ARM/CI] Fix arm32 CI git check failure (dotnet/coreclr...
2017-02-25 Hyung-Kyu Choi[ARM/CI] Update arm CI to sync up with corefx change...
2017-02-25 Pat GavlinRefactor isContained().
2017-02-25 Jan KotasMerge pull request dotnet/coreclr#9791 from dotnet...
2017-02-25 Jan KotasRevert "Simplified MinOpts GC ref tracking."
2017-02-25 Jan VorlicekFix GC hole when exception filter throws unhandled...
2017-02-25 Mike DanesTreat BitConverter.IsLittleEndian as an intrinsic
2017-02-25 James KoRemove `this == null` checks from string.Equals (dotne...
2017-02-25 Alex PerovichMove S.Buffers and S.IO sources shared with corert...
2017-02-25 Andy AyersMerge pull request dotnet/coreclr#9756 from AndyAyersMS...
2017-02-25 Stephen ToubUse clock_gettime(CLOCK_REALTIME) in DateTime.UtcNow...
2017-02-25 Ahson Ahmed... Merge pull request dotnet/coreclr#9598 from ahsonkhan...
2017-02-25 Eric MellinoIncrease the length of allowed parameters in ilasm.
2017-02-25 Aditya MandaleekaRemove optimizedtls.cpp (dotnet/coreclr#9777)
2017-02-24 Jan VorlicekRemove NakedThrowHelper and ifdef-out its callers ...
2017-02-24 Andy Ayersreview feedback
2017-02-24 Pat GavlinMerge pull request dotnet/coreclr#9336 from mikedn...
2017-02-24 Ian HaysMerge pull request dotnet/coreclr#9769 from ianhays...
2017-02-24 Jan VorlicekRemove getcontext and setcontext usage (dotnet/coreclr...
2017-02-24 Bruce ForstallMerge pull request dotnet/coreclr#9732 from hseok-oh...
2017-02-24 Mike DanesEnable DevDiv_377155
2017-02-24 Mike DanesFix incorrect cast in gtFoldExprConst
2017-02-24 Ian HaysUpdate FileLock/Unlock PNSE message for OSX
2017-02-24 Justin Van... Avoid unnecessary branch in CultureAwareComparer (dotne...
2017-02-24 William GodbeMerge pull request dotnet/coreclr#9749 from wtgodbe...
2017-02-24 Ian HaysRemove OSX FileStream Lock/Unlock
2017-02-24 Stephen ToubMerge pull request dotnet/coreclr#9766 from discostu105...
2017-02-24 Sean Gillespie[Local GC] Move workstation GC DAC globals to a struct...
2017-02-24 Christoph Neumüllerfix typo in sos_md.h
2017-02-24 Jonghyun Park[Linux/ARM,ARM64] Fix undefined FixContextHandler issue...
2017-02-24 Sujin KimFix segmentation fault when using ZapImage::PrintStats...
2017-02-24 John Gortertypo in CMakeLists.txt (dotnet/coreclr#9763)
2017-02-24 Stephen ToubMerge pull request dotnet/coreclr#9738 from stephentoub...
2017-02-24 Hanjoung Lee[x86/Linux] Initial patch for EH funclet (dotnet/corecl...
2017-02-24 Bruce ForstallMerge pull request dotnet/coreclr#9758 from seanshpark...
2017-02-24 SivarvMerge pull request dotnet/coreclr#9723 from fiigii...
2017-02-24 Stephen ToubAddress PR feedback
2017-02-24 Stephen ToubImprove CompareOrdinalIgnoreCaseHelper by removing...
2017-02-24 Stephen ToubStrongly type StringComparer static comparer fields
2017-02-24 Stephen ToubSplit OrdinalIgnoreCaseComparer from OrdinalComparer
2017-02-24 Jan KotasReject byref-like object in FormatterServices.GetUninit...
2017-02-24 Jonghyun Park[x86/Linux] Enable FEATURE_ARRAYSTUB_AS_IL (dotnet...
2017-02-24 SaeHie ParkFix build break for !FEATURE_FIXED_OUT_ARGS
2017-02-24 Bruce ForstallMerge pull request dotnet/coreclr#9681 from mskvortsov...
2017-02-24 Stephen ToubUse GetSystemTimePreciseAsFileTime if available in...
2017-02-24 Tanner GoodingMerge pull request dotnet/coreclr#9717 from tannergoodi...
2017-02-24 Andy AyersJIT: keep ref count for runtime generic context lookups
2017-02-24 SivarvMerge pull request dotnet/coreclr#9742 from sivarv...
2017-02-24 Andy AyersMerge pull request dotnet/coreclr#9748 from AndyAyersMS...
2017-02-23 wtgodbeUse -f instead of -n when copying from Core_Root in...
2017-02-23 Alex PerovichMerge pull request dotnet/coreclr#9726 from alexperovic...
2017-02-23 Andy AyersAdd jit test project checker as jit test (dotnet/corecl...
2017-02-23 Andy AyersJIT: defer setting outgoing args size until after optim...
2017-02-23 Pat GavlinMerge pull request dotnet/coreclr#9582 from pgavlin...
2017-02-23 Brian SullivanMerge pull request dotnet/coreclr#9454 from mikedn...
2017-02-23 Andy AyersMove jit tests to directory with proper casing
2017-02-23 Alex PerovichRun codeformatter on S.P.CoreLib sources
2017-02-23 Alex PerovichManual change to make codeformatter work
2017-02-23 Fei PengRewrite Is4ByteAVXInstruction() and Is4ByteSSE4Instruct...
2017-02-23 sivarvEnable promotion of structs containing fields of struct...
2017-02-23 Wes HaggardMerge pull request dotnet/coreclr#9743 from weshaggard...
2017-02-23 Wes HaggardUpdate UsingYourBuild docs to use .NET Core 2.0 SDK
2017-02-23 Brian RobbinsMerge pull request dotnet/coreclr#9741 from brianrob...
2017-02-23 Brian SullivanMerge pull request dotnet/coreclr#9655 from sdmaclea...
2017-02-23 Pat GavlinFormat code.
2017-02-23 Pat GavlinAddress PR feedback.
2017-02-23 Brian RobbinsDisable broken tests.
2017-02-23 Bruce ForstallMerge pull request dotnet/coreclr#9727 from BruceForsta...
2017-02-23 Peter KukolSimplified MinOpts GC ref tracking. (dotnet/coreclr...
2017-02-23 Frederik CarlierAndroid: workaround absence of getcontext/setcontext...
2017-02-23 Mikhail SkvortcovRyuJIT/ARM32: Fix helper kill mask and call target...
2017-02-23 Hyeongseok OhFix code generation for array length check in legacy JIT
2017-02-23 Stephen ToubReduce code in SafeHandleAddRef (dotnet/coreclr#9724)
2017-02-23 Tanner GoodingPorting the CoreMangLib/cti/system/math tests to CoreMa...
2017-02-23 Ben AdamsFaster List Add (dotnet/coreclr#9539)
2017-02-23 Steve MacLean... [Arm64] Fix genCodeForCpObj()
next