2018-11-30 |
Brian Robbins | Defer Initialization of FrameworkEventSource During... |
commit | commitdiff | tree | snapshot |
2018-11-29 |
dotnet-maestro-bot | Update CoreClr, CoreFx, CoreSetup, PgoData to preview... |
commit | commitdiff | tree | snapshot |
2018-11-29 |
Stephen Toub | Consolidate validation code in Enum.ToObject overloads... |
commit | commitdiff | tree | snapshot |
2018-11-29 |
Stephen Toub | Improve performance of Enum.{Try}Parse (#21214) |
commit | commitdiff | tree | snapshot |
2018-11-29 |
Aaron Robinson | Enable type equivalence (#21265) |
commit | commitdiff | tree | snapshot |
2018-11-29 |
Tanner Gooding | Implement the Count property, the IEquatable and IForma... |
commit | commitdiff | tree | snapshot |
2018-11-29 |
Jeremy Koritzinsky | Add more advanced SafeArray tests (#21063) |
commit | commitdiff | tree | snapshot |
2018-11-29 |
Jan Vorlicek | Fix build parallelism on Windows with NUMA (#21278) |
commit | commitdiff | tree | snapshot |
2018-11-29 |
Tanner Gooding | Don't treat the Vector64/128/256<T> helper methods... |
commit | commitdiff | tree | snapshot |
2018-11-29 |
Bruce Forstall | Merge pull request #21267 from BruceForstall/FixExclusion |
commit | commitdiff | tree | snapshot |
2018-11-29 |
Tomas Weinfurt | publish symbols on FreeBSD (#21179) |
commit | commitdiff | tree | snapshot |
2018-11-29 |
Tanner Gooding | Updating genSIMDZero to only use `xorps` (#21249) |
commit | commitdiff | tree | snapshot |
2018-11-29 |
Andy Ayers | Track single def locals in importer (#21251) |
commit | commitdiff | tree | snapshot |
2018-11-29 |
Swaroop Sridhar | Fix #21209 (#21237) |
commit | commitdiff | tree | snapshot |
2018-11-29 |
John Salem | Add IsCollectible property to Memberinfo and MethodInfo... |
commit | commitdiff | tree | snapshot |
2018-11-29 |
Stephen Toub | Improve Enum.ToString perf for [Flags] enums (#21254) |
commit | commitdiff | tree | snapshot |
2018-11-29 |
Andrew Au | Remove obsolete assert (#21260) |
commit | commitdiff | tree | snapshot |
2018-11-29 |
Jan Kotas | Delete code related to LoaderOptimization and SharedDom... |
commit | commitdiff | tree | snapshot |
2018-11-29 |
Bruce Forstall | Fix ObjectStackAllocationTests on Linux under minopts |
commit | commitdiff | tree | snapshot |
2018-11-28 |
Ben Adams | Queue ValueTaskAwaiter IAsyncStateMachineBox directly... |
commit | commitdiff | tree | snapshot |
2018-11-28 |
Russ Keldorph | Update Helix queues used for testing |
commit | commitdiff | tree | snapshot |
2018-11-28 |
Andy Ayers | Merge pull request #21217 from AndyAyersMS/Fix21051 |
commit | commitdiff | tree | snapshot |
2018-11-28 |
Andy Ayers | Merge pull request #21226 from AndyAyersMS/HandleMoreGe... |
commit | commitdiff | tree | snapshot |
2018-11-28 |
Jan Kotas | Switch to preemptive mode before calling COM (#21238) |
commit | commitdiff | tree | snapshot |
2018-11-28 |
Jan Kotas | Delete test dev10_630880 (#21239) |
commit | commitdiff | tree | snapshot |
2018-11-28 |
Brian Sullivan | Merge pull request #21204 from briansull/issue_20185 |
commit | commitdiff | tree | snapshot |
2018-11-28 |
Sergey Andreenko | exclude tests\src\Interop\COM\NativeClients\Primitives... |
commit | commitdiff | tree | snapshot |
2018-11-28 |
Tanner Gooding | Fixing up Utf8Parser.TryParseNumber to not fail for... |
commit | commitdiff | tree | snapshot |
2018-11-28 |
Tanner Gooding | Implement the S.R.I.VectorXXX `get_Zero` and `As` helpe... |
commit | commitdiff | tree | snapshot |
2018-11-28 |
Jan Vorlicek | Improve performance of cgroup access (#21229) |
commit | commitdiff | tree | snapshot |
2018-11-28 |
Jan Vorlicek | Fix ILStubCache allocation for collectible assemblies... |
commit | commitdiff | tree | snapshot |
2018-11-28 |
Bruce Forstall | Merge pull request #21234 from BruceForstall/Disable630880 |
commit | commitdiff | tree | snapshot |
2018-11-28 |
Ilia | Move all the math functions undef #ifndef PAL_STDCPP_CO... |
commit | commitdiff | tree | snapshot |
2018-11-28 |
Bruce Forstall | Disable test Dev10_630880 |
commit | commitdiff | tree | snapshot |
2018-11-28 |
Brian Sullivan | Code review feedback |
commit | commitdiff | tree | snapshot |
2018-11-28 |
Bruce Forstall | Disable failing Linux/arm32 corefx tests (#21225) |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Dan Moseley | Update changing-corelib.md (#21220) |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Pent Ploompuu | Diff-able disassembly fixes (#20863) |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Andy Ayers | JIT: handle general indir case for GT_JMP address |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Andy Ayers | remove workaround comments |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Carol Eidt | Merge pull request #21151 from CarolEidt/Fix21080 |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Andy Ayers | JIT: retype some return expressions |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Stephen Toub | Use local array in ConcurrentQueue<T> for small perf... |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Andy Ayers | Improve perf for Index based span indexers (#21196) |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Chuck Ries | Fix a use after free for Managed Data BP (#21205) |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Levi Broderick | Fix Rune.ToUpper / ToLower under GlobalizationMode... |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Jan Vorlicek | Disable noncollectible alc finalization (#21189) |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Jan Kotas | Disable domain neutral loading (#21156) |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Tanner Gooding | Deleting a format.patch file that got checked in (... |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Jan Kotas | Update documentation for changing CoreLib (#21201) |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Carol Eidt | Use LclFld for full-width cpblk of different types |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Brian Sullivan | Merge pull request #21184 from mikedn/load-norm |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Brian Sullivan | Fix issue 20185 |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Morgan Brown | Fix Azure DevOps endpoint (#21038) |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Tanner Gooding | Updating runtest.py to support printing coredump inform... |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Tanner Gooding | Fixing a few small issues with the SIMD vs SIMD HWIntri... |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Matt Mitchell | Merge pull request #21194 from mmitche/fix-debug-checked |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Stephen Toub | Remove TypedReference.MakeTypedReference readonly restr... |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Carol Eidt | Merge pull request #21164 from kvochko/no_hw_intrinsics_x86 |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Tanner Gooding | Handle the remaining known issues (modulo snan) with... |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Michelle McDaniel | Tar arm build outputs to workaround unicode issues... |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Matt Mitchell | Don't attempt to sign xstate in debug/checked builds |
commit | commitdiff | tree | snapshot |
2018-11-25 |
Mike Danes | Don't generate copy assertions for normalize on load... |
commit | commitdiff | tree | snapshot |
2018-11-25 |
Mike Danes | Add test for 18867 |
commit | commitdiff | tree | snapshot |
2018-11-25 |
Jeremy Koritzinsky | Fix Interop/PInvoke/Miscellaneous/HandleRef tests under... |
commit | commitdiff | tree | snapshot |
2018-11-24 |
Ayende Rahien | Fixing typo (#21081) |
commit | commitdiff | tree | snapshot |
2018-11-24 |
Jan Kotas | Refactor AppDomain.IsAppXModel and a few other AppDomai... |
commit | commitdiff | tree | snapshot |
2018-11-24 |
Jan Kotas | Move AppDomain local data store to AppContext and clean... |
commit | commitdiff | tree | snapshot |
2018-11-24 |
Eugene Rozenfeld | Don't assume objects don't escape in pure helpers. |
commit | commitdiff | tree | snapshot |
2018-11-23 |
Jan Vorlicek | Fix debugger collectible thread statics access (#21175) |
commit | commitdiff | tree | snapshot |
2018-11-23 |
dotnet-maestro-bot | Update CoreClr, CoreFx, CoreSetup, PgoData to preview... |
commit | commitdiff | tree | snapshot |
2018-11-22 |
John Doe | Typos (#21171) |
commit | commitdiff | tree | snapshot |
2018-11-22 |
Jan Kotas | Delete System.AppDomainSetup (#21157) |
commit | commitdiff | tree | snapshot |
2018-11-22 |
Michal Strehovský | Mark the String.Empty field as Intrinsic (#21162) |
commit | commitdiff | tree | snapshot |
2018-11-22 |
Michal Strehovský | Narrow the assert in fgLateDevirtualization (#21163) |
commit | commitdiff | tree | snapshot |
2018-11-22 |
dotnet-maestro... | Update dependencies from https://github.com/dotnet... |
commit | commitdiff | tree | snapshot |
2018-11-22 |
Andrey Kvochko | Do not support HW intrinsics on x86 linux |
commit | commitdiff | tree | snapshot |
2018-11-22 |
Swaroop Sridhar | Sequel to NativeLibrary API (#21148) |
commit | commitdiff | tree | snapshot |
2018-11-22 |
dotnet-maestro-bot | Update CoreClr, CoreFx, CoreSetup to preview-27121... |
commit | commitdiff | tree | snapshot |
2018-11-22 |
Andrew Au | Single stepping out of the unsafe places (#21135) |
commit | commitdiff | tree | snapshot |
2018-11-21 |
Aaron Robinson | Merge pull request #21146 from AaronRobinsonMSFT/comtoc... |
commit | commitdiff | tree | snapshot |
2018-11-21 |
Aaron Robinson | Minor clean up in COMToCLRWorker |
commit | commitdiff | tree | snapshot |
2018-11-21 |
Swaroop Sridhar | Introduce Marshall.LoadLibrary API (#20871) |
commit | commitdiff | tree | snapshot |
2018-11-21 |
Eugene Rozenfeld | Disable object stack allocation verification under... |
commit | commitdiff | tree | snapshot |
2018-11-21 |
Aaron Robinson | Check for null on COM to CLR call if error occurs durin... |
commit | commitdiff | tree | snapshot |
2018-11-21 |
Jan Kotas | Change System.Object to ClassInterface.None (#21137) |
commit | commitdiff | tree | snapshot |
2018-11-21 |
Jan Vorlicek | Fix Unix ARM JIT_MemCpy and JIT_MemSet (#21141) |
commit | commitdiff | tree | snapshot |
2018-11-21 |
Tanner Gooding | Ensuring that gc_stress and gc_stress_c are marked... |
commit | commitdiff | tree | snapshot |
2018-11-21 |
Jan Kotas | Delete dead/unused code (#21138) |
commit | commitdiff | tree | snapshot |
2018-11-21 |
dotnet-maestro... | Update dependencies from https://github.com/dotnet... |
commit | commitdiff | tree | snapshot |
2018-11-21 |
dotnet-maestro-bot | Update CoreSetup, PgoData to preview-27121-02, master... |
commit | commitdiff | tree | snapshot |
2018-11-21 |
dotnet-maestro-bot | Update BuildTools, CoreClr, CoreFx, CoreSetup, IbcData... |
commit | commitdiff | tree | snapshot |
2018-11-21 |
Matt Mitchell | Merge pull request #21129 from mmitche/sign-xstat |
commit | commitdiff | tree | snapshot |
2018-11-21 |
Stephen Toub | Expose generic UnsafeQueueUserWorkItem (#21125) |
commit | commitdiff | tree | snapshot |
2018-11-21 |
Ben Adams | Vectorize string.IndexOf(..., StringComparison.Ordinal... |
commit | commitdiff | tree | snapshot |
2018-11-21 |
Ben Adams | Vectorize Array.{Last}IndexOf<T>(...) for byte and... |
commit | commitdiff | tree | snapshot |
2018-11-20 |
Carol Eidt | Merge pull request #21058 from CarolEidt/FixVZeroUpper |
commit | commitdiff | tree | snapshot |
2018-11-20 |
Matt Mitchell | Sign api-ms-win-core-xstate-l2-1-0.dll |
commit | commitdiff | tree | snapshot |
2018-11-20 |
Stephen Toub | Remove remaining StringBuilder marshaling use from... |
commit | commitdiff | tree | snapshot |
2018-11-20 |
Stephen Toub | Remove StringBuilder from HebrewNumber formatting ... |
commit | commitdiff | tree | snapshot |
next |