summaryrefslogtreecommitdiff
path: root/test/junit/scala/collection
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '2.11.x' into topic/merge-2.11.x-to-2.12.x-20160210Jason Zaugg2016-02-101-0/+28
|\
| * SI-9623 Avoid unnecessary hasNext calls in JoinIterator & ConcatIteratorStefan Zeiger2016-02-011-0/+28
* | Merge remote-tracking branch 'origin/2.12.x' into merge/2.11.x-to-2.12.x-2016...Jason Zaugg2016-02-041-0/+48
|\ \
| * | Clarified and expanded which Builders were reusableRex Kerr2016-01-301-0/+48
* | | Merge commit 'bf599bc' into merge/2.11.x-to-2.12.x-20160203Jason Zaugg2016-02-032-0/+78
|\ \ \ | |/ / |/| / | |/
| * 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
* | Rename junit tests to end in *Test to make them run in ANTLukas Rytz2016-01-251-1/+1
* | Merge commit '8eb1d4c' into merge-2.11-to-2.12-nov-24Lukas Rytz2015-11-241-0/+26
|\|
| * SI-9497 Fix SetLike#clear() default implementationRui Gonçalves2015-10-211-0/+26
* | merge 2.11.x onto 2.12.x, Oct 16 2015Seth Tisue2015-10-161-0/+42
|\|
| * 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 commit '03aaf05' into merge-2.11-to-2.12-sep-22Lukas Rytz2015-09-222-0/+30
|\|
| * 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
* | Merge pull request #4719 from Ichoran/issue/8647Lukas Rytz2015-09-181-0/+7
|\ \
| * | SI-8647 Used immutable scheme for mutable.BitSet to resolve canBuildFromRex Kerr2015-08-301-0/+7
* | | Merge remote-tracking branch 'origin/2.11.x' into 2.12.xSeth Tisue2015-09-081-0/+81
* | | SI-9379 Added toString to .zipped to allow Stream etc to short-circuitRex Kerr2015-08-301-0/+16
|/ /
* | SI-6938 Use mutable red-black tree in TreeSetRui Gonçalves2015-07-281-2/+4
* | SI-8911 scala.collection.convert.Wrappers$MapWrapper not serializableRex Kerr2015-07-191-0/+29
* | add test coverage for SI-8627 (Stream.filterNot)Seth Tisue2015-07-081-1/+3
* | Merge pull request #4504 from ruippeixotog/mutable-treemapAdriaan Moors2015-06-251-2/+4
|\ \
| * | SI-4147 Add an implementation of `mutable.TreeMap`Rui Gonçalves2015-05-301-2/+4
* | | Merge pull request #4514 from martijnhoekstra/patch-2Adriaan Moors2015-06-251-0/+6
|\ \ \
| * | | StringLike.split fixed for surrogates and docmartijnhoekstra2015-05-281-0/+6
| |/ /
* | | Merge branch '2.11.x' into merge/2.11.x-to-2.12.x-20150624Jason Zaugg2015-06-242-0/+21
|\ \ \ | |/ / |/| / | |/
| * 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 remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-05-012-1/+25
|\|
| * 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
| |/
* | Merge pull request #4429 from ruippeixotog/issue/8552Adriaan Moors2015-04-221-0/+22
|\ \
| * | SI-8627 Two-argument indexOf does not work for IteratorRui Gonçalves2015-04-041-0/+22
* | | Merge commit 'fcc20fe' into merge/2.11-to-2.12-apr-1Lukas Rytz2015-04-017-0/+179
|\ \ \ | |/ / |/| / | |/
| * 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