aboutsummaryrefslogtreecommitdiff
path: root/src/strawman/collections/CollectionStrawMan4.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix colltest4: ListBuffer[A]#fromIterable had an incorrect castFelix Mulder2016-07-271-1/+1
|
* Explain specific changes in later strawman proposalsMartin Odersky2016-05-121-0/+2
| | | | ... relative to CollectionStrawman1.
* Updates of strawmanMartin Odersky2016-04-171-28/+81
| | | | | Bring strawman-4 and strawman-5 to feature-parity. Test also strawman-4.
* New testsMartin Odersky2016-04-151-1/+1
| | | | | | | 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.
* New collection strawmanMartin Odersky2016-03-091-0/+486
Centered around views instead of iterators.