summaryrefslogtreecommitdiff
path: root/test/files/run/colltest1.check
Commit message (Collapse)AuthorAgeFilesLines
* Optimized toArray for ArrayOps and WrappedArrays.Martin Odersky2010-04-061-4/+4
|
* More fun with -Xmigration.Paul Phillips2010-03-191-12/+12
| | | | | | | | | | | | | | | | | | to BufferLike (++ and similar now create a new collection.) Removed MapLikeBase. Annotated all the methods in mutable.{ Map, Set } which mutated in-place in 2.7 to note that they create new collections, and implemented same. At this point the only +/- like method which mutates in place which I am aware of is BufferLike.+ (see source comment for my observations.) Also tweaked some collections return types as necessitated by these changes, such as mutable.Set.clone() now returning "This" rather than mutable.Set[A]. References #3089, closes #3179. Review by odersky.
* - new immutable HashMap implementation based on...Tiark Rompf2010-03-071-6/+6
| | | | | | | | | - new immutable HashMap implementation based on a hash trie. this is the first iteration, more optimizations will be added later. - updated test cases to reflect new ordering of elements - made Map.empty and Set.empty singletons, deprecating classes Map.EmptyMap and Set.EmptySet Review by extempore, odersky.
* separated Vector impl from IndexedSeqTiark Rompf2009-10-301-0/+10
|
* fixed #2311.Martin Odersky2009-09-301-1/+1
|
* new arrays are done.Martin Odersky2009-09-211-3/+3
|
* cleaned up collection builder frameworkMartin Odersky2009-05-141-0/+99