summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-093-36/+85
* Fixed bug in receiveWithin.Philipp Haller2006-11-093-14/+32
* Made lower bounds in type parameters show corre...Iulian Dragos2006-11-091-2/+4