2019-01-04 |
Jan Kotas | Reflection performance tweaks & cleanup (#21737) |
commit | commitdiff | tree | snapshot |
2019-01-04 |
Stephen Toub | Use ValueStringBuilder instead of StringBuilderCache... |
commit | commitdiff | tree | snapshot |
2019-01-04 |
Jeremy Koritzinsky | Add test for StringBuilder null terminator implementati... |
commit | commitdiff | tree | snapshot |
2019-01-04 |
Bruce Forstall | Merge pull request #21803 from BruceForstall/FixTypo |
commit | commitdiff | tree | snapshot |
2019-01-04 |
Bruce Forstall | Fix batch script errors running JitOptimizationSensitiv... |
commit | commitdiff | tree | snapshot |
2019-01-04 |
Egor Chesakov | Use Kernel32 instead of api-ms-win-core-* in DllImports... |
commit | commitdiff | tree | snapshot |
2019-01-04 |
Egor Bogatov | Eliminate some bounds checks in Path (#21721) |
commit | commitdiff | tree | snapshot |
2019-01-04 |
Marek Safar | Adds portable version of EncodingTable (#21735) |
commit | commitdiff | tree | snapshot |
2019-01-04 |
Carol Eidt | Merge pull request #21619 from CarolEidt/FixDesktopSIMD |
commit | commitdiff | tree | snapshot |
2019-01-03 |
Carol Eidt | Merge pull request #21776 from fiigii/fixAs |
commit | commitdiff | tree | snapshot |
2019-01-03 |
Stephen Toub | Improve performance of Path.ChangeExtension (#21766) |
commit | commitdiff | tree | snapshot |
2019-01-03 |
Juan Hoyos | Merge pull request #21774 from hoyosjs/juhoyosa/event_size |
commit | commitdiff | tree | snapshot |
2019-01-03 |
Fei Peng | Fix Vector128/256 As<U> intrinsic recognition and exception |
commit | commitdiff | tree | snapshot |
2019-01-03 |
Jan Vorlicek | Fix GC for collectible array of pure value types (... |
commit | commitdiff | tree | snapshot |
2019-01-03 |
Stephen Toub | Reduce allocation in Index/Range.ToString (#21755) |
commit | commitdiff | tree | snapshot |
2019-01-03 |
Egor Chesakov | Remove vc-runtime package dependency (#21643) |
commit | commitdiff | tree | snapshot |
2019-01-03 |
Egor Chesakov | Bring Debug CRT DLLs when build IJW tests (#21699) |
commit | commitdiff | tree | snapshot |
2019-01-03 |
Marek Safar | Removes the code moved to shared partition |
commit | commitdiff | tree | snapshot |
2019-01-03 |
Marek Safar | Moves Attribute instance bits to shared location (dotne... |
commit | commitdiff | tree | snapshot |
2019-01-03 |
Carol Eidt | Disable the [Intrinsic] check for desktop SIMD |
commit | commitdiff | tree | snapshot |
2019-01-03 |
Carol Eidt | Fix desktop SIMD failures |
commit | commitdiff | tree | snapshot |
2019-01-03 |
Jan Kotas | Cleanup current culture handling in the unmanaged runti... |
commit | commitdiff | tree | snapshot |
2019-01-03 |
Stephen Toub | Remove substring allocation in MethodBase.AppendParamet... |
commit | commitdiff | tree | snapshot |
2019-01-03 |
Filip Navara | Remove unnecessary propagation of stack crawl marks... |
commit | commitdiff | tree | snapshot |
2019-01-03 |
Bruce Forstall | Merge pull request #21669 from kvochko/arm_cfi_code_offsets |
commit | commitdiff | tree | snapshot |
2019-01-03 |
Egor Chesakov | Refactor Send to Helix step in Azure DevOps (#21700) |
commit | commitdiff | tree | snapshot |
2019-01-03 |
Stephen Toub | Avoid some unnecessary allocation in MethodBuilder... |
commit | commitdiff | tree | snapshot |
2019-01-03 |
Stephen Toub | Replace string.Format(SR. with SR.Format(SR. (#21763) |
commit | commitdiff | tree | snapshot |
2019-01-03 |
Stephen Toub | Change a couple string.Replace("a", "b") to string... |
commit | commitdiff | tree | snapshot |
2019-01-02 |
Egor Chesakov | Use Alpine container with Node.js in Azure DevOps ... |
commit | commitdiff | tree | snapshot |
2019-01-02 |
Stephen Toub | Use StringBuilderCache in PathInternal.NormalizeDirecto... |
commit | commitdiff | tree | snapshot |
2019-01-02 |
Marek Safar | Additional ifdef changes which are ES_BUILD_STANDALONE... |
commit | commitdiff | tree | snapshot |
2019-01-02 |
Stephen Toub | Replace Array.Copy(src, dst, int) calls with Array... |
commit | commitdiff | tree | snapshot |
2019-01-02 |
Filip Navara | Remove dummy globalization implementation. (dotnet... |
commit | commitdiff | tree | snapshot |
2019-01-02 |
Stephen Toub | Avoid boxing allocation and object[] allocation in... |
commit | commitdiff | tree | snapshot |
2019-01-02 |
Egor Chesakov | Temporary remove OSX.1012.Amd64.Open and OSX.1012.Amd64... |
commit | commitdiff | tree | snapshot |
2019-01-02 |
Jan Kotas | Delete lstrlen from Unix PAL (#21745) |
commit | commitdiff | tree | snapshot |
2019-01-02 |
Marlon Regenhardt | Remove second 'license' word for readability (#21747) |
commit | commitdiff | tree | snapshot |
2019-01-02 |
Jan Kotas | Simplify and improve integer overflow checks in Interop... |
commit | commitdiff | tree | snapshot |
2019-01-02 |
dotnet-maestro-bot | Update CoreClr, CoreFx to preview-27302-01, preview... |
commit | commitdiff | tree | snapshot |
2019-01-02 |
Jan Kotas | AppContext moved to shared partition - CoreRT specific... |
commit | commitdiff | tree | snapshot |
2019-01-02 |
Ben Adams | strlen to managed code and vectorize (#21729) |
commit | commitdiff | tree | snapshot |
2019-01-01 |
Jan Kotas | Cleanup ArgumentNull_Obj references in unmanaged runtim... |
commit | commitdiff | tree | snapshot |
2019-01-01 |
Marek Safar | Tweaks permissions ifdefs in System.Diagnostics.Tracing... |
commit | commitdiff | tree | snapshot |
2019-01-01 |
Marek Safar | Moves AppContext to shared location (#21734) |
commit | commitdiff | tree | snapshot |
2019-01-01 |
Jan Kotas | Delete useless ArgumentNullException message (#21728) |
commit | commitdiff | tree | snapshot |
2018-12-31 |
Ben Adams | Remove EventPipeController static constructor (#21718) |
commit | commitdiff | tree | snapshot |
2018-12-31 |
Marek Safar | Moves ExceptionDispatchInfo to shared location (#21725) |
commit | commitdiff | tree | snapshot |
2018-12-31 |
Ben Adams | Improve MdUtf8String (#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 (#21710) |
commit | commitdiff | tree | snapshot |
2018-12-31 |
Koundinya Veluri | Don't Sleep(1) in some spin-wait loops (#21722) |
commit | commitdiff | tree | snapshot |
2018-12-31 |
Pent Ploompuu | Remove parsing from GUID constants (#21717) |
commit | commitdiff | tree | snapshot |
2018-12-31 |
Ben Adams | Remove Environment static constructor (#21715) |
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/corert... |
commit | commitdiff | tree | snapshot |
2018-12-30 |
Ben Adams | Shorter ExecutionContext.Capture (#21707) |
commit | commitdiff | tree | snapshot |
2018-12-30 |
Ben Adams | Use EventSource guid ctor for RuntimeEventSource (... |
commit | commitdiff | tree | snapshot |
2018-12-30 |
dotnet-maestro... | Update dependency files (#21703) |
commit | commitdiff | tree | snapshot |
2018-12-30 |
Marek Safar | Moves generic comparers to shared CoreLib (#21649) |
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 (#21672) |
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 (#21123) |
commit | commitdiff | tree | snapshot |
2018-12-28 |
dotnet-maestro... | Update dependency files (#21686) |
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 (#21523) |
commit | commitdiff | tree | snapshot |
2018-12-25 |
Andrey Kvochko | Fix windows build |
commit | commitdiff | tree | snapshot |
2018-12-25 |
Andrey Kvochko | Fix CFI code offsets in prolog on ARM |
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. (#21671) |
commit | commitdiff | tree | snapshot |
2018-12-24 |
Filip Navara | Move DebugProvider.Windows to shared CoreLib. (#21657) |
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 (#21617) |
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 (#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 (#21654) |
commit | commitdiff | tree | snapshot |
2018-12-22 |
Ben Adams | SpanHelpers deal with nullable reference types (#21232) |
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 |
dotnet-maestro... | Update dependency files (#21634) |
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 (#21637) |
commit | commitdiff | tree | snapshot |
2018-12-22 |
Dan Moseley | Correctly disable tests (#21645) |
commit | commitdiff | tree | snapshot |
next |