summaryrefslogtreecommitdiff
path: root/test/junit/scala/collection
Commit message (Expand)AuthorAgeFilesLines
* fix IndexedSeqTest to work in both Ant and sbtSeth Tisue2017-02-131-3/+14
* Test IndexedSeq, including ArrayOps, WrappedArray.Mike Skells2017-01-281-0/+567
* [Backport] Modify ArrayBuilder and WrappedArrayBuilder to be reusableMasaru Nomura2016-12-282-0/+58
* SI-10086 NumericRange.min|max with custom Integral (#5575)Tobias Schlatter2016-12-121-0/+39
* SI-9913 Lead span iterator finishes at state -1Som Snytt2016-09-051-0/+6
* Merge pull request #5167 from martijnhoekstra/SI-9766Lukas Rytz2016-05-231-0/+18
|\
| * SI-9766 - allow ++ on empty ConcatIteratorMartijn Hoekstra2016-05-211-0/+18
* | SI-9688 Make merge in immutable HashMap1 work with null kv.Łukasz Gieroń2016-05-231-0/+48
|/
* SI-9623 Avoid unnecessary hasNext calls in JoinIterator & ConcatIteratorStefan Zeiger2016-02-011-0/+28
* SI-9605 Searching does not use binary search for ArrayRui Gonçalves2016-01-121-0/+48
* SI-9581 Fix overflow on Vector take and drop methodsRui Gonçalves2015-12-061-0/+30
* SI-9497 Fix SetLike#clear() default implementationRui Gonçalves2015-10-211-0/+26
* Suppress unneeded import.Performant Data LLC2015-10-141-2/+2
* SI-9513 decrement "deleted" count in OpenHashMap.put() when slot reusedPerformant Data LLC2015-10-101-0/+42
* Merge pull request #4716 from Ichoran/issue/9388Lukas Rytz2015-09-211-0/+24
|\
| * SI-9388 Fix Range behavior around Int.MaxValueRex Kerr2015-09-191-0/+24
* | Fix NPE in PagedSeq.slice at end of seqTomas Janousek2015-09-211-0/+6
|/
* SI-8346 Re-established soundness of toSet (element type widening)Rex Kerr2015-08-261-0/+81
* SI-9348 Fix missing last element in exclusive floating point rangesNiko Vuokko2015-06-171-0/+11
* SI-9332 Iterator.span exhausts leading iteratorSom Snytt2015-05-271-0/+10
* Merge pull request #4415 from Ichoran/issue/9254Adriaan Moors2015-04-221-0/+25
|\
| * SI-9254 UnrolledBuffer appends in wrong positionRex Kerr2015-03-311-0/+25
* | Remove stdout/stderr output from Junit testsJason Zaugg2015-04-211-1/+0
|/
* Reuse the same compiler instance for all tests in a JUnit classLukas Rytz2015-03-111-0/+1
* SI-9126 Missing .seqs causes problems with parallel GenXsRex Kerr2015-02-202-20/+44
* SI-8917 collection.mutable.BitSet's &= operator doesn't clear endRex Kerr2015-02-131-0/+9
* Merge pull request #4280 from kanielc/SI-9095Adriaan Moors2015-02-092-0/+50
|\
| * SI-9095 Memory leak in LinkedHasMap and LinkedHashSetDenton Cockburn2015-01-312-0/+50
* | Merge pull request #4209 from kanielc/SI-8988Adriaan Moors2015-02-091-0/+37
|\ \
| * | SI-8988 Escaping character in StringLike.split(c) prevents usage of optimized...Denton Cockburn2015-01-091-0/+37
* | | Merge pull request #4133 from som-snytt/issue/8976Ichoran2015-02-041-0/+37
|\ \ \
| * | | SI-8976 MutableList.tail.iterator.size is lengthSom Snytt2014-12-061-0/+37
* | | | Silence a feature warning in JUnit test code.Jason Zaugg2015-02-031-0/+1
| |_|/ |/| |
* | | SI-9072 Vector ++ concatenation of parallel collection cause inconsistent res...Mark Zitnik2015-01-181-0/+20
* | | Merge pull request #4201 from mpociecha/fix-typos-in-docs-and-commentsGrzegorz Kossakowski2015-01-141-4/+4
|\ \ \ | |_|/ |/| |
| * | Fix many typos in docs and commentsmpociecha2014-12-141-4/+4
* | | SI-9043 ArrayBuffer.insert and insertAll are very slowDenton Cockburn2014-12-141-0/+36
|/ /
* | Merge pull request #4146 from Ichoran/issue/6519Lukas Rytz2014-12-041-3/+15
|\ \
| * | SI-6519 PagedSeq is not lazy enoughRex Kerr2014-11-211-3/+15
| |/
* / SI-8924 don't hold reference to list in iteratorMaxim Valyanskiy2014-11-271-0/+49
|/
* Merge pull request #4075 from som-snytt/issue/8835-junitGrzegorz Kossakowski2014-11-171-2/+131
|\
| * SI-8835 Update iterator testsSom Snytt2014-11-131-50/+35
| * SI-8835 Iterator tests can be junitSom Snytt2014-11-111-2/+146
* | SI-8932 Fix dropRight/takeRight implementationsRui Gonçalves2014-11-114-0/+73
|/
* Merge pull request #4052 from Lymia/issue/8910Jason Zaugg2014-11-041-0/+22
|\
| * SI-8910 BitSet sometimes uses exponential memory.Alissa Rao2014-10-151-0/+22
* | [nomerge] SI-8899 Revert "SI-8627 make Stream.filterNot non-eager"Lukas Rytz2014-10-121-18/+0
|/
* Better ant / junit interactionAntoine Gourlay2014-09-297-0/+0
* SI-8815 mutable.LongMap makes different choices for splitAt vs etc.Rex Kerr2014-09-111-0/+15
* SI-8627 make Stream.filterNot non-eagerLukas Rytz2014-08-271-0/+18