2018-10-30 |
Egor Chesakov | Disable failing on Windows/ARM Interop/COM tests (dotne... |
commit | commitdiff | tree | snapshot |
2018-10-30 |
Shreyas Jejurkar | Corrected Typos and grammar (dotnet/coreclr#20658) |
commit | commitdiff | tree | snapshot |
2018-10-30 |
dotnet-maestro-bot | Remove unnecessary Pack directive to fix build break... |
commit | commitdiff | tree | snapshot |
2018-10-30 |
Bruce Forstall | Merge pull request dotnet/coreclr#20679 from BruceForst... |
commit | commitdiff | tree | snapshot |
2018-10-30 |
Bruce Forstall | Dump the "reason" for a compiler temp |
commit | commitdiff | tree | snapshot |
2018-10-29 |
Andy Ayers | JIT: streamline temp usage for returns (dotnet/coreclr... |
commit | commitdiff | tree | snapshot |
2018-10-29 |
Sung Yoon Whang | Remove outdated GC perf test framework (dotnet/coreclr... |
commit | commitdiff | tree | snapshot |
2018-10-29 |
Tanner Gooding | Some cleanup of the System.Number class (dotnet/coreclr... |
commit | commitdiff | tree | snapshot |
2018-10-29 |
Jesús Corrius | Fix typo in linux-performance-tracing (dotnet/coreclr... |
commit | commitdiff | tree | snapshot |
2018-10-29 |
Andrew Au | Unhelpful error when Activator.CreateInstance can't... |
commit | commitdiff | tree | snapshot |
2018-10-29 |
dotnet-maestro-bot | Update CoreClr, CoreSetup, IbcData, PgoData to preview1... |
commit | commitdiff | tree | snapshot |
2018-10-28 |
dotnet-maestro-bot | Update CoreClr, CoreSetup, IbcData, PgoData to preview1... |
commit | commitdiff | tree | snapshot |
2018-10-27 |
Jan Kotas | Delete redundant CoreMangLib decimal tests (dotnet... |
commit | commitdiff | tree | snapshot |
2018-10-27 |
dotnet-maestro-bot | Update BuildTools, CoreClr, CoreSetup, IbcData, PgoData... |
commit | commitdiff | tree | snapshot |
2018-10-27 |
Stephen Toub | Add IAsyncDisposable implementation to Timer (dotnet... |
commit | commitdiff | tree | snapshot |
2018-10-27 |
Stephen Toub | Implement IAsyncDisposable on CancellationTokenRegistra... |
commit | commitdiff | tree | snapshot |
2018-10-27 |
Steve MacLean | Remove dead RESOURCE_SATELLITE_CONFIG (dotnet/coreclr... |
commit | commitdiff | tree | snapshot |
2018-10-26 |
Aaron Robinson | Merge pull request dotnet/coreclr#20621 from AaronRobin... |
commit | commitdiff | tree | snapshot |
2018-10-26 |
Ben Adams | Allow ArrayPool.Shared devirtualization (redux) (dotnet... |
commit | commitdiff | tree | snapshot |
2018-10-26 |
Pent Ploompuu | New Decimal.Remainder implementation (dotnet/coreclr... |
commit | commitdiff | tree | snapshot |
2018-10-26 |
David Wrighton | Implement interface dispatch to COM for ARM64 (dotnet... |
commit | commitdiff | tree | snapshot |
2018-10-26 |
Andy Ayers | JIT: refactor how we do late devirtualization (dotnet... |
commit | commitdiff | tree | snapshot |
2018-10-26 |
Tomas Weinfurt | fixes to build properly on FreeBSD (dotnet/coreclr... |
commit | commitdiff | tree | snapshot |
2018-10-26 |
Austin Wise | Add missing include guard in header file. (dotnet/corec... |
commit | commitdiff | tree | snapshot |
2018-10-26 |
Austin Wise | Remove some dead code related to cross-appdomain except... |
commit | commitdiff | tree | snapshot |
2018-10-26 |
Stephen Toub | Merge pull request dotnet/coreclr#20628 from stephentou... |
commit | commitdiff | tree | snapshot |
2018-10-26 |
Rafael | Working towards clean-up comments /**/ in cs (dotnet... |
commit | commitdiff | tree | snapshot |
2018-10-26 |
Egor Bogatov | Optimize FormattingHelpers.CountHexDigits using Lzcnt... |
commit | commitdiff | tree | snapshot |
2018-10-26 |
Stephen Toub | Add ConfigureAwait extension method for IAsyncEnumerable |
commit | commitdiff | tree | snapshot |
2018-10-26 |
Stephen Toub | Add ManualResetValueTaskSourceCore |
commit | commitdiff | tree | snapshot |
2018-10-26 |
Stephen Toub | Add AsyncIteratorMethodBuilder |
commit | commitdiff | tree | snapshot |
2018-10-26 |
Stephen Toub | Add IAsyncEnumerable and IAsyncEnumerator |
commit | commitdiff | tree | snapshot |
2018-10-26 |
Stephen Toub | Add IAsyncDisposable |
commit | commitdiff | tree | snapshot |
2018-10-26 |
Carol Eidt | Merge pull request dotnet/coreclr#20579 from fiigii... |
commit | commitdiff | tree | snapshot |
2018-10-26 |
Bruce Forstall | Merge pull request dotnet/coreclr#20611 from BruceForst... |
commit | commitdiff | tree | snapshot |
2018-10-26 |
Aaron Robinson | Add a runtime check for Windows.Nano to all COM related... |
commit | commitdiff | tree | snapshot |
2018-10-25 |
Bruce Forstall | Merge pull request dotnet/coreclr#20527 from BruceForst... |
commit | commitdiff | tree | snapshot |
2018-10-25 |
Bruce Forstall | Stop attempting to move PSPSym during localloc for... |
commit | commitdiff | tree | snapshot |
2018-10-25 |
Aaron Robinson | Merge pull request dotnet/coreclr#20617 from AaronRobin... |
commit | commitdiff | tree | snapshot |
2018-10-25 |
Bruce Forstall | Disable b152292 for arm32 also |
commit | commitdiff | tree | snapshot |
2018-10-25 |
Stephen Toub | Add DumpDelegate sos command (dotnet/coreclr#20591) |
commit | commitdiff | tree | snapshot |
2018-10-25 |
Aaron Robinson | Add support for tests to detect Windows Nano at runtime. |
commit | commitdiff | tree | snapshot |
2018-10-25 |
Brian Robbins | Remove debug-only file writers. (dotnet/coreclr#20612) |
commit | commitdiff | tree | snapshot |
2018-10-25 |
Fei Peng | Add test cases for AVX2.BroadcastScalarToVector128... |
commit | commitdiff | tree | snapshot |
2018-10-25 |
Fei Peng | Implement AVX2.BroadcastScalarToVector128/256 |
commit | commitdiff | tree | snapshot |
2018-10-25 |
Aaron Robinson | Merge pull request dotnet/coreclr#20614 from AaronRobin... |
commit | commitdiff | tree | snapshot |
2018-10-25 |
Aaron Robinson | Disable IDispatch test on Windows.Nano |
commit | commitdiff | tree | snapshot |
2018-10-25 |
Steve MacLean | Disable ExecuteInDefaultAppDomain test on *nix |
commit | commitdiff | tree | snapshot |
2018-10-25 |
Steve MacLean | ExecInDefAppDom add InjectCode test |
commit | commitdiff | tree | snapshot |
2018-10-25 |
Steve MacLean | Add test for ICLRRuntimeHost::ExecuteInDefaultAppDomain |
commit | commitdiff | tree | snapshot |
2018-10-25 |
Steve MacLean | Add IID_ICLRRuntimeHost QueryInterface support |
commit | commitdiff | tree | snapshot |
2018-10-25 |
Steve MacLean | Restore ExecuteInDefaultAppDomain implementation |
commit | commitdiff | tree | snapshot |
2018-10-25 |
Brian Robbins | Add EventPipe Config File Option MultiFileSec (dotnet... |
commit | commitdiff | tree | snapshot |
2018-10-25 |
Petr Onderka | Avoid comparing capacity in StringBuilder.Equals (dotne... |
commit | commitdiff | tree | snapshot |
2018-10-25 |
Jeremy Koritzinsky | Fallback to old behavior when marshaling a non-blittabl... |
commit | commitdiff | tree | snapshot |
2018-10-25 |
Andy Ayers | JIT: ensure float folding is done using float precision... |
commit | commitdiff | tree | snapshot |
2018-10-25 |
Thomas Schreiner | Fix comment Style (dotnet/coreclr#20604) |
commit | commitdiff | tree | snapshot |
2018-10-25 |
Stephen Toub | Use IThreadPoolWorkItem in ConcurrentExclusiveScheduler... |
commit | commitdiff | tree | snapshot |
2018-10-25 |
Andy Ayers | JIT: emit debug info for locals for minopts/tier0 ... |
commit | commitdiff | tree | snapshot |
2018-10-25 |
Ben Adams | Avoid implicit long casts in uint compares (dotnet... |
commit | commitdiff | tree | snapshot |
2018-10-25 |
Tarek Mahmoud... | Avoid having DateTime.TryParse throwing (dotnet/coreclr... |
commit | commitdiff | tree | snapshot |
2018-10-25 |
John Salem | Add IsCollectible property to Assembly and necessary... |
commit | commitdiff | tree | snapshot |
2018-10-25 |
Tarek Mahmoud... | Get the real update for Unicode 11 data (dotnet/coreclr... |
commit | commitdiff | tree | snapshot |
2018-10-25 |
Andy Ayers | Exclude IDispatch test for Windows Arm64 (dotnet/corecl... |
commit | commitdiff | tree | snapshot |
2018-10-24 |
Jeremy Koritzinsky | Remove support for nonexistent UnmanagedFunctionPointer... |
commit | commitdiff | tree | snapshot |
2018-10-24 |
Michelle McDaniel | Run IBCMerge step for Linux on Windows (dotnet/coreclr... |
commit | commitdiff | tree | snapshot |
2018-10-24 |
Tarek Mahmoud... | Update Unicode data to version 11 (dotnet/coreclr#20529) |
commit | commitdiff | tree | snapshot |
2018-10-24 |
Michelle McDaniel | Move ILLink and SizeOnDisk testing to Helix Queue ... |
commit | commitdiff | tree | snapshot |
2018-10-24 |
Fei Peng | Expose EnableISA knobs in release build (dotnet/coreclr... |
commit | commitdiff | tree | snapshot |
2018-10-24 |
Aaron Robinson | Merge pull request dotnet/coreclr#20497 from AaronRobin... |
commit | commitdiff | tree | snapshot |
2018-10-24 |
Jan Kotas | Delete duplicate CoreFX tests (dotnet/coreclr#20532) |
commit | commitdiff | tree | snapshot |
2018-10-24 |
Sergey Andreenko | Initialize `StructReturnType` for `gtNewRefCOMfield... |
commit | commitdiff | tree | snapshot |
2018-10-24 |
Andy Ayers | JIT: recover types from helper calls and more (dotnet... |
commit | commitdiff | tree | snapshot |
2018-10-23 |
Egor Chesakov | Use the same version of Xunit as in corefx (2.4.1 prere... |
commit | commitdiff | tree | snapshot |
2018-10-23 |
Bruce Forstall | Merge pull request dotnet/coreclr#20537 from BruceForst... |
commit | commitdiff | tree | snapshot |
2018-10-23 |
Carol Eidt | Merge pull request dotnet/coreclr#20552 from fiigii... |
commit | commitdiff | tree | snapshot |
2018-10-23 |
Zeng Jiang | Add PInvoke/Delegate tests (dotnet/coreclr#19323) |
commit | commitdiff | tree | snapshot |
2018-10-23 |
Fei Peng | Re-enable hardware intrinsic tests |
commit | commitdiff | tree | snapshot |
2018-10-23 |
dotnet-maestro-bot | Update BuildTools, CoreClr, CoreSetup, IbcData, PgoData... |
commit | commitdiff | tree | snapshot |
2018-10-23 |
Aaron Robinson | Add tests for IDispatch and Aggregation |
commit | commitdiff | tree | snapshot |
2018-10-23 |
Aaron Robinson | Add support for IDispatch in CoreCLR |
commit | commitdiff | tree | snapshot |
2018-10-23 |
Jan Kotas | Fix System.Diagnostics.Debug.Tests assembly name |
commit | commitdiff | tree | snapshot |
2018-10-23 |
Jan Kotas | Disable System.Diagnostics.Tests CoreFX tests |
commit | commitdiff | tree | snapshot |
2018-10-23 |
Bruce Forstall | Remove the LocAllocSP slot for non-x86 platforms |
commit | commitdiff | tree | snapshot |
2018-10-22 |
Andy Ayers | add missing methods bit (dotnet/coreclr#20528) |
commit | commitdiff | tree | snapshot |
2018-10-22 |
Fei Peng | Aes/Pclmulqdq IsSupported should depend on Ssse3 (dotne... |
commit | commitdiff | tree | snapshot |
2018-10-22 |
Ben Adams | Additionally Vectorize string.IndexOfAny for value... |
commit | commitdiff | tree | snapshot |
2018-10-22 |
Andy Ayers | JIT: improve simplification of IND(ADDR(x)) (dotnet... |
commit | commitdiff | tree | snapshot |
2018-10-22 |
Maryam Ariyan | Adding DebugProvider to help override Write and ShowDia... |
commit | commitdiff | tree | snapshot |
2018-10-22 |
Stephen Toub | Remove several Timer-related allocations from Cancellat... |
commit | commitdiff | tree | snapshot |
2018-10-22 |
Stephen Toub | Disable stale Unix_NonExistentPath_Nop corefx test... |
commit | commitdiff | tree | snapshot |
2018-10-20 |
Koundinya Veluri | Add MethodImplAttributes.AggressiveOptimization (dotnet... |
commit | commitdiff | tree | snapshot |
2018-10-20 |
dotnet-maestro-bot | Update BuildTools, CoreClr, CoreFx, CoreSetup, IbcData... |
commit | commitdiff | tree | snapshot |
2018-10-20 |
David Mason | Local GC - Fix GCToOSInterface::GetPhysicalMemoryLimit... |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Zeng Jiang | Add PInvoke/DateTime tests (dotnet/coreclr#19298) |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Bruce Forstall | Merge pull request dotnet/coreclr#20472 from BruceForst... |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Zeng Jiang | Add PInvoke/ExactSpelling tests (dotnet/coreclr#19303) |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Jan Kotas | Delete redundant framework API tests (dotnet/coreclr... |
commit | commitdiff | tree | snapshot |
2018-10-18 |
Zeng Jiang | Add PInvoke/Primitives/Int tests (dotnet/coreclr#19304) |
commit | commitdiff | tree | snapshot |
2018-10-18 |
mikedn | [RyuJIT] Delete dead code (dotnet/coreclr#20411) |
commit | commitdiff | tree | snapshot |
next |