summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Minor beautification of iterator example.Philipp Haller2006-11-131-2/+3
|
* Cleaned-up new iterator example (automatic term...Philipp Haller2006-11-131-31/+16
| | | | | Cleaned-up new iterator example (automatic termination etc).
* 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
| | | | | improved scaladoc comments in List, collection.Map, etc.
* 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
| | | | | Fixed test/files/neg/constrs.check according to the new error message
* 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
| | | | | improved quality of generated HTML code
* 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
| | | | | | completed descriptions of primitive types in DocGenerator added missing flags to AnyClass, AnyValClass, .. in Definitions
* corrected output of function typesmichelou2006-11-091-10/+67
| | | | | added scaladoc comments for primitive types
* 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
| | | | | Made lower bounds in type parameters show correctly.
* added pending reactions to prevent scheduler fr...Philipp Haller2006-11-084-14/+40
| | | | | added pending reactions to prevent scheduler from terminating early
* removed Ant tests from auto mode until path pro...michelou2006-11-082-5/+6
| | | | | removed Ant tests from auto mode until path problem solved
* joins5.scala terminates automatically.Philipp Haller2006-11-081-3/+9
|
* added termination check in scheduler.Philipp Haller2006-11-083-0/+61
|
* added Ant tests to auto modemichelou2006-11-081-1/+1
|
* added ant task "FastScalac" and updated test su...michelou2006-11-0812-48/+244
| | | | | added ant task "FastScalac" and updated test suite accordingly
* improved code generation for (in)equality tests...mihaylov2006-11-071-2/+34
| | | | | improved code generation for (in)equality tests for null
* Fixed bug #799: the super accessors were iterat...Iulian Dragos2006-11-072-9/+41
| | | | | | Fixed bug #799: the super accessors were iterating over class parents, which is not necessary.
* removed leading/trailing tabs/blanks in typeche...michelou2006-11-071-44/+145
| | | | | removed leading/trailing tabs/blanks in typechecker/Typers.scala
* test cases for unapplyBurak Emir2006-11-062-1/+52
|
* contd: revisited fix #796 + ident handling for ...Burak Emir2006-11-061-12/+24
| | | | | | contd: revisited fix #796 + ident handling for unapply (can compile library with -Xunapply now)
* revisited fix #796 + ident handling for unapply...Burak Emir2006-11-061-4/+2
| | | | | | revisited fix #796 + ident handling for unapply (can compile library with -Xunapply now)
* removed last traces CaseClass and fixed #796Burak Emir2006-11-069-94/+15
|
* removed CaseClassBurak Emir2006-11-067-69/+30
|
* scala test suite also contains jar files!michelou2006-11-061-1/+1
|
* Use platform-independent boxing/unboxing in Box...mihaylov2006-11-0610-64/+40
| | | | | Use platform-independent boxing/unboxing in Boxed*Array
* updated STARR to Scala 2.2.0.9153michelou2006-11-062-2/+2
|
* Added comment.Iulian Dragos2006-11-061-0/+1
|
* Improved class-level value initializationmihaylov2006-11-062-14/+28
|
* Platform-independent boxing/unboxingmihaylov2006-11-057-41/+113
|
* caseclass->productBurak Emir2006-11-0534-378/+552
|