summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Restored Predef.unit2orderedv2.3.0mihaylov2006-11-231-0/+5
* removed space in argument of ambiguousErrormichelou2006-11-231-4/+4
* removed unchecked test.Martin Odersky2006-11-232-13/+0
* fixed errro output and testsMartin Odersky2006-11-231-1/+1
* fixed bug that caused scalatest to breakMartin Odersky2006-11-231-1/+2
* Fixed even more bugs in icode reader.Iulian Dragos2006-11-225-28/+57
* 1.Martin Odersky2006-11-228-31/+48
* Fixed a bug where pre-existing classes couldLex Spoon2006-11-221-37/+22
* fixed bug 831Martin Odersky2006-11-214-14/+17
* 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
* unapply code in typer needs call to memberType?Burak Emir2006-11-212-0/+27
* Checked-in enhanced debugging support for actors.Philipp Haller2006-11-214-53/+202
* Small bugfix.Iulian Dragos2006-11-211-2/+2
* Added support for modules in icode reader.Iulian Dragos2006-11-212-28/+78
* preserving position in adapt -Xunapply extensionBurak Emir2006-11-201-3/+4
* 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