summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* hopefully fixed the build by fixing deSkolemize...Martin Odersky2009-02-168-50/+77
* removed generic/mutable, generic/covariant pack...Martin Odersky2009-02-1510-439/+0
* new version of collection librariesMartin Odersky2009-02-1374-494/+2876
* fix for #1691Lukas Rytz2009-02-102-4/+16
* added support for Strings, arrays, sets.Martin Odersky2009-02-0549-133/+1832
* Fix and test for #1689.Miles Sabin2009-02-031-1/+1
* 1.Martin Odersky2009-01-2914-107/+131
* Changed typing of if-then: Missing else is now ...Martin Odersky2009-01-292-5/+13
* added optional manifestMartin Odersky2009-01-281-1/+1
* added support for strings as collections in 2.8Martin Odersky2009-01-285-0/+1247
* added optional manifestsMartin Odersky2009-01-282-0/+36
* break and continue now both go to a breakable b...Martin Odersky2009-01-281-9/+8
* Fixed NPE when calling hashCode on a product co...Iulian Dragos2009-01-211-1/+1
* Fixed NPE when calling hashCode on a product co...Iulian Dragos2009-01-211-1/+2
* Fix and test for #1648Geoffrey Washburn2009-01-201-2/+2
* Fixed a typo in the documentation (See #1648)Geoffrey Washburn2009-01-181-1/+1
* renamed util.control.Break to Breaks and added ...Martin Odersky2009-01-138-21/+31
* Updated (all) copyright notices to 2009Antonio Cunei2009-01-13309-309/+309
* 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-09193-194/+194
* fixed erroneous cyclic reference error conditio...Martin Odersky2009-01-083-3/+4
* Fix for #1624.Antonio Cunei2009-01-071-12/+5
* Fixed floating point regex.Miles Sabin2009-01-071-1/+1
* (no commit message)lesani2009-01-062-3/+3
* fixed ticket #1620michelou2009-01-0612-194/+151
* #1598Antonio Cunei2008-12-221-2/+2
* splitted BigDecimal class for Java 1.4michelou2008-12-161-4/+4
* Compilation of ApplyDynamic to reflective metho...Gilles Dubochet2008-12-121-0/+68
* updates to scalax collections and standard libr...Martin Odersky2008-12-0939-612/+1454
* added comments; better errror messages; trace u...Martin Odersky2008-12-081-1/+1
* Added example for List.flatten (see #909).Iulian Dragos2008-11-271-1/+7
* Unchecked stable should have been in annotation...nielsen2008-11-261-13/+0
* Fix #1514Philipp Haller2008-11-261-1/+1
* Merging everything from the 2.8.x development b...Antonio Cunei2008-11-2560-4/+7774
* added manifest tests and util.Marshalmichelou2008-11-252-13/+71
* added uncheckedVariance annotationMartin Odersky2008-11-241-0/+13
* Applied patch from #1505, modified supplied exa...Geoffrey Washburn2008-11-181-0/+15
* Fixed #1453.Iulian Dragos2008-11-181-1/+1
* Fix and test for #1513Geoffrey Washburn2008-11-141-1/+1
* Deprecate jolib in preperation for removal.Geoffrey Washburn2008-11-051-1/+1
* Fixing IntMap/LongMap.getOrElse.David MacIver2008-10-272-2/+2
* Added firstKey and lastKey to IntMap.David MacIver2008-10-271-0/+19
* 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
* Added stringOf to ScalaRunTime.Geoffrey Washburn2008-10-182-1/+20
* fix List.dropRight scaladocstepancheg2008-10-161-1/+1
* added patch of #1335Lukas Rytz2008-10-161-9/+12
* copying 'scala.testing.Show' from 2.7.2 branch ...Lukas Rytz2008-10-161-0/+60