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
2017-08-01More thoroughly test concurrent collection debugger views (#22829)Jon Hanna
2017-08-01Remove unused serialization members (#22785)Viktor Hofer
2017-07-20Disable hanging Collections.Concurrent test on x86 too. (#22476)Atsushi Kanamori
2017-07-20Minor fixes to concurrent collections from port to CoreCLR (#22454)Koundinya Veluri
2017-07-19Disable hanging ConcurrentQueue test on ILC (64-bit) (#22439)Atsushi Kanamori
2017-07-18Fixed possibility of observing partially constructed object on hardware with ...Valery
2017-07-14Applied MaxSegmentLength restriction in ConcurrentQueue (#22263)Jeff Cyr
2017-07-03Move AssertExtensions to Corefx.Private.TestUtilities (#21799)Hugh Bellamy
2017-06-28Convert Assert.Throws<ArgumentException> to AssertExtensions (#21491)Hugh Bellamy
2017-06-23Convert most Assert.Throws<ArgumentException> without param name to AssertExt...Hugh Bellamy
2017-06-23Re-enable ManyConcurrentAddsTakes_ForceContentionWithToArray test for UapAot ...Anton Lapounov
2017-05-31Skipping test on uapaot since it was crashing the S.C.Concurrent runJose Perez Rodriguez
2017-05-17CoreFx Tests: Add ActiveIssues for ILCAtsushi Kanamori
2017-05-17Scale back [Serializable] CoreFX types (#19742)Morgan Brown
2017-05-10Remove unneeded Serializable attributes (#19577)Morgan Brown
2017-04-27Add max Collection size to concurrent test (#18956)Ian Hays
2017-04-26Cleanup AOT failures in System.Collections.*.Tests.dll (#18995)Atsushi Kanamori
2017-04-26Skip more System.Runtime.Tests on UWP/AOTAtsushi Kanamori
2017-04-21Disable all the non-zero lower bound array failures in Collections tests. (#1...Atsushi Kanamori
2017-04-18Bulk updates of tests for AssertExtensions (#18491)Daniel Harvey
2017-04-17ConcurrentDictionary null comparer consistency with BCL (#18441)Joseph Musser
2017-04-17Add TryAdd/Remove extension methods in CollectionExtensions (#18091)Nate Barbettini
2017-04-10Updates how we define which key an assembly usesWes Haggard
2017-03-24Fixed a small confusing mistake in comment.Liangyaozhi
2017-03-21Replaced ContainsKey() Calls with TryAdd() Dictionary Calls (#17201)Rion Williams
2017-03-17Reduce memory load of ConcurrentCollections test (#17205)Ian Hays
2017-02-21Cut GetTypeInfo from ConcurrentDictionary and use switch over if-elseJon Hanna
2017-02-19Merge pull request #16295 from stephentoub/cs_randomStephen Toub
2017-02-19Delay Random allocation in ConcurrentStackStephen Toub
2017-02-18Remove dead string resources (#16284)Dan Moseley
2017-02-17Enabling overflow checks for debug (#16189)Dennis "D.C." Dietrich
2017-02-16Remove all .builds files under pkg/ref/src/tests library foldersWes Haggard
2017-02-13Marking code as unchecked (pt 7) (#16079)Dennis "D.C." Dietrich
2017-02-12Cleanup netstandard ifdefs and conditions (#16072)Jan Kotas
2017-02-08Prepare uap package (#15866)Jose Perez Rodriguez
2017-02-07Remove versioned configuration from test projects (#15879)Tarek Mahmoud Sayed
2017-02-07Marking code as unchecked (pt 1) (#15805)Dennis "D.C." Dietrich
2017-02-06Two fixes to ConcurrentQueueStephen Toub
2017-02-04Update Solution files to use windows path slashes.Wes Haggard
2017-02-03Sync BuildConfiguration with project PropertyGroupsEric St. John
2017-02-03Update all solution files using solution generation toolWes Haggard
2017-02-03Add ProjectGuids for all projects and empty configs for projects without Buil...Wes Haggard
2017-02-01Updating VS ConfigurationsJose Perez Rodriguez
2017-02-01Adding missing Configurations for uapJose Perez Rodriguez
2017-01-31Sync PropertyGroups and BuildConfigurationsEric St. John
2017-01-25Add ConcurrentBag.Clear and ConcurrentQueue.ClearStephen Toub
2017-01-24Removing netstandard configurations for things that are bellow netstandard (#...Jose Perez Rodriguez
2017-01-20Adding missing Configurations.props for refs and fixing the existing ones (#1...Jose Perez Rodriguez
2017-01-19Remove packages from NETStandard.Library 1.6Eric St. John
2017-01-18Performance improvement: Make ConcurrentDictionary with Enum values also prof...dnickless