2018-12-31 |
Ben Adams | Improve MdUtf8String (dotnet/coreclr#21720) |
commit | commitdiff | tree | snapshot |
2018-12-31 |
Jan Kotas | Add license, keep more of the CriticalHandle logic... |
commit | commitdiff | tree | snapshot |
2018-12-31 |
Marek Safar | Moves CriticalHandle to shared location |
commit | commitdiff | tree | snapshot |
2018-12-31 |
Jan Kotas | Fix CoreRT build breaks |
commit | commitdiff | tree | snapshot |
2018-12-31 |
Marek Safar | Readability improvement in MemoryStream (dotnet/coreclr... |
commit | commitdiff | tree | snapshot |
2018-12-31 |
Koundinya Veluri | Don't Sleep(1) in some spin-wait loops (dotnet/coreclr... |
commit | commitdiff | tree | snapshot |
2018-12-31 |
Pent Ploompuu | Remove parsing from GUID constants (dotnet/coreclr... |
commit | commitdiff | tree | snapshot |
2018-12-31 |
Ben Adams | Remove Environment static constructor (dotnet/coreclr... |
commit | commitdiff | tree | snapshot |
2018-12-30 |
Jan Kotas | Fix CoreCLR build breaks |
commit | commitdiff | tree | snapshot |
2018-12-30 |
Jan Kotas | Delete file moved to shared partition |
commit | commitdiff | tree | snapshot |
2018-12-30 |
Marek Safar | Moves ThrowHelper to shared location (dotnet/corertdotn... |
commit | commitdiff | tree | snapshot |
2018-12-30 |
Ben Adams | Shorter ExecutionContext.Capture (dotnet/coreclr#21707) |
commit | commitdiff | tree | snapshot |
2018-12-30 |
Ben Adams | Use EventSource guid ctor for RuntimeEventSource (dotne... |
commit | commitdiff | tree | snapshot |
2018-12-30 |
Marek Safar | Moves generic comparers to shared CoreLib (dotnet/corec... |
commit | commitdiff | tree | snapshot |
2018-12-30 |
Ben Adams | Separate ThreadPool...ThreadLocals get from initalizati... |
commit | commitdiff | tree | snapshot |
2018-12-29 |
Filip Navara | Move CultureInfo to shared CoreLib (dotnet/coreclr... |
commit | commitdiff | tree | snapshot |
2018-12-29 |
Ben Adams | Fix warning causing error in warning as error (Windows... |
commit | commitdiff | tree | snapshot |
2018-12-29 |
Filip Navara | Remove usages of GetCurrentUICultureNoAppX from Resourc... |
commit | commitdiff | tree | snapshot |
2018-12-28 |
Egor Bogatov | Replace Interop.ReadDir.cs with Interop.ReadDir.cs... |
commit | commitdiff | tree | snapshot |
2018-12-28 |
Hugh Bellamy | Remove dead Guid parsing code (dotnet/coreclr#21123) |
commit | commitdiff | tree | snapshot |
2018-12-28 |
Jan Kotas | Use common copy of System.Numerics.Hashing.HashHelpers |
commit | commitdiff | tree | snapshot |
2018-12-27 |
Jan Kotas | Delete file moved to shared partition |
commit | commitdiff | tree | snapshot |
2018-12-27 |
Filip Navara | Move Contracts.cs (CoreCLR version) to shared CoreLib... |
commit | commitdiff | tree | snapshot |
2018-12-27 |
Filip Navara | Delete file moved to shared CoreLib. |
commit | commitdiff | tree | snapshot |
2018-12-27 |
Filip Navara | Move System/Numerics/Hashing to shared CoreLib. (dotnet... |
commit | commitdiff | tree | snapshot |
2018-12-26 |
Maoni Stephens | desktop port (dotnet/coreclr#21523) |
commit | commitdiff | tree | snapshot |
2018-12-25 |
dotnet-maestro-bot | Update CoreClr, CoreFx to preview-27225-01, preview... |
commit | commitdiff | tree | snapshot |
2018-12-25 |
Filip Navara | Makes CultureInfo.get_Parent thread safe. (dotnet/corec... |
commit | commitdiff | tree | snapshot |
2018-12-24 |
Filip Navara | Move DebugProvider.Windows to shared CoreLib. (dotnet... |
commit | commitdiff | tree | snapshot |
2018-12-24 |
Ben Adams | Fix warning causing error in warning as error (Windows... |
commit | commitdiff | tree | snapshot |
2018-12-24 |
Ben Adams | Use TZCNT and LZCNT for Locate{First|Last}Found{Byte... |
commit | commitdiff | tree | snapshot |
2018-12-23 |
Andon Andonov | Add Module Override Recognition to R2RDump (dotnet... |
commit | commitdiff | tree | snapshot |
2018-12-23 |
Michal Strehovský | Fix ProjectN regression in `ByReference<T>` (dotnet... |
commit | commitdiff | tree | snapshot |
2018-12-23 |
dotnet-maestro-bot | Update CoreClr, CoreFx to preview-27223-02, preview... |
commit | commitdiff | tree | snapshot |
2018-12-23 |
ichensky | Add optimization in GetHashCode for Int16 and SByte... |
commit | commitdiff | tree | snapshot |
2018-12-23 |
Jan Kotas | Delete CoreLib.FixupCoreLibName (dotnet/coreclr#21655) |
commit | commitdiff | tree | snapshot |
2018-12-23 |
Sergey Andreenko | Fix ArrayStack's call to default constructor for <T... |
commit | commitdiff | tree | snapshot |
2018-12-23 |
dotnet-maestro-bot | Update CoreClr, CoreFx to preview-27223-01, preview... |
commit | commitdiff | tree | snapshot |
2018-12-23 |
Marek Safar | Extracts public IThreadPoolWorkItem interface to shared... |
commit | commitdiff | tree | snapshot |
2018-12-23 |
Marek Safar | Moves CoreLib to shared location (dotnet/coreclr#21654) |
commit | commitdiff | tree | snapshot |
2018-12-22 |
Ben Adams | SpanHelpers deal with nullable reference types (dotnet... |
commit | commitdiff | tree | snapshot |
2018-12-22 |
Jan Kotas | Move some Task related files to shared CoreLib partitio... |
commit | commitdiff | tree | snapshot |
2018-12-22 |
Jan Kotas | Synchronize Task, Awaiter and ThreadPool implementation... |
commit | commitdiff | tree | snapshot |
2018-12-22 |
Jan Kotas | CoreRT-specific Object.cs changes - Fix build breaks... |
commit | commitdiff | tree | snapshot |
2018-12-22 |
Eugene Rozenfeld | Improve removal of dead calls to allocator helpers. |
commit | commitdiff | tree | snapshot |
2018-12-22 |
Steve MacLean | Remove dead ICLRPrivBinder methods (dotnet/coreclr... |
commit | commitdiff | tree | snapshot |
2018-12-22 |
Dan Moseley | Correctly disable tests (dotnet/coreclr#21645) |
commit | commitdiff | tree | snapshot |
2018-12-22 |
Jan Kotas | Cleanup to match conventions |
commit | commitdiff | tree | snapshot |
2018-12-22 |
Marek Safar | Moves common part of Object to CoreLib shared |
commit | commitdiff | tree | snapshot |
2018-12-22 |
Eugene Rozenfeld | Don't mark calls to allocation helpers as CSE candidates. |
commit | commitdiff | tree | snapshot |
2018-12-21 |
Dan Moseley | Remove _syncRoot field from collections (dotnet/coreclr... |
commit | commitdiff | tree | snapshot |
2018-12-21 |
Jan Kotas | Disable outdated CoreFX test (dotnet/coreclr#21636) |
commit | commitdiff | tree | snapshot |
2018-12-21 |
Tanner Gooding | Ensure that the S.N.Vector methods are marked as [Intri... |
commit | commitdiff | tree | snapshot |
2018-12-21 |
Sergey Andreenko | Fix arm64 prolog generation for register masks with... |
commit | commitdiff | tree | snapshot |
2018-12-21 |
Koundinya Veluri | Update tiering guide to reference the new TieredCompila... |
commit | commitdiff | tree | snapshot |
2018-12-21 |
Marek Safar | Moves ByReference to shared CoreLib (dotnet/coreclr... |
commit | commitdiff | tree | snapshot |
2018-12-21 |
Jan Kotas | Streamline default EqualityComparer and Comparer for... |
commit | commitdiff | tree | snapshot |
2018-12-21 |
Tanner Gooding | Updating gtGetSIMDZero to only return the NI_Base_Vecto... |
commit | commitdiff | tree | snapshot |
2018-12-21 |
Tanner Gooding | Updating `FusedMultiplyAdd` for `System.Math` and... |
commit | commitdiff | tree | snapshot |
2018-12-21 |
Fei Peng | Implement the remaining BMI1/2 intrinsic (dotnet/corecl... |
commit | commitdiff | tree | snapshot |
2018-12-21 |
Fei Peng | Add AggressiveInlining for Vector<T>.op_Multiply (dotne... |
commit | commitdiff | tree | snapshot |
2018-12-21 |
Tomáš Rylek | Fix "harmless" bug in ZapImport - use AppendByte to... |
commit | commitdiff | tree | snapshot |
2018-12-21 |
Eugene Rozenfeld | Fix jit warning in crossgen desktop build. |
commit | commitdiff | tree | snapshot |
2018-12-21 |
mikedn | Don't morph volatile IND(ADDR(LCL_VAR)) (dotnet/coreclr... |
commit | commitdiff | tree | snapshot |
2018-12-20 |
Carol Eidt | Merge pull request dotnet/coreclr#21589 from CarolEidt... |
commit | commitdiff | tree | snapshot |
2018-12-20 |
dotnet-maestro-bot | Update CoreClr, CoreFx to preview-27220-03, preview... |
commit | commitdiff | tree | snapshot |
2018-12-20 |
Tomas Weinfurt | Freebsd symbols3 (dotnet/coreclr#21607) |
commit | commitdiff | tree | snapshot |
2018-12-20 |
Jan Kotas | Replace more of JitHelpers with S.R.CS.Unsafe (dotnet... |
commit | commitdiff | tree | snapshot |
2018-12-20 |
Eugene Rozenfeld | Fix jit warning. (dotnet/coreclr#21600) |
commit | commitdiff | tree | snapshot |
2018-12-19 |
Sven Boemer | Add build timeout (dotnet/coreclr#21591) |
commit | commitdiff | tree | snapshot |
2018-12-18 |
dotnet-maestro-bot | Update CoreClr, CoreSetup to preview-27218-02, preview... |
commit | commitdiff | tree | snapshot |
2018-12-18 |
Carol Eidt | Transform SIMD8 to FIELD_LIST if promoted |
commit | commitdiff | tree | snapshot |
2018-12-18 |
Koundinya Veluri | Update named mutex PAL tests to include case of file... |
commit | commitdiff | tree | snapshot |
2018-12-18 |
Tomáš Rylek | Add support for parsing field signatures (dotnet/corecl... |
commit | commitdiff | tree | snapshot |
2018-12-18 |
Carol Eidt | Merge pull request dotnet/coreclr#21567 from CarolEidt... |
commit | commitdiff | tree | snapshot |
2018-12-18 |
Bruce Forstall | Merge pull request dotnet/coreclr#21571 from BruceForst... |
commit | commitdiff | tree | snapshot |
2018-12-18 |
Michal Strehovský | Fix stack walking and reporting of default interface... |
commit | commitdiff | tree | snapshot |
2018-12-18 |
Sung Yoon Whang | Add .NET Core version to EventLog (dotnet/coreclr#21566) |
commit | commitdiff | tree | snapshot |
2018-12-18 |
Andrey Kvochko | Generate ARM CFIs in prolog (dotnet/coreclr#21505) |
commit | commitdiff | tree | snapshot |
2018-12-18 |
Stanislav Ushakov | Fixed suppressed XML documentation errors (dotnet/coref... |
commit | commitdiff | tree | snapshot |
2018-12-18 |
Steve MacLean | Do not use CorHost2::m_fStarted to gate execution ... |
commit | commitdiff | tree | snapshot |
2018-12-18 |
Bruce Forstall | Merge pull request dotnet/coreclr#21574 from BruceForst... |
commit | commitdiff | tree | snapshot |
2018-12-18 |
Bruce Forstall | Merge pull request dotnet/coreclr#21572 from BruceForst... |
commit | commitdiff | tree | snapshot |
2018-12-18 |
Bruce Forstall | Merge pull request dotnet/coreclr#21532 from BruceForst... |
commit | commitdiff | tree | snapshot |
2018-12-18 |
Jeremy Koritzinsky | Add tests for marshalling a System.Drawing.Color. ... |
commit | commitdiff | tree | snapshot |
2018-12-18 |
Bruce Forstall | Add dotnet info to PMI asm diffs output |
commit | commitdiff | tree | snapshot |
2018-12-17 |
Bruce Forstall | Disable System.Runtime.Tests for Linux arm64 corefx... |
commit | commitdiff | tree | snapshot |
2018-12-17 |
Bruce Forstall | Disable GitHub_19361 for Linux arm32 |
commit | commitdiff | tree | snapshot |
2018-12-17 |
Egor Chesakov | Switch to using resources in BenchmarksGames tests... |
commit | commitdiff | tree | snapshot |
2018-12-17 |
Carol Eidt | Test for dotnet/coreclr#20657 SIMD byref bug |
commit | commitdiff | tree | snapshot |
2018-12-17 |
Jan Kotas | Delete dead code (dotnet/coreclr#21562) |
commit | commitdiff | tree | snapshot |
2018-12-17 |
Michal Strehovský | Add specialized allocation helpers (dotnet/coreclr... |
commit | commitdiff | tree | snapshot |
2018-12-16 |
Bruce Forstall | Merge pull request dotnet/coreclr#21400 from BruceForst... |
commit | commitdiff | tree | snapshot |
2018-12-16 |
Eugene Rozenfeld | Enable object stack allocation in R2R mode. |
commit | commitdiff | tree | snapshot |
2018-12-16 |
Sung Yoon Whang | Enable PinPlugAtGCTime event for standalone GC (dotnet... |
commit | commitdiff | tree | snapshot |
2018-12-15 |
dotnet-maestro-bot | Update CoreClr, CoreSetup to preview-27215-01, preview... |
commit | commitdiff | tree | snapshot |
2018-12-15 |
Carol Eidt | Fix more HWIntrinsic ifdefs (dotnet/coreclr#21556) |
commit | commitdiff | tree | snapshot |
2018-12-15 |
Ben Adams | Fix warning causing error in warning as error (dotnet... |
commit | commitdiff | tree | snapshot |
2018-12-15 |
Tanner Gooding | Fixing an assert in `gtGetStructHandleForSIMD` to valid... |
commit | commitdiff | tree | snapshot |
2018-12-15 |
Morgan Brown | Add Azure DevOps signing support (dotnet/coreclr#21545) |
commit | commitdiff | tree | snapshot |
next |