summaryrefslogtreecommitdiff
path: root/src/library/scalax
Commit message (Collapse)AuthorAgeFilesLines
* Removed various now-unnecessary java 1.4 workar...Paul Phillips2009-04-292-26/+5
| | | | | | Removed various now-unnecessary java 1.4 workarounds and conditional behavior.
* The birth of the @switch and @tailrec annotations.Paul Phillips2009-03-161-0/+2
| | | | | | | | | | | | They are located in package scala.annotation. Also in this patch: * numerous test cases for both annotations * addition of @tailrec and @switch in a few strategic locations * fixes for critical section NewScanners methods which were not being compiled into switches, immediately proving the value of @switch * tail recursive implementations for Iterator.{ dropWhile, drop} and List.dropWhile tagged with @tailrec, closing bug #1376
* hopefully fixed the build by fixing deSkolemize...Martin Odersky2009-02-168-50/+77
| | | | | | 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-1374-494/+2876
|
* fix for #1691Lukas Rytz2009-02-101-2/+7
|
* added support for Strings, arrays, sets.Martin Odersky2009-02-0549-133/+1832
|
* Changed typing of if-then: Missing else is now ...Martin Odersky2009-01-292-5/+13
| | | | | | Changed typing of if-then: Missing else is now always replaced by (). Fixed memory leak for ArrayBuffer.clear in 2.8 collections.
* added support for strings as collections in 2.8Martin Odersky2009-01-285-0/+1247
|
* break and continue now both go to a breakable b...Martin Odersky2009-01-281-9/+8
| | | | | break and continue now both go to a breakable block.
* renamed util.control.Break to Breaks and added ...Martin Odersky2009-01-138-21/+31
| | | | | | renamed util.control.Break to Breaks and added support for continue. Fully implemented package objects.
* Updated (all) copyright notices to 2009Antonio Cunei2009-01-1312-12/+12
|
* parses syntax for package objectsMartin Odersky2009-01-121-1/+1
|
* removed colelction.generic.nonvariantMartin Odersky2009-01-129-116/+1
|
* Updated copyright notices to 2009Antonio Cunei2009-01-0936-36/+36
|
* fixed erroneous cyclic reference error conditio...Martin Odersky2009-01-083-3/+4
| | | | | fixed erroneous cyclic reference error condition; generated new starr.
* updates to scalax collections and standard libr...Martin Odersky2008-12-0935-612/+1391
| | | | | updates to scalax collections and standard library classes.
* Merging everything from the 2.8.x development b...Antonio Cunei2008-11-2556-0/+7757
| | | | | | | | 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
* removed new collections library from here.Martin Odersky2008-10-209-2290/+0
|
* fixed package clauseMartin Odersky2008-10-201-1/+1
|
* initial collection library fragmentsMartin Odersky2008-10-209-0/+2290