summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* 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
* fixed productBurak Emir2006-10-279-54/+54
* removed warning in WordBerrySethi.scalamichelou2006-10-271-25/+33
* depr remBurak Emir2006-10-261-1/+1
* unapply patchBurak Emir2006-10-269-0/+198
* removed deprecation and some unapply stuffBurak Emir2006-10-265-10/+11
* fxied bug788Martin Odersky2006-10-268-10/+11
* Mapped Java exceptions via scala.compat.Platformmihaylov2006-10-2442-86/+158
* added FJBG classes to doc/script.jsmichelou2006-10-201-28/+56
* added support for typed patternsMartin Odersky2006-10-191-1/+1
* commentBurak Emir2006-10-191-0/+20
* fix 781, nullpointerexcs in matcherrorBurak Emir2006-10-191-3/+6
* added more comments in scala/xml/Utility.scalamichelou2006-10-151-64/+151
* xml improvements for 2.2.1 (see changes)Burak Emir2006-10-144-12/+35
* changed "All/AllRef" to "Nothing/Null" in test/...michelou2006-10-137-10/+50
* fixed both methods 'reportError' in scala/io/So...michelou2006-10-121-6/+7
* improved comments in scala/collection/*.scalamichelou2006-10-1117-133/+248
* Added 'Direct known subclasses' feature to scal...Iulian Dragos2006-10-116-72/+0
* cleaned up comments in scala/xml/*.scalamichelou2006-10-111-20/+70