summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/shared/System/Collections
AgeCommit message (Expand)AuthorFilesLines
2018-11-27Use local array in ConcurrentQueue<T> for small perf improvement (#21192)Stephen Toub1-9/+15
2018-11-08Add work item dumping support to SOS' ThreadPool command (#20872)Stephen Toub2-4/+4
2018-10-25Add IAsyncEnumerable and IAsyncEnumeratorStephen Toub2-0/+39
2018-10-17Revert List.InsertRange changes from #8306 (#20471)Stephen Toub1-33/+8
2018-09-18* Revert the changes to TryInsert() introduced by https://github.com/dotnet/c...dotnet-bot1-2/+4
2018-08-31Revert "Remove not necessary type forwarded from attributes when type comes f...Santiago Fernandez Madero11-2/+13
2018-08-29Remove not necessary type forwarded from attributes when type comes from msco...Santiago Fernandez Madero11-13/+2
2018-08-20Mark some readonly fields readonly (#19559)Ben Adams2-9/+9
2018-08-13Remove unused local from List<T>.RemoveRange (dotnet/corefx#31727)Robin Sue1-1/+0
2018-08-10Don't early terminate on null for 64bit NR HashCode (#19331)Ben Adams1-1/+1
2018-07-27Added version increment for TrimExcess and EnsureCapacity (#19096)Dávid Kaya1-0/+2
2018-07-14Remove version increment from Dictionary<K,V>.Remove overloads (#18854)Wraith21-2/+0
2018-06-29Regex: reduce allocation slightly, add tests, code cleanup, add parser commen...Viktor Hofer1-1/+10
2018-06-26Fix bogus assert in ArraySortHelper (dotnet/corert#6018)Michal Strehovský1-3/+3
2018-06-24Simply type names in Corelib (#18623)Stephen Toub18-109/+109
2018-06-20Undo accidental 2.0 -> 2.1 renames (dotnet/corert#5981)Jan Kotas1-1/+1
2018-06-20Rev netcoreapp2.0 to netcoreapp2.1 (dotnet/corert#5974)Adeel Mujahid1-1/+1
2018-06-20added concurrent access detection to Remove() (#18524)Marco Rossignoli1-16/+36
2018-05-30Moves ArraySortHelper common code to shared location (#18125)Marek Safar1-0/+1115
2018-05-21Code cleanup and formatting for System.Memory files. (#17451)Ahson Khan1-3/+3
2018-05-18Avoid freezing ConcurrentQueue segments in Count (#18035)Stephen Toub1-24/+56
2018-05-16Moving ConcurrentQueue to shared (#18024)Maryam Ariyan3-30/+30
2018-05-14Moving ConcurrentQueue to shared folder (#17956)Maryam Ariyan4-0/+1245
2018-05-08Rename mscorlib to System.Private.Corelib (#17926)Maryam Ariyan39-0/+6987