summaryrefslogtreecommitdiff
path: root/src/mscorlib/src/System/Collections/Concurrent
AgeCommit message (Expand)AuthorFilesLines
2018-05-08Rename mscorlib to System.Private.Corelib (#17926)Maryam Ariyan4-3210/+0
2017-11-24added keu value to key not found exception (#15201)Anirudh Agnihotry1-3/+3
2017-09-15Fix build breaks after moving files to shared and misc cleanupJan Kotas1-1/+1
2017-09-08Port some concurrent collection implementations with latest fixes from CoreFX...Koundinya Veluri3-386/+357
2017-08-30Spelling and grammar corrections - M through Z (#13698)Brian Chavez3-4/+4
2017-08-27Remove always defined FEATURE_RANDOMIZE_STRING_HASHING define (#13491)Dan Moseley1-4/+0
2017-08-24mscorlib cache padding for 128 byte lines (#13102)Steve MacLean1-3/+3
2017-07-14Applied MaxSegmentLength restriction in ConcurrentQueueJeffCyr1-2/+2
2017-05-23Scale back [Serializable] on CoreCLR types (#11765)Morgan Brown1-1/+0
2017-03-22Switch coreclr corelib to use resx (#10372)Alex Perovich2-3/+3
2017-03-21Revert "Switch coreclr corelib to use resx (#10268)"Jan Kotas2-3/+3
2017-03-21Switch coreclr corelib to use resx (#10268)Alex Perovich2-3/+3
2017-02-23Run codeformatter on S.P.CoreLib sourcesAlex Perovich4-8/+3
2017-02-18Merge pull request #9670 from stephentoub/cs_randomDan Moseley1-2/+13
2017-02-18Delay Random allocation in ConcurrentStackStephen Toub1-2/+13
2017-02-16Merge pull request #8778 from dnickless/masterDan Moseley1-0/+4
2017-02-07Remove more CAS (#9390)Dan Moseley2-2/+0
2017-02-07Remove bclrewriter (#9351)Dan Moseley2-2/+2
2017-02-06Delete ComVisible attributesJan Kotas1-1/+0
2017-02-06Two fixes to ConcurrentQueueStephen Toub1-7/+10
2017-02-04Remove stripped code (#9269)Dan Moseley7-2866/+2
2017-02-01Port ConcurrentQueue<T> back from corefxStephen Toub1-636/+825
2017-01-03Performance improvement: Make ConcurrentDictionary with an Enum key also prof...dnickless1-0/+4
2016-12-13Delete HostProtection attributes (#8610)Jan Kotas6-6/+0
2016-12-12Rename Contract.Assert to Debug.Assert (#8600)Jan Kotas3-37/+38
2016-12-08Strip more defines from CoreLib (#8545)Jeremy Kuhne3-203/+2
2016-10-27Use nameof where possible for ArgumentOutOfRangeExceptionStephen A. Imhoff2-12/+12
2016-10-27Use nameof where possible for ArgumentNullExceptionStephen A. Imhoff4-13/+13
2016-09-07ConcurrentDictionary<TKey, TValue> Exceptions to ThrowHelper (#7079)Ben Adams1-56/+44
2016-08-14Restore most serialization implementations in coreclrStephen Toub3-6/+0
2016-07-13Add #if FEATURE_SERIALIZATION around non-functional [Serializable]Stephen Toub3-0/+6
2016-01-27Update license headersdotnet-bot7-14/+21
2015-10-29Port .NET Framework 4.6.1 changesJan Kotas1-3/+2
2015-03-11Remove the CDS_COMPILE_JUST_THIS define from the ConcurrentDictionary.cs file.Alex Ghiondea1-32/+7
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot7-0/+6146