Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-17Implement ReadOnlySequence<T>.GetPosition(SequencePosition) (#771), fixes #27158Marco Rossignoli
2020-08-07Use T? for unconstrained nullable types (#40197)Stephen Toub
2020-08-02[browser] Remove ActiveIssue from BinaryPrimitives_StaticWithSpanArgument (#4...Larry Ewing
2020-07-23Remove depprojs in favor of PackageReferences (#35606)Viktor Hofer
2020-07-18Correct TryReadTo ref assembly parameter name (#39594)Ben Adams
2020-07-15WASM: Enable System.Memory tests (#39319)Alexander Köplinger
2020-07-15Add TryReadTo(out ReadOnlySpan<T> span, ReadOnlySpan<T> delimiter (#39048)Ben Adams
2020-07-08Update license headers (#38793)Stephen Toub
2020-06-22Use ProjectReference to build against System.Private.CoreLib (#38196)Viktor Hofer
2020-06-17Remove some stale nullable suppressions / TODOs (#37978)Stephen Toub
2020-06-12Tfm clean up (#37623)Anirudh Agnihotry
2020-06-11Revert "Added support for splitting on ReadOnlySpan<char> (#295)" (#37757)Layomi Akinrinade
2020-06-10Added support for splitting on ReadOnlySpan<char> (#295)Benjamin Bartels
2020-04-25Use attribute Link syntax for Common files (#35436)Marcus Turewicz
2020-04-08Enable xunit1024 (#34512)Alex Villarreal
2020-04-08Rename CoreFx.Private.TestUtilities and reference it in slns (#34656)Viktor Hofer
2020-04-07Fix various LastIndexOf bugs when given zero-length target values (#34616)Levi Broderick
2020-03-25Change exception for overflow in ArrayBufferWriter (#32587)Felipe Pessoto
2020-03-25Replaced Span<T>.Fill(0) with Span<T>.Clear() (#33849)Günther Foidl
2020-03-18[master] Update dependencies from mono/linker dotnet/arcade (#33646)dotnet-maestro[bot]
2020-02-19Update all issues in source code to point to runtime (#32349)Santiago Fernandez Madero
2020-02-18[mono][xunit tests] Move skipped tests out of rsp file (#2087)Maxim Lipnin
2020-02-14API review URL should be HTTPS, not HTTP (#32281)Levi Broderick
2020-02-06New Configuration System (#1787)Anirudh Agnihotry
2020-02-04Add Single and Double overloads to BinaryPrimitives (#6864)Eric Erhardt
2020-01-27Fixed Base64 EncodeToUtf8 / DecodeFromUtf8 return states (Done | NeedMoreData...Günther Foidl
2020-01-18More renames of full framework to .NET Framework (#1900)Jan Kotas
2020-01-18Address more issue numbers in the code (#1888)Stephen Toub
2020-01-16Change all ActiveIssues to use Uris instead of numbers (#1768)Stephen Toub
2020-01-08Expose MemoryMarshal.GetArrayDataReference (#1036)Levi Broderick
2019-12-30Consolidate .netcoreapp.cs files in Common project (#1178)Roman Marusyk
2019-12-27Revert changes to EncoderNLS/DecoderNLS.Convert (#752)Levi Broderick
2019-12-27only set next segment if Sequence spans multiple segments (#276)Vladislav Richter
2019-12-14Removing "netcoreapp" and "netfx" TargetGroup (#457)Anirudh Agnihotry
2019-12-13Revert workarounds for IEquatable and nullable (#795)Stephen Toub
2019-12-07Implement AdvanceToEnd,UnreadSequence (#388)Marco Rossignoli
2019-12-06Implement SequenceReader.TryPeek(long offset, out T value) (#346)Marco Rossignoli
2019-11-29Consolidate .netcoreapp.cs files because projects is no longer cross-compiled...Roman Marusyk
2019-11-14Fix test build of test project that referenced corefx shared corelib directly...Santiago Fernandez Madero
2019-11-11Bumping the assembly version to 5.0.0.0 (dotnet/corefx#41723)Anirudh Agnihotry
2019-11-09[master] Update dependencies from dotnet/coreclr (dotnet/corefx#42443)dotnet-maestro[bot]
2019-11-07Implement SequenceReader.TryPeek(long offset, out T value) (dotnet/corefx#42364)Marco Rossignoli
2019-10-23Add Encoding extensions which work with sequences (dotnet/corefx#41810)Levi Broderick
2019-10-17Remove UAP target (dotnet/corefx#41759)Viktor Hofer
2019-09-17Add missing dummy types to reference assemblies (dotnet/corefx#41147)Santiago Fernandez Madero
2019-09-09Replace HashHelpers.Combine with HashCode.Combine in netcoreapp projects (dot...Stephen Toub
2019-09-09Remove ProjectGUIDs from project files and Project and Name attributes from P...Viktor Hofer
2019-09-07Add missing dummy primitive to ReadOnlySequence<T>.Enumerator (dotnet/corefx#...Santiago Fernandez Madero
2019-08-14Make many fields readonly or const across corefx (dotnet/corefx#40298)Stephen Toub
2019-08-12Enable StyleCop rules 1205, 1411, 1026, and 1000 (dotnet/corefx#40254)Stephen Toub