aboutsummaryrefslogtreecommitdiff
path: root/tests/run/CollectionTests.scala
Commit message (Collapse)AuthorAgeFilesLines
* New testsMartin Odersky2016-04-151-2/+2
| | | | | | | New CollectionStrawMan5, executed as runttest in two different ways: - built with scalac, test compiled by dotty in tests/run. - built with dotty, test compiled by dotty using separate compilation.
* Make use of better overload resolution in collections strawman testMartin Odersky2016-03-091-2/+2
|
* New collection strawmanMartin Odersky2016-03-091-2/+2
| | | | Centered around views instead of iterators.
* Rename collectAs -> toMartin Odersky2015-10-061-14/+14
|
* Tweaks to conform with API set out in #818.Martin Odersky2015-10-061-14/+14
|
* Add ArrayBuffer as another Seq class. Make iterators inspectable.Martin Odersky2015-10-061-0/+2
|
* Add collection strawman and its testsMartin Odersky2015-10-061-0/+168
This compiles only after the changes in this branch.