summaryrefslogtreecommitdiff
path: root/src
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-171-1/+1
* fixed bugs 802 and 807 (recursive lub problems).Martin Odersky2006-11-173-103/+69
* Removed scala.Nothing$ and scala.Null$mihaylov2006-11-172-48/+0
* Include self-test in the synthetic equals metho...mihaylov2006-11-171-5/+13
* fixed bug 798Martin Odersky2006-11-161-1/+4
* 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-162-4/+10
* (no commit message)Martin Odersky2006-11-167-95/+116
* 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 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
* 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-131-3/+2
* updated scaladoc comments in List.scalamichelou2006-11-131-38/+50
* 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
* Improved @throws in scaladoc commentsmihaylov2006-11-1010-31/+31
* Replaced java.io._ with specific importsmihaylov2006-11-107-10/+19
* fixed bug 803, 805, super accessor problem.Martin Odersky2006-11-104-13/+38
* added list of inherited members in DocGeneratormichelou2006-11-104-119/+195
* Fixed bug809Martin Odersky2006-11-102-2/+17
* added pages for Nothing and Null in DocGeneratormichelou2006-11-102-10/+63
* moved cmdOptions into if-test in FastScalac.scalamichelou2006-11-101-28/+24
* completed descriptions of primitive types in Do...michelou2006-11-102-43/+105
* corrected output of function typesmichelou2006-11-091-10/+67
* Added exception logging.Philipp Haller2006-11-093-7/+44
* Fixed bugs in protected accessors.Iulian Dragos2006-11-091-26/+34