2018-03-01 |
Stephen Toub | Change several ValueTask properties to methods (#16691) |
commit | commitdiff | tree | snapshot |
2018-03-01 |
Ahson Khan | Move MemoryExtensions.TryGetString to MemoryMarshal... |
commit | commitdiff | tree | snapshot |
2018-03-01 |
Ahson Khan | Remove Span.NonGenerics and update leftover AsRoS ... |
commit | commitdiff | tree | snapshot |
2018-03-01 |
Egor Chesakov | Merge pull request #16660 from echesakovMSFT/UseTarget6... |
commit | commitdiff | tree | snapshot |
2018-03-01 |
Tanner Gooding | Adding tests for additional AVX hardware intrinsics |
commit | commitdiff | tree | snapshot |
2018-03-01 |
Tanner Gooding | Adding support for additional AVX hardware intrinsics |
commit | commitdiff | tree | snapshot |
2018-03-01 |
Stephen Toub | Adjust System.Threading.Tasks.Extensions for IValueTask... |
commit | commitdiff | tree | snapshot |
2018-03-01 |
mikedn | Improve MemoryMarshal.Cast (#16659) |
commit | commitdiff | tree | snapshot |
2018-03-01 |
Jan Kotas | Add back argument check for TypeForwardedFromAttribute... |
commit | commitdiff | tree | snapshot |
2018-03-01 |
Stephen Toub | Fix build break in System.Memory due to incorrect XML... |
commit | commitdiff | tree | snapshot |
2018-03-01 |
Stephen Toub | Merge pull request #16618 from stephentoub/valuetaskext... |
commit | commitdiff | tree | snapshot |
2018-03-01 |
Jeremy Kuhne | Remove span helpers, use mirrored PathInternal helper... |
commit | commitdiff | tree | snapshot |
2018-03-01 |
Jeremy Kuhne | Fix GetPathRoot issues (dotnet/corefx#27572) |
commit | commitdiff | tree | snapshot |
2018-03-01 |
Mandar Sahasrabuddhe | Edits to fix conflicts in generated Vector.cs file... |
commit | commitdiff | tree | snapshot |
2018-03-01 |
Luqun Lou | Release memory correctly during ComCallWrapperTemplate... |
commit | commitdiff | tree | snapshot |
2018-03-01 |
Egor Chesakov | Remove ConvertILOnlyPE32ToPE64 and ConvertILOnlyPE32ToP... |
commit | commitdiff | tree | snapshot |
2018-03-01 |
Stephen Toub | Move IValueTaskSource and friends to System.Threading... |
commit | commitdiff | tree | snapshot |
2018-03-01 |
Stephen Toub | Add token to IValueTaskSource |
commit | commitdiff | tree | snapshot |
2018-03-01 |
Stephen Toub | Implement ValueTask extensibility |
commit | commitdiff | tree | snapshot |
2018-03-01 |
Alfred Myers | Minor documentation improvements (#16677) |
commit | commitdiff | tree | snapshot |
2018-03-01 |
Victor "Nate... | Create test for rundown events with EventPipe (#16667) |
commit | commitdiff | tree | snapshot |
2018-03-01 |
Egor Chesakov | Replace sizeof(LPVOID)==4 with #ifdef _TARGET_64BIT_... |
commit | commitdiff | tree | snapshot |
2018-03-01 |
Egor Chesakov | Replace ambiguous _WIN64 and BIT64 with _TARGET_64BIT_... |
commit | commitdiff | tree | snapshot |
2018-03-01 |
Jan Kotas | Delete unnecesary StackCrawlMarks (#16648) |
commit | commitdiff | tree | snapshot |
2018-03-01 |
dotnet-maestro-bot | Update BuildTools, CoreClr, CoreFx, PgoData to preview2... |
commit | commitdiff | tree | snapshot |
2018-02-28 |
Brian Robbins | Update EventSource* Tests for EventPipe (#16645) |
commit | commitdiff | tree | snapshot |
2018-02-28 |
Brian Sullivan | Merge pull request #16657 from debayang/crypto_arm64_in... |
commit | commitdiff | tree | snapshot |
2018-02-28 |
Tanner Gooding | Set isInternalRegDelayFree for several of the x86 hwint... |
commit | commitdiff | tree | snapshot |
2018-02-28 |
Bruce Forstall | Merge pull request #16538 from sdmaclea/PR-ARM64-R2R_FAIL |
commit | commitdiff | tree | snapshot |
2018-02-28 |
Atsushi Kanamori | Add the array/arraysegment->Span/Memory overloads to... |
commit | commitdiff | tree | snapshot |
2018-02-28 |
Andy Ayers | Revert: Simplify test dependencies for benchmarks ... |
commit | commitdiff | tree | snapshot |
2018-02-28 |
Egor Chesakov | Merge pull request #16531 from echesakovMSFT/MakeTarget... |
commit | commitdiff | tree | snapshot |
2018-02-28 |
Debayan Ghosh | ARM64 Crypto intrinsics tests for AES/SHA1/SHA256 |
commit | commitdiff | tree | snapshot |
2018-02-28 |
Debayan Ghosh | ARM64 SHA256 Crypto intrinsics implementation |
commit | commitdiff | tree | snapshot |
2018-02-28 |
Debayan Ghosh | ARM64 SHA1 Crypto intrinsics implementation |
commit | commitdiff | tree | snapshot |
2018-02-28 |
Andy Ayers | Mark MemoryMarshal.Cast methods for aggressive inlining... |
commit | commitdiff | tree | snapshot |
2018-02-28 |
Jan Kotas | Add Thread.GetCurrentProcessorId() API (#16650) |
commit | commitdiff | tree | snapshot |
2018-02-28 |
Tanner Gooding | Adding some asserts that we won't overwrite one of... |
commit | commitdiff | tree | snapshot |
2018-02-28 |
Tanner Gooding | Adding tests for the implemented SSE41 hardware intrinsics |
commit | commitdiff | tree | snapshot |
2018-02-28 |
Tanner Gooding | Adding partial support for the SSE41 hardware intrinsics |
commit | commitdiff | tree | snapshot |
2018-02-28 |
Debayan Ghosh | ARM64 Aes Crypto intrinsics implementation |
commit | commitdiff | tree | snapshot |
2018-02-28 |
Carol Eidt | Merge pull request #16599 from fiigii/fixstaticcast |
commit | commitdiff | tree | snapshot |
2018-02-28 |
Fei Peng | Fix StaticCast with NotSupportedException |
commit | commitdiff | tree | snapshot |
2018-02-28 |
Jeremy Kuhne | Add Path.Join() methods. (#16561) |
commit | commitdiff | tree | snapshot |
2018-02-28 |
Rex Morgan | Fixing lambda capture unused errors. (#16555) |
commit | commitdiff | tree | snapshot |
2018-02-28 |
Anirudh Agnihotry | Tests For GetPathRoot and Enabling NormalizeDirectorySe... |
commit | commitdiff | tree | snapshot |
2018-02-28 |
Jan Kotas | Use the same default value of MarshalAs.IidParamIndex... |
commit | commitdiff | tree | snapshot |
2018-02-28 |
Brian Sullivan | Merge pull request #16637 from dotnet-bot/from-tfs |
commit | commitdiff | tree | snapshot |
2018-02-28 |
Brian Sullivan | Minimal Fix for the incorrect rangecheck elimination... |
commit | commitdiff | tree | snapshot |
2018-02-27 |
Anirudh Agnihotry | Bug in GetFullPath(basePath, Path) (#16598) |
commit | commitdiff | tree | snapshot |
2018-02-27 |
Brian Sullivan | Merge pull request #16533 from briansull/default-fill |
commit | commitdiff | tree | snapshot |
2018-02-27 |
Stephen Toub | Change new ThreadPool.QueueUserWorkItem method to be... |
commit | commitdiff | tree | snapshot |
2018-02-27 |
Adam Sitnik | Event pipe guid in metadata (#16316), fixes #16105 |
commit | commitdiff | tree | snapshot |
2018-02-27 |
Brian Sullivan | Implement JitDefaultFill |
commit | commitdiff | tree | snapshot |
2018-02-27 |
Jan Kotas | Fix P1 test build break (#16631) |
commit | commitdiff | tree | snapshot |
2018-02-27 |
Sergey Andreenko | add PHASE_COMPUTE_REACHABILITY (#16574) |
commit | commitdiff | tree | snapshot |
2018-02-27 |
crntn | Debugger FIFO pipes are created in TMPDIR if defined... |
commit | commitdiff | tree | snapshot |
2018-02-27 |
Ahson Khan | Add MemoryExtensions to CoreLib along with necessary... |
commit | commitdiff | tree | snapshot |
2018-02-27 |
Egor Chesakov | Merge pull request #16514 from echesakovMSFT/UseTargetP... |
commit | commitdiff | tree | snapshot |
2018-02-27 |
Jan Kotas | Delete left-over globalization CoreCLR tests (#16571) |
commit | commitdiff | tree | snapshot |
2018-02-27 |
Sung Yoon Whang | Add test for GC.GetAllocatedBytesForCurrentThread ... |
commit | commitdiff | tree | snapshot |
2018-02-27 |
Sung Yoon Whang | Re-attempt fixing case in GC reliability/stress night... |
commit | commitdiff | tree | snapshot |
2018-02-27 |
Fei Peng | Update the table-driven framework to support x86 imm... |
commit | commitdiff | tree | snapshot |
2018-02-27 |
Fei Peng | Add tests/templates for AVX2/SSE2 shift intrinsics |
commit | commitdiff | tree | snapshot |
2018-02-27 |
Fei Peng | Add tests ShiftLeft/RightLogicalVariable |
commit | commitdiff | tree | snapshot |
2018-02-27 |
Fei Peng | Add AVX.Compare/CompareScalar tests |
commit | commitdiff | tree | snapshot |
2018-02-27 |
Fei Peng | Add Avx.SetZeroVector256<T> tests |
commit | commitdiff | tree | snapshot |
2018-02-27 |
Brian Robbins | Upgrade TraceEvent and XUnit-Performance to the latest... |
commit | commitdiff | tree | snapshot |
2018-02-27 |
Ben Adams | Fix ascii range check (#16535) |
commit | commitdiff | tree | snapshot |
2018-02-27 |
Sung Yoon Whang | Fix for incorrect case in GC reliability/stress night... |
commit | commitdiff | tree | snapshot |
2018-02-27 |
Victor "Nate... | Fix SoDBench by retargeting ASP Net feed (#16596) |
commit | commitdiff | tree | snapshot |
2018-02-27 |
Egor Chesakov | Define _TARGET_64BIT_ macro if not defined when _TARGET... |
commit | commitdiff | tree | snapshot |
2018-02-26 |
Stephen Toub | Avoid async method caching of a 0 decimal task (#16588) |
commit | commitdiff | tree | snapshot |
2018-02-26 |
Egor Chesakov | Replace sizeof(void*)-like expressions with TARGET_POIN... |
commit | commitdiff | tree | snapshot |
2018-02-26 |
Mike McLaughlin | Fixed mixed mode attach/JIT debugging. (#16552) |
commit | commitdiff | tree | snapshot |
2018-02-26 |
Bruce Forstall | Merge pull request #16591 from BruceForstall/FixArmTest... |
commit | commitdiff | tree | snapshot |
2018-02-26 |
Bruce Forstall | Fix arm32/arm64 test exclusions |
commit | commitdiff | tree | snapshot |
2018-02-26 |
Andy Ayers | Simplify test dependencies for benchmarks (#16378) |
commit | commitdiff | tree | snapshot |
2018-02-26 |
dotnet-maestro-bot | Update PgoData to master-20180226-0052 (#16563) |
commit | commitdiff | tree | snapshot |
2018-02-26 |
Jan Kotas | Delete Single/Double.GetHashCode tests (#16567) |
commit | commitdiff | tree | snapshot |
2018-02-26 |
Jarret Shook | Merge pull request #16396 from jashook/add_separate_bui... |
commit | commitdiff | tree | snapshot |
2018-02-26 |
Jan Kotas | Use overriden double/float GetHashCode for default... |
commit | commitdiff | tree | snapshot |
2018-02-26 |
Jan Kotas | Delete dead code |
commit | commitdiff | tree | snapshot |
2018-02-26 |
Jan Kotas | Delete redundant (RuntimeType) casts |
commit | commitdiff | tree | snapshot |
2018-02-26 |
Jan Kotas | Delete redundant int pcaCount intializations |
commit | commitdiff | tree | snapshot |
2018-02-26 |
Jan Kotas | Fix GetCustomAttribute API for DllImportAttribute pseud... |
commit | commitdiff | tree | snapshot |
2018-02-25 |
dotnet-maestro-bot | Update CoreFx, PgoData to preview2-26225-02, master... |
commit | commitdiff | tree | snapshot |
2018-02-25 |
Jan Kotas | Delete printing of security transparency in SOS (#16560) |
commit | commitdiff | tree | snapshot |
2018-02-25 |
Jan Kotas | Fixed NaN's GetHashCode and Equals invariant issue... |
commit | commitdiff | tree | snapshot |
2018-02-25 |
Jeremy Kuhne | Fix path issues (#16554) |
commit | commitdiff | tree | snapshot |
2018-02-24 |
kasper3 | Return empty array if length is zero (#16529) |
commit | commitdiff | tree | snapshot |
2018-02-24 |
dotnet-maestro-bot | Update CoreFx, PgoData to preview2-26224-02, master... |
commit | commitdiff | tree | snapshot |
2018-02-24 |
Petar Petrov | Fix calling convention gap in DynamicILGenerator.EmitCa... |
commit | commitdiff | tree | snapshot |
2018-02-24 |
Stephen Toub | Suppress "local variable is initialized but not used... |
commit | commitdiff | tree | snapshot |
2018-02-24 |
Sung Yoon Whang | Address more stacktrace print issues (#16525) |
commit | commitdiff | tree | snapshot |
2018-02-24 |
Brian Robbins | Delete eventpipetrace test. (#16534) |
commit | commitdiff | tree | snapshot |
2018-02-24 |
Michal Strehovský | Mark sharedgenerics test as GCStressIncompatible (... |
commit | commitdiff | tree | snapshot |
2018-02-24 |
Davis Goodin | Update BuildTools to 2.1.0-preview2-02522-03 (#16532) |
commit | commitdiff | tree | snapshot |
2018-02-24 |
Steve MacLean | [Arm64/Windows] Make r2r green in CI |
commit | commitdiff | tree | snapshot |
2018-02-24 |
Maoni Stephens | Enabling CLR implemented write watch on AMD64 on Window... |
commit | commitdiff | tree | snapshot |
next |