platform/upstream/coreclr.git
2017-04-18 wtgodbeCreate default variables for Crossgen, TargetsNonWindow...
2017-04-18 Jan KotasConvert a few test files from UTF16 to ASCII and add...
2017-04-18 William GodbeMerge pull request #10979 from wtgodbe/R2RWindows
2017-04-18 Gaurav KhannaRemove /RELEASE option required for device drivers...
2017-04-18 Stephen ToubMerge pull request #11047 from stephentoub/task_iscompl...
2017-04-18 wtgodbeEnable running Crossgen tests on Windows in Helix
2017-04-18 Eric ErhardtMerge pull request #10948 from eerhardt/GetPreviousAdjR...
2017-04-18 Joseph TremouletMerge pull request #11045 from JosephTremoulet/TraceEve...
2017-04-18 Rahul Kumarfail fast on exceptions that indicate corrupted process...
2017-04-18 Jonghyun Park[x86/Linux] EH Support for Per-Frame P/Invoke Init...
2017-04-18 Stephen ToubExpose Task.IsCompletedSuccessfully
2017-04-18 Sergey Andreenkosmall clean-up and bug fix in genIntToIntCast (#10989)
2017-04-18 Joseph TremouletRun-xunit-perf: update TraceEvents version number
2017-04-18 Eric ErhardtAssert GetAdjustmentRuleForTime sets ruleIndex correctly.
2017-04-18 Bruce ForstallMerge pull request #11035 from BruceForstall/NumSuccImp...
2017-04-18 ragmani[x86/Linux] changed to the AT&T syntax to solve a probl...
2017-04-18 Buyduck* fixed class size calculation (#10916)
2017-04-18 Tarek Mahmoud... Fix String.Replace implementation (#11039)
2017-04-18 Andy AyersMerge pull request #10995 from svick/patch-1
2017-04-18 William GodbeFix error caused by passing -TargetsWindows at end...
2017-04-18 Michael LetterleDo not throw an assertion on no mscorlib
2017-04-18 Brian RobbinsMerge pull request #11036 from brianrob/remove_eventcounter
2017-04-17 danmosemsftFix build break
2017-04-17 Omar TawfikRename attribute to IsReadOnlyAttribute (#11026)
2017-04-17 Bruce ForstallUse isInternalRegDelayFree to avoid temp reg overalloca...
2017-04-17 Brian RobbinsRemove EventCounter from System.Private.CoreLib.
2017-04-17 Bruce ForstallHoist calls to NumSucc() out of loops
2017-04-17 Jan KotasImprove performance of Object.GetType for arrays (...
2017-04-17 Viktor HoferMerge pull request #11028 from danmosemsft/api.zone
2017-04-17 Sergey AndreenkoFormat spmi sources with clang-format (#11027)
2017-04-17 Andy AyersJit intrinsics for Span<T>.get_Item and ReadOnlySpan...
2017-04-17 Swaroop SridharAdd scenario-based tests
2017-04-17 danmosemsftAdd SecurityZone stub
2017-04-17 Rahul KumarIn function Assembly.Load ignore AssemblyName.CodeBase...
2017-04-17 Gaurav KhannaRemove Alpine for pipe builds (#11022)
2017-04-17 Jonghyun ParkSupport FEATURE_EVENT_TRACE override (#10961)
2017-04-17 Jonghyun ParkAllow build.sh to have multiple cmakeargs options ...
2017-04-17 dotnet botUpdate CoreClr, CoreFx to preview1-25215-03, preview1...
2017-04-17 Sujin Kim[RyuJit/ARM32] Fix assertion of failure on "Instruction...
2017-04-17 Bruce ForstallMerge pull request #11013 from mskvortsov/nullcheck
2017-04-17 Bruce ForstallMerge pull request #11016 from alpencolt/ryu-arm-locall...
2017-04-17 Hyeongseok OhFix ARM32/Linux release CI test failure (#11008)
2017-04-17 Jan KotasAdd Span and ReadOnlySpan from CoreCLR
2017-04-17 Alexander Soldatov[RyuJIT/ARM32] Fix amount of allocated registers for...
2017-04-17 Mikhail SkvortcovRyuJIT/ARM32: update nullcheck codegen
2017-04-17 303248153Fix comment about pinning bit in object.h (#11004)
2017-04-17 Yi Zhang (CLR)Fix warning in LPTSTRTestNative (#10973)
2017-04-16 Hugh BellamyFix OOM exception thrown in case insensitive replace...
2017-04-16 Cyd HaseltonFixed CI link (#11003)
2017-04-15 Jan KotasMove Span/ReadOnlySpan to shared CoreLib partition...
2017-04-15 mikednMake some Dictionary code smaller (#10993)
2017-04-15 Michelle McDanielMerge pull request #10983 from danmosemsft/revert.jeremy
2017-04-15 Petr OnderkaUpdate Viewing JIT dumps to 2.0 and csproj
2017-04-15 Mike McLaughlinMake createdump build and work on Centos (#10985)
2017-04-15 Eric ErhardtRemember AdjustementRule index
2017-04-15 Steve MacLean[Arm64] Fix assembly errors (#10977)
2017-04-15 Pat GavlinMerge pull request #10958 from pgavlin/VSO397793
2017-04-14 danmosemsftRevert "Strip out unused reg code. (#10741)"
2017-04-14 Bruce ForstallMerge pull request #10936 from BruceForstall/TempRegApi
2017-04-14 Pat GavlinAdd a brief comment to the new test.
2017-04-14 Sergey AndreenkoSmall clean up of stackEntry (#10820)
2017-04-14 Bruce ForstallIntroduce API for codegen getting temp registers from...
2017-04-14 Aditya MandaleekaMerge pull request #10955 from adityamandaleeka/makeHan...
2017-04-14 Andy AyersMerge pull request #10956 from AndyAyersMS/FixMorphUnne...
2017-04-14 Aditya MandaleekaMake HandleStores contain their underlying bucket directly.
2017-04-14 Sean Gillespie[Local GC] Move operations on CLREventStatic to the...
2017-04-14 Jonghyun Park[x86/Linux] Use appropriate FCALL macro for DoToDecimal...
2017-04-14 Jan VorlicekImplement MEM_RESET handling in VirtualAlloc on Unix...
2017-04-14 Aditya MandaleekaRename IGCHandleTable to IGCHandleManager.
2017-04-14 Omar TawfikMerge pull request #10945 from OmarTawfik/update-runtim...
2017-04-14 Gaurav KhannaReenable incremental linking (#10943)
2017-04-13 Pat GavlinPreserve VNs in fgMorphIntoHelperCall.
2017-04-13 Sean Gillespie[Local GC] Handle table low-hanging interface violation...
2017-04-13 Andy AyersJit: fix unnecessary null checks in some field accesses
2017-04-13 Aditya MandaleekaMake a GCHandleStore class and interface for use by...
2017-04-13 William GodbeMerge pull request #10953 from wtgodbe/crossImage
2017-04-13 wtgodbeUse updated Docker images for Crossbuild
2017-04-13 William GodbeMerge pull request #10927 from wtgodbe/PortableOSXWin
2017-04-13 William GodbeMerge pull request #10949 from wtgodbe/ImageVersion
2017-04-13 wtgodbeUpdate Ubuntu14.04 Cross Docker image
2017-04-13 Eric ErhardtFix perf of DateTime.Now on Unix
2017-04-13 Omar TawfikUpdate comment to reflect how RuntimeFeatures should...
2017-04-13 Michelle McDanielMerge pull request #10922 from adiaaida/fixXUnitPerf
2017-04-13 Jonghyun Park[x86/Linux] Use appropriate FCALL macro for SafeBuffer...
2017-04-13 Mike McLaughlinRemove distro specific RIDs from SOS.NETCore's project...
2017-04-13 Jim MaEnsure Environment.ExitCode works correctly after app...
2017-04-13 dotnet botUpdate CoreClr to preview1-25213-02 (#10937)
2017-04-13 Rahul KumarMerge pull request #10875 from rahku/fix_x86_gcstress
2017-04-13 Hyeongseok Oh[ARM32/Linux] Build libcoreclrtraceptprovider.so (...
2017-04-13 Mike McLaughlinCreate ELF core dump on coreclr exceptions and signals...
2017-04-13 Rahul KumarAdd platform (x64 & arm64) specific optimized jit helpe...
2017-04-13 Rahul KumarMerge pull request #10930 from rahku/marshalfix
2017-04-12 Rahul KumarHelperMethodFrame missing at certain places in method...
2017-04-12 Bruce ForstallMerge pull request #10914 from hqueue/jit/remove_unused...
2017-04-12 dotnet botMerge changes from TFS (#10926)
2017-04-12 Stephen ToubMerge pull request #10917 from stephentoub/fix_badges
2017-04-12 Jonghyun Park[x86/Linux] Fix ResumeEsp before resume (#10749)
2017-04-12 Jonghyun Park[x86/Linux] 16-byte aligned BackPatchWorkerAsmStub...
2017-04-12 Pat GavlinMerge pull request #10905 from pgavlin/VSO406158
2017-04-12 Jonghyun Park[x86/Linux] 16-byte aligned DelayLoad_MethodCall (...
next