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

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-18Improve inling in ImmutableArray<T>.Builder (#28177)Petr Onderka
2018-02-20In ImmutableArray.ToDictionary, presize Dictionary (#27280)Dan Moseley
2018-01-12Update references assemblies to include private fields for structsWes Haggard
2018-01-06Follow up on #25738 (#26196)Omar Tawfik
2018-01-06Implementing ItemRef API Proposal (C# 7.2 constructs to S.C.I) (#25738)Omar Tawfik
2017-12-22Add license headers. (#26009)Jon Hanna
2017-11-30Remove SecurityTransparent from Immutable collections (#25587)Vladimir Sadov
2017-11-25changesAnipik
2017-11-25key added to exceptionAnipik
2017-11-03Mark applicable structs as readonlyStephen Toub
2017-10-24Fix System.Data.Odbc configurations for support package and run UpdateVSConfi...Santiago Fernandez Madero
2017-10-12Avoid generic interface GetEnumerator empty allocations in immutable collecti...Stephen Toub
2017-09-19Updating corefx to use new roslyn compiler (#24076)Jose Perez Rodriguez
2017-09-18#24112 Replaced documentation summary of TryPop with text similar to TryDeque...koenigst
2017-09-01Fix library packages overlapping with framework packagesEric St. John
2017-08-31Grammar check - "a [a,e]" rule. (#23697)Brian Chavez
2017-08-22Move argument validation for some ImmutableList functions to ImmutableList.No...James Ko
2017-08-15Add missing header to ImmutableList`1+Enumerator (#23236)James Ko
2017-08-11Moving PlatformDetection to Corefx.Private.TestUtilities assembly (#23109)Tarek Mahmoud Sayed
2017-08-09PR feedbackJames Ko
2017-08-05Use expression-bodied members throughout ImmutableListJames Ko
2017-08-04Throw on null to ImmutableArrayBuilderDebuggerProxy constructor. (#22838)Jon Hanna
2017-08-03Separate ImmutableList<T> nested classes into different files (#22842)James Ko
2017-08-01Remove unused serialization members (#22785)Viktor Hofer
2017-07-04Merge pull request #21836 from joperezr/uapvnextJose Perez Rodriguez
2017-07-04Renaming uap10.1 to uap10.0.15138Jose Perez Rodriguez
2017-07-03Move AssertExtensions to Corefx.Private.TestUtilities (#21799)Hugh Bellamy
2017-07-01Merge pull request #21756 from AArnott/fix19044Andrew Arnott
2017-07-01Revert "Simplify IsValueType type check"Andrew Arnott
2017-06-30Remove ActiveIssue attributes that were tracking #19044Andrew Arnott
2017-06-30Merge active issues commit (so I can revert it)Andrew Arnott
2017-06-30Simplify IsValueType type checkAndrew Arnott
2017-06-30Add a few comments and make the two HashBucket implementations a little more ...Andrew Arnott
2017-06-30Move code around to fit standardsAndrew Arnott
2017-06-30Remove dead codeAndrew Arnott
2017-06-30Increase test coverage of the new codeAndrew Arnott
2017-06-30Avoid boxing and inaccurate HashBucket comparisonsAndrew Arnott
2017-06-28Convert Assert.Throws<ArgumentException> to AssertExtensions (#21491)Hugh Bellamy
2017-06-27Add HashBucket Equals and GetHashCode methodsAndrew Arnott
2017-06-13Fix regressions in corefx tests on ILC. (#20945)Atsushi Kanamori
2017-06-09Fix issue #20609 - RemoveAll on ImmutableList<T>.Builder removes wrong elemen...Kelly Leahy
2017-06-08Disable test for netfx (#20792)Dan Moseley
2017-06-02Remove unnecessary reference in test projectSantiago Fernandez
2017-06-02Remove caching from ImmutableSortedSet.Builder.DebuggerProxyjimparsley
2017-06-02Add test for ImmutableSortedSet.Builder.DebuggerProxy cachingjimparsley
2017-05-31Get rid of assorted CoreFx test on ILC noise.Atsushi Kanamori
2017-05-26Merge pull request #20234 from madelson/allow-nulls-in-immutable-setsIan Hays
2017-05-24Update VS configurations and ProjectGUID's for 4 new ref projects.Eric Mellino
2017-05-24Fix Immutable test configuration.Eric Mellino
2017-05-24Add a "GenerateReferenceAssembly" target and generate four assemblies.Eric Mellino