2018-01-29 |
Stephen Toub | Use corelib-shared ValueStringBuilder
|
commit | commitdiff | tree |
2018-01-29 |
Ben Adams | Use EventSource guid ctor for ArrayPoolEventSource...
|
commit | commitdiff | tree |
2018-01-29 |
Ben Adams | Use Guid ctor for TplEtwProvider (#16060)
|
commit | commitdiff | tree |
2018-01-17 |
Ben Adams | Skip EDI boundary for async (#15781)
|
commit | commitdiff | tree |
2017-12-06 |
dotnet-maestro-bot | Update CoreClr to preview1-26005-01 (#15371)
|
commit | commitdiff | tree |
2017-12-05 |
Matt Warren | Fixed some broken formatting (#15369)
|
commit | commitdiff | tree |
2017-12-05 |
dotnet-maestro-bot | Update BuildTools, CoreClr, PgoData to prerelease-02304...
|
commit | commitdiff | tree |
2017-12-04 |
dotnet-maestro-bot | Update CoreClr, PgoData to preview1-26004-01, master...
|
commit | commitdiff | tree |
2017-12-02 |
dotnet-maestro-bot | Update CoreClr, PgoData to preview1-26002-02, master...
|
commit | commitdiff | tree |
2017-12-02 |
dotnet-maestro-bot | Update CoreClr, CoreFx to preview1-26002-01, preview1...
|
commit | commitdiff | tree |
2017-12-01 |
Tom Deseyn | Unix: Remove MaxPath, MaxName (#15229)
|
commit | commitdiff | tree |
2017-12-01 |
dotnet-maestro-bot | Update CoreClr, CoreFx, PgoData to preview1-26001-01...
|
commit | commitdiff | tree |
2017-12-01 |
Jan Kotas | Merge pull request dotnet/corert#5038 from dotnet/nmirror
|
commit | commitdiff | tree |
2017-11-30 |
dotnet-maestro-bot | Update CoreFx to preview1-25930-02 (#15295)
|
commit | commitdiff | tree |
2017-11-29 |
dotnet-maestro-bot | Update CoreClr, CoreFx, PgoData to preview1-25929-01...
|
commit | commitdiff | tree |
2017-11-29 |
dotnet-maestro-bot | Update BuildTools, CoreClr, CoreFx to prerelease-02228...
|
commit | commitdiff | tree |
2017-11-29 |
Stephen Toub | Address PR feedback
|
commit | commitdiff | tree |
2017-11-29 |
Stephen Toub | Reduce duplicate code for span formatting in StringBuilder
|
commit | commitdiff | tree |
2017-11-29 |
Stephen Toub | Add double/float.TryFormat
|
commit | commitdiff | tree |
2017-11-29 |
Stephen Toub | Port ValueStringBuilder updates/fixes from corefx
|
commit | commitdiff | tree |
2017-11-29 |
Stephen Toub | Move FormatDouble/Single to managed code
|
commit | commitdiff | tree |
2017-11-28 |
dotnet-maestro-bot | Update CoreClr to preview1-25928-02 (#15240)
|
commit | commitdiff | tree |
2017-11-28 |
dotnet-maestro-bot | Update CoreClr, PgoData to preview1-25927-01, master...
|
commit | commitdiff | tree |
2017-11-27 |
dotnet-maestro-bot | Update CoreClr, CoreFx, PgoData to preview1-25927-01...
|
commit | commitdiff | tree |
2017-11-26 |
Jiri {x2} Cincura | Simpler code (same as in String.Manipulation.cs). ...
|
commit | commitdiff | tree |
2017-11-26 |
Justin Van Patten | Sort the Action/Func delegates (#15222)
|
commit | commitdiff | tree |
2017-11-26 |
Justin Van Patten | Use string.Create in BitConverter.ToString(byte[])...
|
commit | commitdiff | tree |
2017-11-24 |
dotnet-maestro-bot | Update CoreClr, CoreFx, PgoData to preview1-25923-02...
|
commit | commitdiff | tree |
2017-11-22 |
Justin Van Patten | StringBuilder: Use Decimal.TryFormat (#15170)
|
commit | commitdiff | tree |
2017-11-21 |
Justin Van Patten | Version: Use int.TryFormat & StringBuilder.Append(int...
|
commit | commitdiff | tree |
2017-11-18 |
Stephen Toub | Use TryFormat in StringBuilder
|
commit | commitdiff | tree |
2017-11-18 |
Stephen Toub | Add TryFormat methods to {S}Byte, {U}Int16/32/64, and...
|
commit | commitdiff | tree |
2017-11-18 |
Stephen Toub | Change FormatFixed to avoid bounds checks
|
commit | commitdiff | tree |
2017-11-18 |
Stephen Toub | Remove now dead code from managed parsing/formatting.
|
commit | commitdiff | tree |
2017-11-18 |
Stephen Toub | Improve performance of managed formatting code
|
commit | commitdiff | tree |
2017-11-18 |
Stephen Toub | Move integer parsing/formatting logic to shared
|
commit | commitdiff | tree |
2017-11-18 |
David Nissimoff | Fix #15057 MemoryStream.CopyToAsync calls Write / WriteAsync...
|
commit | commitdiff | tree |
2017-11-18 |
Jan Kotas | Rename mscorlib to System.Private.CoreLib in documentation...
|
commit | commitdiff | tree |
2017-11-14 |
Ahson Khan | Add object null checks in Memory<T> APIs to support...
|
commit | commitdiff | tree |
2017-11-08 |
Stephen Toub | Add MemoryMarshal.AsMemory
|
commit | commitdiff | tree |
2017-11-08 |
Stephen Toub | Add string support to ReadOnlyMemory<char>
|
commit | commitdiff | tree |
2017-11-06 |
dotnet-maestro-bot | Update CoreFx, PgoData to preview1-25906-03, master...
|
commit | commitdiff | tree |
2017-11-03 |
Stephen Toub | Move I{Configured}ValueTaskAwaiter interfaces to correct...
|
commit | commitdiff | tree |
2017-10-31 |
Stephen Toub | Don't inline GetTaskForResult when await'ing ValueTask
|
commit | commitdiff | tree |
2017-10-17 |
Stephen Toub | Avoid TaskWaitBegin/End events in Task.Wait on already...
|
commit | commitdiff | tree |
2017-10-17 |
dotnet-maestro-bot | Update BuildTools to prerelease-02116-01 (#14530)
|
commit | commitdiff | tree |
2017-10-16 |
Stephen Toub | Address PR feedback
|
commit | commitdiff | tree |
2017-10-16 |
Stephen Toub | Change Task.Delay to use TimerQueueTimer instead of...
|
commit | commitdiff | tree |
2017-10-16 |
Stephen Toub | Queue TimerQueueTimer directly to ThreadPool
|
commit | commitdiff | tree |
2017-10-16 |
Stephen Toub | Reduce Timer lock contention
|
commit | commitdiff | tree |
2017-10-16 |
dotnet-maestro-bot | Update CoreFx to preview1-25816-01 (#14516)
|
commit | commitdiff | tree |
2017-10-15 |
dotnet-maestro-bot | Update CoreFx to preview1-25815-02 (#14511)
|
commit | commitdiff | tree |
2017-10-10 |
Tom | Fixing a Typo in README.md (#14405)
|
commit | commitdiff | tree |
2017-10-09 |
Stephen Toub | Undo unnecessary change from DateTime.Parse commit
|
commit | commitdiff | tree |
2017-10-06 |
Stephen Toub | Fix handling of continuations for captured context
|
commit | commitdiff | tree |
2017-10-06 |
Stephen Toub | Fix asserts in Unix build
|
commit | commitdiff | tree |
2017-10-06 |
Stephen Toub | Add DateTime{Offset}.TryFormat methods
|
commit | commitdiff | tree |
2017-10-06 |
Stephen Toub | Add DateTime{Offset} span-based {Try}Parse{Exact} overloads
|
commit | commitdiff | tree |
2017-10-06 |
Stephen Toub | Address perf issues
|
commit | commitdiff | tree |
2017-10-06 |
Stephen Toub | Remove StringBuilder allocations from roundtrip format...
|
commit | commitdiff | tree |
2017-10-06 |
Stephen Toub | Add IsValidYear/Day overrides to GregorianCalendar
|
commit | commitdiff | tree |
2017-10-06 |
Stephen Toub | Avoid slicing/extra method call while tokenizing in...
|
commit | commitdiff | tree |
2017-10-06 |
Stephen Toub | Move DateTimeParse to use spans internally
|
commit | commitdiff | tree |
2017-10-06 |
Stephen Toub | Add Span-based Convert Base64 methods
|
commit | commitdiff | tree |
2017-10-03 |
Stephen Toub | Special-case T==char in string.Concat(IEnumerable<T>)
|
commit | commitdiff | tree |
2017-09-29 |
Kristian Hellang | Added CopyToAsync overload using default buffer size...
|
commit | commitdiff | tree |
2017-09-27 |
Stephen Toub | Add ThreadPool.QueueUserWorkItem(..., bool preferLocal)
|
commit | commitdiff | tree |
2017-09-26 |
Stephen Toub | Avoid async method delegate allocation
|
commit | commitdiff | tree |
2017-09-19 |
Stephen Toub | Address PR feedback
|
commit | commitdiff | tree |
2017-09-18 |
Stephen Toub | Move ParseNumbers to shared partition
|
commit | commitdiff | tree |
2017-09-18 |
Stephen Toub | Remove now dead ParseNumbers code in runtime
|
commit | commitdiff | tree |
2017-09-18 |
Stephen Toub | Clean up ParseNumbers and fix perf regressions
|
commit | commitdiff | tree |
2017-09-18 |
Stephen Toub | Copy corert's ParseNumbers implementation to coreclr
|
commit | commitdiff | tree |
2017-09-14 |
Stephen Toub | Reduce allocation when async methods yield
|
commit | commitdiff | tree |
2017-09-14 |
Stephen Toub | Change delegation in {Unmanaged}MemoryStream.Read/WriteAsync...
|
commit | commitdiff | tree |
2017-09-11 |
Stephen Toub | Use AsyncTaskCache in ValueTask.AsTask()
|
commit | commitdiff | tree |
2017-09-08 |
Stephen Toub | Add String.Create span-based method
|
commit | commitdiff | tree |
2017-08-31 |
Maggie Tsang | Random span-based API (#13708)
|
commit | commitdiff | tree |
2017-08-28 |
Stephen Toub | Clean up code formatting as corert had done
|
commit | commitdiff | tree |
2017-08-28 |
Stephen Toub | Implement an IntToString equivalent
|
commit | commitdiff | tree |
2017-08-28 |
Stephen Toub | Move TimeSpanFormat.cs and TimeSpanParse.cs to shared
|
commit | commitdiff | tree |
2017-08-28 |
Stephen Toub | Compensate for perf regressions in string-to-span parsing
|
commit | commitdiff | tree |
2017-08-28 |
Stephen Toub | Add span-based TimeSpan {Try}Parse{Exact} and TryFormat...
|
commit | commitdiff | tree |
2017-08-22 |
Stephen Toub | Override Span-based Read/Write on FileStream
|
commit | commitdiff | tree |
2017-08-17 |
Stephen Toub | Add span-based Version methods
|
commit | commitdiff | tree |
2017-08-16 |
Stephen Toub | Add span-based overloads to Encoder/Decoder
|
commit | commitdiff | tree |
2017-08-16 |
Stephen Toub | Remove overhead from AsyncValueTaskMethodBuilder.Create
|
commit | commitdiff | tree |
2017-08-08 |
Stephen Toub | Change Task.WaitAll/Any overloads to call WaitAll/AnyCore...
|
commit | commitdiff | tree |
2017-08-08 |
Kevin Gosse | Add StringBuilder Span-based APIs (#13163)
|
commit | commitdiff | tree |
2017-08-08 |
Stephen Toub | Refactor large Task NoOptimization bodies into own...
|
commit | commitdiff | tree |
2017-07-28 |
Stephen Toub | Add String(ReadOnlySpan<char>) ctor
|
commit | commitdiff | tree |
2017-07-28 |
Jan Kotas | Add generic encoding support to metasig
|
commit | commitdiff | tree |
2017-07-25 |
Tanner Gooding | Deleting the non-shared implementation of `System.Single...
|
commit | commitdiff | tree |
2017-07-24 |
Stephen Toub | A few minor perf tweaks
|
commit | commitdiff | tree |
2017-07-24 |
Stephen Toub | Add ValueTask and friends to corelib
|
commit | commitdiff | tree |
2017-07-20 |
Stephen Toub | Fix corefx break due to missing internal method
|
commit | commitdiff | tree |
2017-07-19 |
Stephen Toub | Improve the performance of CancellationToken.Register...
|
commit | commitdiff | tree |
2017-07-11 |
Stephen Toub | Remove ThrowExceptionIfDisposedCancellationTokenSource...
|
commit | commitdiff | tree |
2017-06-18 |
James Ko | Cleanup most code in StringBuilder (#10156)
|
commit | commitdiff | tree |
2017-06-15 |
Stephen Toub | Small cleanup to Char.IsWhiteSpaceLatin1
|
commit | commitdiff | tree |
next |