summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* 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
* caseclass->productBurak Emir2006-11-0528-349/+500
* Fixed import in RichExceptionmihaylov2006-11-031-1/+1
* Added missing import in RichExceptionmihaylov2006-11-031-0/+1
* Fixed a method name typo in Predefmihaylov2006-11-021-1/+1
* added tests for rich charactersmichelou2006-11-022-8/+8
* Removed semicolons (copy-and-paste leftovers) f...mihaylov2006-11-021-7/+5
* Fixed SVN properties of some fiels in scala/run...mihaylov2006-11-023-1/+1
* - added runtime.RichException with a getStackTr...mihaylov2006-11-025-17/+32
* Committed my original version of RichCharmihaylov2006-11-012-11/+8
* added missing file scala/runtime/RichChar.scalamichelou2006-11-012-3/+35
* Refactored portability supportmihaylov2006-11-0173-263/+321
* added method Predef.Tuple for type Tuple1michelou2006-10-311-0/+1