summaryrefslogtreecommitdiff
path: root/src/mscorlib/src/System/Collections
AgeCommit message (Expand)AuthorFilesLines
2018-05-08Rename mscorlib to System.Private.Corelib (#17926)Maryam Ariyan10-6260/+0
2018-04-24Move Hashtable & friends to shared parition (#17316)Viktor Hofer3-1485/+0
2018-03-27Cleanup InternalsVisibleTo (#17185)Jan Kotas2-8/+16
2018-03-08Move String to shared corelib partition (#16749)Jan Kotas1-18/+4
2018-01-25Minor bug fix for Array.Sort: Replace keys.Length with length for FloorLog2Pl...nietras1-4/+4
2018-01-06Move types to shared corelib partition (#15768)Jan Kotas1-71/+0
2018-01-03Fix typo in docstring (#15714)Russell Cohen1-1/+1
2017-12-28Removed redundant null tests when sorting a secondary values array. (#14277)Colin Green1-45/+31
2017-12-02Rename the method FloorLog2 to be more clear & fix spelling (#25335) (#15349)Zhukov Maxim1-6/+6
2017-11-24added keu value to key not found exception (#15201)Anirudh Agnihotry1-3/+3
2017-11-21Delete unused leftovers from binary serialization (#15140)Jan Kotas1-5/+0
2017-11-02Move Dictionary to shared CoreLib partition (#14795)Jan Kotas3-1629/+2
2017-10-31Make NonRandomizedStringEqualityComparer serialize into GenericEqualityCompar...Viktor Hofer2-29/+34
2017-10-30Fix build warning (#14751)Jan Kotas1-25/+25
2017-10-30Simplify Comparer/EqualityComparers (#14737)Jan Kotas3-50/+5
2017-10-29Update Hashtable.cs (#14741)Andrew Anikin1-1/+1
2017-10-27Revise class hierarchy for some EqualityComparer<T> subclasses (#14723)Andy Ayers1-2/+13
2017-10-24Search/replace Debug.Assert(false, => Debug.Fail(Jan Kotas1-1/+1
2017-09-27JIT: devirtualization support for EqualityComparer<T>.Default (#14125)Andy Ayers2-2/+17
2017-09-26Replace Contract.Assumes and Contract.Assert with Debug.Assert/Debug.Fail (#1...Dan Moseley9-185/+131
2017-09-22Remove ResId class (#14135)Dan Moseley1-6/+6
2017-09-15Fix build breaks after moving files to shared and misc cleanupJan Kotas4-131/+7
2017-09-15Move List to shared partition (#14006)Jan Kotas1-1335/+0
2017-09-08Move files to shared partition (#13870)Jan Kotas2-685/+0
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 Moseley4-24/+5
2017-08-24mscorlib cache padding for 128 byte lines (#13102)Steve MacLean1-3/+3
2017-08-11Move files to shared CoreLib partition (#13342)Jan Kotas1-516/+0
2017-07-14Applied MaxSegmentLength restriction in ConcurrentQueueJeffCyr1-2/+2
2017-06-09DateTime serialization fixed, added attention labels to serialized fields (#1...Viktor Hofer6-22/+13
2017-06-06TypeForwardedFrom attributes on coretypes for NetFX serialization (#12059)Viktor Hofer7-0/+23
2017-05-31Internal hashtable serialization attribute removedViktor Hofer1-1/+0
2017-05-30Coretype variables renamed back to netfx counterpart for reflection based ser...Viktor Hofer2-3/+32
2017-05-27IDeserializationCallback cleanupMorgan Brown1-1/+1
2017-05-26ISerializable cleanup (#11873)Morgan Brown2-88/+3
2017-05-23Scale back [Serializable] on CoreCLR types (#11765)Morgan Brown10-23/+0
2017-05-05Remove ArrayList (#11426)Justin Van Patten2-649/+0
2017-05-05Removed Dictionary<TKey, TValue>.GetValueOrDefault Methods (#11388)Tarun Pothulapati1-16/+0
2017-04-2311106: Use RuntimeHelpers.IsReferenceOrContainsReferences in Dictionary.Remov...OmariO1-4/+19
2017-04-20Inline List.Clear (#11104)Ben Adams1-0/+1
2017-04-15Make some Dictionary code smaller (#10993)mikedn1-32/+42
2017-04-11CoreFx #15622 Dictionary<TKey, TValue>.Remove(TKey, out TValue) (#10203)Mandar Sahasrabuddhe1-0/+48
2017-04-10empty array (#10841)Dan Moseley2-3/+3
2017-04-10Fix perf penalty for creating dictionaries the easy way. (#10855)Atsushi Kanamori1-1/+1
2017-04-10Get rid of "#if FEATURE_RANDOMIZED_STRING_HASHING" in shared partition. (#10851)Atsushi Kanamori2-37/+1
2017-03-25Delete pointless <internalonly/> comments (#10479)Jan Kotas1-1/+0
2017-03-22Switch coreclr corelib to use resx (#10372)Alex Perovich10-108/+108
2017-03-21Revert "Switch coreclr corelib to use resx (#10268)"Jan Kotas10-108/+108
2017-03-21Switch coreclr corelib to use resx (#10268)Alex Perovich10-108/+108