summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* added svn:keywords and file header to collectio...michelou2007-01-1732-148/+569
* Initial check-in of Java collection library wra...Sean McDirmid2007-01-1732-0/+1173
* enabled -Xunapply.Martin Odersky2007-01-163-7/+19
* updated scaladoc comments in scala/Seq.scalamichelou2007-01-151-22/+39
* libBurak Emir2007-01-141-2/+2
* minor changes in collection/*.scalamichelou2007-01-103-48/+75
* fixed bugs 880, 877, 876, 875, Added capitalize...Martin Odersky2007-01-091-22/+27
* Added `:' to after line in error messages; chan...Martin Odersky2007-01-061-11/+6
* cleanup IterableBurak Emir2007-01-051-9/+1
* Fixed serialization throughout RedBlack hierarchyIulian Dragos2007-01-051-0/+3
* another change to collection librariesMartin Odersky2007-01-0417-11/+112
* changed collection librariesMartin Odersky2007-01-049-24/+168
* finalized the TupleN ProductN change (last dist...Burak Emir2007-01-0354-156/+110
* * NodeSeq plays with new Seq[A]Burak Emir2007-01-031-1/+2
* 1.Martin Odersky2007-01-0358-1277/+2193
* (no commit message)Burak Emir2007-01-0354-77/+77
* genBurak Emir2007-01-0354-112/+112
* * TupleN extends ProductN, again (genprod updated)Burak Emir2007-01-0256-700/+737
* unapply <-> as in "Matching with Objects"Burak Emir2006-12-251-2/+1
* small cleanups in xml/*.scalamichelou2006-12-227-91/+120
* fixed test case + strict checking for atomBurak Emir2006-12-222-0/+17
* Iterator.mkStringBurak Emir2006-12-223-16/+52
* added object Sorting to package scala.utilmichelou2006-12-211-0/+519
* added Scala comments to scala/Math.scalamichelou2006-12-191-1/+71
* Removed Java5-specific calls from scala.Mathmihaylov2006-12-131-12/+12
* Added various constants to the primitive types ...mihaylov2006-12-136-2/+88
* added comma in generated Tuple1.toString methodmichelou2006-12-121-3/+3
* Added values for floating point NaN, Infinity, ...mihaylov2006-12-123-3/+26
* more tuplesBurak Emir2006-12-1254-83/+426
* minor changesmichelou2006-12-111-36/+38
* fixed indexBurak Emir2006-12-101-1/+1
* run benchmarks with a multiplierBurak Emir2006-12-091-3/+11
* updated genprod.scala (Function1)michelou2006-12-0840-250/+405
* implemented infix type operatorsMartin Odersky2006-12-081-0/+7
* fixed bug 833Martin Odersky2006-12-061-6/+23
* added infix type constructorsMartin Odersky2006-12-042-24/+26
* more on Xkilloption, and a PM fixBurak Emir2006-12-031-3/+3
* more functionality for -XkilloptionBurak Emir2006-11-291-1/+1
* updated Scala comments in scala/Function.scalamichelou2006-11-291-18/+44
* fixed bug851Martin Odersky2006-11-291-0/+118
* removed generation of unnecessary cast in match...Burak Emir2006-11-291-1/+6
* fixed problems with refinements.Martin Odersky2006-11-291-2/+1
* added comment on MAX_<value_type> in generated ...michelou2006-11-282-5/+10
* more fun with positions, and updated docBurak Emir2006-11-2841-42/+157
* more fun with Product.element and positionsBurak Emir2006-11-281-7/+7
* product.element index starts with 0Burak Emir2006-11-2840-316/+339
* more products, plus some static optimization in...Burak Emir2006-11-2741-71/+1401
* 1. fixed bug834Martin Odersky2006-11-271-1/+1
* Map.scala: added simple keySet method.Sean McDirmid2006-11-241-0/+8
* Restored Predef.unit2orderedv2.3.0mihaylov2006-11-231-0/+5