summaryrefslogtreecommitdiff
path: root/src/library/scalax/collection/generic
Commit message (Collapse)AuthorAgeFilesLines
* massive new collections checkin.Martin Odersky2009-05-0839-5053/+0
|
* hopefully fixed the build by fixing deSkolemize...Martin Odersky2009-02-164-0/+8
| | | | | | hopefully fixed the build by fixing deSkolemize, and adapting the new collection libraries to stricter override checking.
* removed generic/mutable, generic/covariant pack...Martin Odersky2009-02-1510-439/+0
| | | | | removed generic/mutable, generic/covariant packages
* new version of collection librariesMartin Odersky2009-02-1329-395/+1297
|
* added support for Strings, arrays, sets.Martin Odersky2009-02-0515-53/+416
|
* renamed util.control.Break to Breaks and added ...Martin Odersky2009-01-136-6/+6
| | | | | | renamed util.control.Break to Breaks and added support for continue. Fully implemented package objects.
* Updated (all) copyright notices to 2009Antonio Cunei2009-01-132-2/+2
|
* parses syntax for package objectsMartin Odersky2009-01-121-1/+1
|
* removed colelction.generic.nonvariantMartin Odersky2009-01-128-115/+0
|
* Updated copyright notices to 2009Antonio Cunei2009-01-0928-28/+28
|
* fixed erroneous cyclic reference error conditio...Martin Odersky2009-01-082-2/+2
| | | | | fixed erroneous cyclic reference error condition; generated new starr.
* updates to scalax collections and standard libr...Martin Odersky2008-12-0918-86/+202
| | | | | updates to scalax collections and standard library classes.
* Merging everything from the 2.8.x development b...Antonio Cunei2008-11-2536-0/+4218
Merging everything from the 2.8.x development branch back to trunk. - If you were working on trunk, please keep working on trunk If you were - working on 2.8-devel, please switch to trunk now