summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* indexOf(fun) => indexOf(elem), moved indexOf(el...Burak Emir2006-11-202-23/+23
* Fixed build.Philipp Haller2006-11-201-2/+2
* Minor portability fix in BoxedObjectArraymihaylov2006-11-192-9/+9
* fixed syntax error in InferMartin Odersky2006-11-172-1/+46
* fixed bugs 802 and 807 (recursive lub problems).Martin Odersky2006-11-177-103/+152
* Removed scala.Nothing$ and scala.Null$mihaylov2006-11-172-48/+0
* updated STARR to Scala 2.2.0.9278michelou2006-11-172-2/+2
* Include self-test in the synthetic equals metho...mihaylov2006-11-171-5/+13
* fixed bug 798Martin Odersky2006-11-163-6/+8
* undid fix to bug798 to make the build work again.Martin Odersky2006-11-162-2/+45
* fix bug#825Burak Emir2006-11-161-2/+10
* Small fix in actor exit code.Philipp Haller2006-11-163-4/+7
* fixed bug798, 800Martin Odersky2006-11-166-4/+53
* (no commit message)Martin Odersky2006-11-1614-95/+196
* improved output of inherited members in DocGene...michelou2006-11-154-60/+67
* Implemented proper behaviour for sth == null an...mihaylov2006-11-151-40/+56
* 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-147-5/+60
* Only shortcut nulls at the LHS of ==mihaylov2006-11-141-15/+12
* Fixed test/files/run/richs.scala according to t...mihaylov2006-11-141-2/+2
* Fixed bug using eq instead of ==Philipp Haller2006-11-142-2/+2
* improved generation of inherited members in Doc...michelou2006-11-144-88/+103
* Removed platform-specific methods from RichCharmihaylov2006-11-141-2/+0
* Changed BOX/UNBOX to use TypeKind instead of Type.Iulian Dragos2006-11-149-37/+102
* Small refactoring of Reaction.Philipp Haller2006-11-143-71/+22
* updated scaladoc comments in actors/*.scalamichelou2006-11-144-27/+53
* fixed anchors for Java methods and overriden me...michelou2006-11-131-8/+34
* Made other schedulers non-abstract again.Philipp Haller2006-11-138-120/+129
* Cleaned-up actor examples. Added OrElse example.Philipp Haller2006-11-134-4/+21
* Renamed new iterator example.Philipp Haller2006-11-131-0/+0
* Removed old iterator example.Philipp Haller2006-11-131-58/+0
* Minor beautification of iterator example.Philipp Haller2006-11-131-2/+3
* Cleaned-up new iterator example (automatic term...Philipp Haller2006-11-131-31/+16
* updated scaladoc comments in scala/Iterator.scalamichelou2006-11-133-63/+105
* Replaced == null()eq null(ne null)mihaylov2006-11-13103-444/+443
* issue #806, #811Burak Emir2006-11-131-11/+12
* Improved the fix and test case for bug #819mihaylov2006-11-133-10/+13
* updated scaladoc comments in List.scalamichelou2006-11-131-38/+50
* Added test for bug 891 (unboxing and promotion)Iulian Dragos2006-11-132-0/+14
* Fixed bug 891 (unboxing and type promotion).Iulian Dragos2006-11-131-0/+1
* improved scaladoc comments in List, collection....michelou2006-11-124-60/+97
* added missing '+' operator in DocGenerator.scalamichelou2006-11-121-1/+1
* improved handling of scaladoc commentsmichelou2006-11-124-151/+202
* fied bugs 815,816,817Martin Odersky2006-11-112-17/+29
* improved scaladoc comments in Erasure.scalamichelou2006-11-111-64/+195
* Removed java.io._ imports from the test suitemihaylov2006-11-115-21/+13
* Improved @throws in scaladoc commentsmihaylov2006-11-1010-31/+31
* Fixed test/files/neg/constrs.check according to...mihaylov2006-11-101-2/+2