summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added a rich class for every primitive typemihaylov2006-11-2110-67/+192
* Removed some commented debug printlns from Byte...Philipp Haller2006-11-211-8/+0
* indexOf(fun) => indexOf(elem), moved indexOf(el...Burak Emir2006-11-202-23/+23
* Minor portability fix in BoxedObjectArraymihaylov2006-11-192-9/+9
* Removed scala.Nothing$ and scala.Null$mihaylov2006-11-172-48/+0
* improved output of inherited members in DocGene...michelou2006-11-152-23/+37
* Implemented RichString as Seq[Char] and Ordered...mihaylov2006-11-155-31/+24
* Fixed the scaladoc comment of scala.All$mihaylov2006-11-151-2/+1
* Resurrected All & AllRef as aliases in Predefmihaylov2006-11-143-10/+13
* Use scala.runtime.Nothing$/Null$ instead of sca...mihaylov2006-11-146-1/+56
* Removed platform-specific methods from RichCharmihaylov2006-11-141-2/+0
* updated scaladoc comments in actors/*.scalamichelou2006-11-141-2/+3
* updated scaladoc comments in scala/Iterator.scalamichelou2006-11-131-61/+102
* Replaced == null()eq null(ne null)mihaylov2006-11-1331-83/+83
* updated scaladoc comments in List.scalamichelou2006-11-131-38/+50
* improved scaladoc comments in List, collection....michelou2006-11-123-59/+94
* improved handling of scaladoc commentsmichelou2006-11-122-48/+61
* Improved @throws in scaladoc commentsmihaylov2006-11-1010-31/+31
* Replaced java.io._ with specific importsmihaylov2006-11-104-6/+11
* removed last traces CaseClass and fixed #796Burak Emir2006-11-061-43/+0
* removed CaseClassBurak Emir2006-11-065-56/+23
* Use platform-independent boxing/unboxing in Box...mihaylov2006-11-0610-64/+40