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-03-30Cleanup build scripts (#34268)Jan Kotas
2020-03-24Remove a few boxing/string allocations in XmlJsonWriter (#33991)Stephen Toub
2020-03-19Remove bad calls to ReferenceEquals (#33739)Jeremy Barton
2020-02-20Remove a smattering of string allocations with spans (#32463)Stephen Toub
2020-02-18Change several `static readonly byte[]` fields to be `ReadOnlySpan<byte>` pro...Stephen Toub
2020-02-18Prefer StringBuilder.Append(char) over Append(string) (#32467)Stephen Toub
2020-02-15Remove char[] allocation from XmlConverter.StripWhitespace (#32297)Stephen Toub
2020-02-13Clean up improper usage of linguistic string functions (#31968)Levi Broderick
2020-02-12Unify int to hexadecimal char conversions (#1273)Marek Safar
2020-02-09Delete [SuppressMessage(...)] attributes for old/defunct/unused rules (#31966)Stephen Toub
2020-02-06New Configuration System (#1787)Anirudh Agnihotry
2020-02-05Managed Renames for consistency (#28819)Steve MacLean
2020-01-29Merging small assemblies (part 1/N) (#2189)Jan Kotas
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
2019-12-14Removing "netcoreapp" and "netfx" TargetGroup (#457)Anirudh Agnihotry
2019-11-14Fix test build of test project that referenced corefx shared corelib directly...Santiago Fernandez Madero
2019-11-14Use Strings.resx file for the exception messages (dotnet/corefx#40402)Roman Marusyk
2019-11-12Fix StyleCop rule SA1129 ("Do not use default value type constructor") (dotne...Stephen Toub
2019-11-11Bumping the assembly version to 5.0.0.0 (dotnet/corefx#41723)Anirudh Agnihotry
2019-11-04Simplify Array.Copy(a, 0, b, 0, c) to Array.Copy(a, b, c) (dotnet/corefx#42343)Stephen Toub
2019-10-17Remove UAP target (dotnet/corefx#41759)Viktor Hofer
2019-09-09Remove ProjectGUIDs from project files and Project and Name attributes from P...Viktor Hofer
2019-08-26Remove a few allocations (dotnet/corefx#40580)Stephen Toub
2019-08-24Contribute to IDE0055 (fix formatting)Stephen Toub
2019-08-24Contribute to StyleCop SA1002 (semicolon spacing)Stephen Toub
2019-08-24Fix StyleCop warning SA1001 (spaces around commas)Stephen Toub
2019-08-16Fix IDE0066 across corefx (dotnet/corefx#40288)Stephen Toub
2019-08-14Make many fields readonly or const across corefx (dotnet/corefx#40298)Stephen Toub
2019-08-14Fix problematic characters in XmlJsonReader.cs (dotnet/corefx#40291)Stephen Toub
2019-08-12Enable StyleCop rules 1205, 1411, 1026, and 1000 (dotnet/corefx#40254)Stephen Toub
2019-08-12Re-enable StyleCop warning SA1400 (elements should specify access) (dotnet/co...Stephen Toub
2019-08-08Re-enable StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank ...Stephen Toub
2019-08-08Re-enable StyleCop warning SA1113 (comma on same line as previous parameter)Stephen Toub
2019-08-05Remove some unused locals (dotnet/corefx#39956)Stephen Toub
2019-08-02Enable stylecop warnings 1205, 1212, and 1617 (dotnet/corefx#39941)Stephen Toub
2019-07-30Re-enable xunit warning 2005 (dotnet/corefx#39866) (dotnet/corefx#39864)Stephen Toub
2019-07-04More cleanup for linker heuristics (dotnet/corefx#39191)Jan Kotas
2019-07-01Remove dead code in System.Private.* namespaces (dotnet/corefx#36588)Matt Kotsenas
2019-06-21Config ReaderQotas.MaxStringContentLength has no effect for some test data on...imcarolwang
2019-06-14Delete dead uapaot code (dotnet/corefx#38330)Viktor Hofer
2019-06-06Remove NetNative uapaot support (dotnet/corefx#38170)Viktor Hofer
2019-05-09Use better Array.Copy overload (dotnet/corefx#37548)Stephen Toub
2019-04-10Removed netcoreappaot configuration from corefx (dotnet/corefx#36739)Anirudh Agnihotry
2019-03-06Clean up lots of string.Format / SR.Format usage (dotnet/corefx#35777)Stephen Toub
2019-03-03Project msbuild syntax cleanup (dotnet/corefx#35686)Viktor Hofer
2019-02-02Cleanup security permission and resource consumption attribute references (do...Jan Kotas
2018-11-08Port a DataContractSerialization bug fix from netfx (dotnet/corefx#32205)Jiayi Yu
2018-11-07Add declaredType parameter in some DataContract Serialization methods (dotnet...Jiayi Yu
2018-10-31Rename AssemblyKey properties to StrongNameKeyId as part of arcade workWes Haggard