2018-03-30 |
Sergey Andreenko | fix ifdefs comments |
commit | commitdiff | tree | snapshot |
2018-03-30 |
Carol Eidt | Merge pull request #17314 from fiigii/fixgctests |
commit | commitdiff | tree | snapshot |
2018-03-30 |
dotnet-maestro-bot | Update CoreClr, CoreFx to preview3-26330-06, preview3... |
commit | commitdiff | tree | snapshot |
2018-03-30 |
Ahson Khan | Change OwnedMemory to MemoryManager and add an IMemoryO... |
commit | commitdiff | tree | snapshot |
2018-03-30 |
dotnet-maestro-bot | Update CoreClr to preview3-26330-01 (#17328) |
commit | commitdiff | tree | snapshot |
2018-03-29 |
Wes Haggard | Merge pull request #17327 from weshaggard/FixIdentityPa... |
commit | commitdiff | tree | snapshot |
2018-03-29 |
Fei Peng | Fix GCStress failures |
commit | commitdiff | tree | snapshot |
2018-03-29 |
Bruce Forstall | Merge pull request #17322 from BruceForstall/FixTestBuild |
commit | commitdiff | tree | snapshot |
2018-03-29 |
Carol Eidt | Merge pull request #17211 from mikedn/dyn-hwinfo |
commit | commitdiff | tree | snapshot |
2018-03-29 |
Wes Haggard | Fix identity package filtering |
commit | commitdiff | tree | snapshot |
2018-03-29 |
Luqun Lou | Fix for incorrectly handle invalid UTF8 characters... |
commit | commitdiff | tree | snapshot |
2018-03-29 |
Daniel Harvey | Fix AssemblyLoadContext.Unloading and ProcessExit for... |
commit | commitdiff | tree | snapshot |
2018-03-29 |
Divino César | Merge pull request #17304 from dotnet/RemovingObsoleteC... |
commit | commitdiff | tree | snapshot |
2018-03-29 |
dotnet-maestro-bot | Update CoreFx to preview3-26329-05 (#17318) |
commit | commitdiff | tree | snapshot |
2018-03-29 |
Bruce Forstall | Add back hosting to split builds |
commit | commitdiff | tree | snapshot |
2018-03-29 |
Ben Adams | Dict cache default comparer for object types (#17285) |
commit | commitdiff | tree | snapshot |
2018-03-29 |
Maryam Ariyan | StringBuilder.Equals: value to span (#17311) |
commit | commitdiff | tree | snapshot |
2018-03-29 |
Sergey Andreenko | change arm maxIter to 20 (#17308) |
commit | commitdiff | tree | snapshot |
2018-03-29 |
dotnet-maestro-bot | Update BuildTools, CoreClr, CoreFx to preview3-02629... |
commit | commitdiff | tree | snapshot |
2018-03-29 |
Steve MacLean | [Arm64] Correct cross/arm64/tryrun.cmake (#17293) |
commit | commitdiff | tree | snapshot |
2018-03-29 |
dotnet-maestro-bot | Update BuildTools, CoreClr to preview3-02628-01, previe... |
commit | commitdiff | tree | snapshot |
2018-03-28 |
Wes Haggard | Merge pull request #17280 from weshaggard/SyncInitTools... |
commit | commitdiff | tree | snapshot |
2018-03-28 |
Ahson Khan | Use ROSpan.IndexOf as the workhorse for string.IndexOf... |
commit | commitdiff | tree | snapshot |
2018-03-28 |
Ben Adams | Fix Dictionary CopyTo regression (#17300) |
commit | commitdiff | tree | snapshot |
2018-03-28 |
Cesar Soares... | This BuildTask has been deprecated in favor of maintena... |
commit | commitdiff | tree | snapshot |
2018-03-28 |
Bruce Forstall | Merge pull request #17303 from BruceForstall/EnableUbun... |
commit | commitdiff | tree | snapshot |
2018-03-28 |
Noah Falk | Removing 'EXPERIMENTAL' from tiered compilation env... |
commit | commitdiff | tree | snapshot |
2018-03-28 |
Bruce Forstall | Enable Linux arm32 GCStress jobs |
commit | commitdiff | tree | snapshot |
2018-03-28 |
Russ Keldorph | Unique-ify name of TestList.json to avoid collisions |
commit | commitdiff | tree | snapshot |
2018-03-28 |
Bruce Forstall | Merge pull request #17090 from debayang/corefx_tests |
commit | commitdiff | tree | snapshot |
2018-03-28 |
Jan Vorlicek | Fix some more unwinding in R2R ARM (#17292) |
commit | commitdiff | tree | snapshot |
2018-03-28 |
Maryam Ariyan | Nit changes in API diff between .NET Core 2.0 and ... |
commit | commitdiff | tree | snapshot |
2018-03-28 |
Wes Haggard | Sync init-tools scripts with what is in source-build |
commit | commitdiff | tree | snapshot |
2018-03-28 |
dotnet-maestro-bot | Update BuildTools, CoreClr, CoreFx to preview3-02627... |
commit | commitdiff | tree | snapshot |
2018-03-28 |
Carol Eidt | Merge pull request #17126 from CarolEidt/Fix545500 |
commit | commitdiff | tree | snapshot |
2018-03-28 |
Egor Chesakov | Add crossbitness support to ClrJit: |
commit | commitdiff | tree | snapshot |
2018-03-28 |
Jan Kotas | Root methods used by debugger for IL linker (#17287) |
commit | commitdiff | tree | snapshot |
2018-03-28 |
Fei Peng | Remove tests of unimplemented ISAs (#17286) |
commit | commitdiff | tree | snapshot |
2018-03-28 |
David Mason | fix for logalways eventing level (#17277) |
commit | commitdiff | tree | snapshot |
2018-03-28 |
Debayan Ghosh | Fix run-corefx-tests.py for Arm64 |
commit | commitdiff | tree | snapshot |
2018-03-28 |
Jan Vorlicek | Fix DelayLoad_MethodCall unwinding (#17275) |
commit | commitdiff | tree | snapshot |
2018-03-28 |
Wes Haggard | Merge pull request #17161 from dotnetrt/testbuild |
commit | commitdiff | tree | snapshot |
2018-03-28 |
Ahson Khan | Adding Memory.Pin() to eventually replace Memory.Retai... |
commit | commitdiff | tree | snapshot |
2018-03-27 |
Jan Vorlicek | Fix handling of FCalls in ExternalMethodFixupWorker... |
commit | commitdiff | tree | snapshot |
2018-03-27 |
Stephen Toub | Fix regression in StreamWriter.Write perf for small... |
commit | commitdiff | tree | snapshot |
2018-03-27 |
Carol Eidt | Fix comment |
commit | commitdiff | tree | snapshot |
2018-03-27 |
Sung Yoon Whang | Failfast windows event log (#16875) |
commit | commitdiff | tree | snapshot |
2018-03-27 |
Steve MacLean | [Arm64] Fix forcerelocs (#17264) |
commit | commitdiff | tree | snapshot |
2018-03-27 |
Luqun Lou | Enable reflection load ComImport assembly and Type... |
commit | commitdiff | tree | snapshot |
2018-03-27 |
Carol Eidt | Fix comment in test. |
commit | commitdiff | tree | snapshot |
2018-03-27 |
Michelle McDaniel | Turn off PGO unprofiled warning on Linux (#17262) |
commit | commitdiff | tree | snapshot |
2018-03-27 |
Maoni Stephens | restrict memory limit by taking VM into consideration... |
commit | commitdiff | tree | snapshot |
2018-03-27 |
Carol Eidt | Merge pull request #17233 from fiigii/portvectortests |
commit | commitdiff | tree | snapshot |
2018-03-27 |
Bruce Forstall | Merge pull request #17255 from BruceForstall/UpdateArmW... |
commit | commitdiff | tree | snapshot |
2018-03-27 |
Bruce Forstall | Merge pull request #17258 from dotnet/dev/unix_test_wor... |
commit | commitdiff | tree | snapshot |
2018-03-27 |
Jan Kotas | Cleanup InternalsVisibleTo (#17185) |
commit | commitdiff | tree | snapshot |
2018-03-27 |
Carol Eidt | Merge pull request #17246 from debayang/clr_jitstress_arm64 |
commit | commitdiff | tree | snapshot |
2018-03-27 |
Bruce Forstall | Update arm64 whitelist |
commit | commitdiff | tree | snapshot |
2018-03-27 |
Steve MacLean | [Arm64] reserve for jump stubs (#17244) |
commit | commitdiff | tree | snapshot |
2018-03-27 |
Jan Kotas | Move String.Comparison.cs to shared CoreLib partition... |
commit | commitdiff | tree | snapshot |
2018-03-27 |
Jan Vorlicek | Fix build without libunwind installed (#17221) |
commit | commitdiff | tree | snapshot |
2018-03-27 |
dotnet-maestro-bot | Update BuildTools, CoreClr, CoreFx to preview3-02627... |
commit | commitdiff | tree | snapshot |
2018-03-27 |
Jan Kotas | Delete MemoryExtensions.AsBytes (#17245) |
commit | commitdiff | tree | snapshot |
2018-03-27 |
Jan Kotas | Vectorized SequenceCompareTo for Span<char> (#17237) |
commit | commitdiff | tree | snapshot |
2018-03-27 |
Bruce Forstall | Merge pull request #17240 from BruceForstall/RemoveTize... |
commit | commitdiff | tree | snapshot |
2018-03-27 |
Debayan Ghosh | [ARM64] Fix UnspillReg instruction generation |
commit | commitdiff | tree | snapshot |
2018-03-27 |
Maryam Ariyan | New chunk should be equal/larger than the one it replac... |
commit | commitdiff | tree | snapshot |
2018-03-27 |
Jacek Blaszczynski | Enable partially implemented Intel HW intrinsics ISAs... |
commit | commitdiff | tree | snapshot |
2018-03-27 |
Wes Haggard | Merge pull request #17226 from weshaggard/MergeRestoreT... |
commit | commitdiff | tree | snapshot |
2018-03-27 |
Bruce Forstall | Remove Tizen armel automatic PR triggered jobs |
commit | commitdiff | tree | snapshot |
2018-03-27 |
Fei Peng | Port VectorReturn test to Vector128/256<T> |
commit | commitdiff | tree | snapshot |
2018-03-26 |
mikedn | Remove a few bogus reinterpret_cast(nullptr_t) (#17229) |
commit | commitdiff | tree | snapshot |
2018-03-26 |
Bruce Forstall | Merge pull request #17236 from BruceForstall/UpdateArmD... |
commit | commitdiff | tree | snapshot |
2018-03-26 |
Bruce Forstall | Update arm Ubuntu cross build docker image |
commit | commitdiff | tree | snapshot |
2018-03-26 |
Carol Eidt | Merge pull request #15301 from mikedn/cast-un |
commit | commitdiff | tree | snapshot |
2018-03-26 |
Wes Haggard | Disable MSBuildEventLogging for optdata alias |
commit | commitdiff | tree | snapshot |
2018-03-26 |
Andy Ayers | Use movsdsse2 for HW intrinsic SSE2_ConvertToDouble... |
commit | commitdiff | tree | snapshot |
2018-03-26 |
Bruce Forstall | Merge pull request #17018 from dotnet/dev/unix_test_wor... |
commit | commitdiff | tree | snapshot |
2018-03-26 |
Adam Stark | Only use FEATURE_PERFTRACING and FEATURE_EVENT_TRACE... |
commit | commitdiff | tree | snapshot |
2018-03-26 |
Carol Eidt | Fix condition |
commit | commitdiff | tree | snapshot |
2018-03-26 |
David Mason | [local gc] Fix for BitScanForward64, it was ignoring... |
commit | commitdiff | tree | snapshot |
2018-03-26 |
dotnet-maestro-bot | Update CoreFx to preview3-26326-03 (#17222) |
commit | commitdiff | tree | snapshot |
2018-03-26 |
Bruce Forstall | Work around Jenkins problem with large env vars |
commit | commitdiff | tree | snapshot |
2018-03-26 |
Bruce Forstall | Linux arm32 testing |
commit | commitdiff | tree | snapshot |
2018-03-26 |
Victor "Nate... | Add /p:UseRazorBuildServer=false to prevent background... |
commit | commitdiff | tree | snapshot |
2018-03-26 |
Omair Majid | Optionally support using the system-installed libunwind... |
commit | commitdiff | tree | snapshot |
2018-03-26 |
Ahson Khan | Update uses of AsBytes to use MemoryMarshal.AsBytes... |
commit | commitdiff | tree | snapshot |
2018-03-26 |
Wes Haggard | Merge various restore tasks into one Sync target |
commit | commitdiff | tree | snapshot |
2018-03-26 |
Igor Kulaychuk | Fix funclet unwinding on x86 Linux (#17144) |
commit | commitdiff | tree | snapshot |
2018-03-26 |
Adam Sitnik | JitBench scenarios fix (#17154) |
commit | commitdiff | tree | snapshot |
2018-03-26 |
Jarret Shook | Merge pull request #17151 from jashook/disable_armlb_wi... |
commit | commitdiff | tree | snapshot |
2018-03-26 |
Steve MacLean | [Arm64] Remove C++ stubs obscurring assembly versions... |
commit | commitdiff | tree | snapshot |
2018-03-26 |
Koundinya Veluri | Don't require all-user permissions on the temp director... |
commit | commitdiff | tree | snapshot |
2018-03-26 |
Jacek Blaszczynski | build-test.sh: support Clang v4.0 to v6.0, fix always... |
commit | commitdiff | tree | snapshot |
2018-03-26 |
dotnet bot | Vectorize Span.IndexOf for T = char, similar to T ... |
commit | commitdiff | tree | snapshot |
2018-03-26 |
Phil Garcia | Fixed a few typos (#17217) |
commit | commitdiff | tree | snapshot |
2018-03-26 |
dotnet-maestro-bot | Update CoreFx to preview3-26326-01 (#17216) |
commit | commitdiff | tree | snapshot |
2018-03-26 |
Phil Garcia | Fixed a few typos (#17215) |
commit | commitdiff | tree | snapshot |
2018-03-26 |
Ahson Khan | Update use of AsBytes in perf tests to use MemoryMarsha... |
commit | commitdiff | tree | snapshot |
2018-03-25 |
dotnet-maestro-bot | Update CoreFx to preview3-26325-01 (#17190) |
commit | commitdiff | tree | snapshot |
next |