summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 1.Martin Odersky2007-01-0380-1437/+2630
|
* (no commit message)Burak Emir2007-01-0354-77/+77
|
* genBurak Emir2007-01-0354-112/+112
|
* * TupleN extends ProductN, again (genprod updated)Burak Emir2007-01-0262-728/+816
| | | | | | | | | | * better comments and parameter names in scala.xml.MetaData typechecker * now handles special cases (n=0, n=1) for unapply correctly * * even if one returns a Option[Product1[T]] * typechecker now handles unapply return types correctly * * e.g. when returning Option[{A,B}] instead of Option[Product2[A,B]]
* caseclasses implement Product directlyBurak Emir2006-12-256-83/+32
| | | | | caseclasses do not implement ProductN anymore
* test case, unapply <-> as in "Matching with Obj...Burak Emir2006-12-252-0/+85
| | | | | test case, unapply <-> as in "Matching with Objects"
* unapply <-> as in "Matching with Objects"Burak Emir2006-12-259-76/+214
|
* updated values for attribute 'target' in ant/Sc...michelou2006-12-222-655/+662
| | | | | updated values for attribute 'target' in ant/Scalac.scala
* small cleanups in xml/*.scalamichelou2006-12-227-91/+120
|
* fixed test case + strict checking for atomBurak Emir2006-12-224-6/+27
|
* Iterator.mkStringBurak Emir2006-12-223-16/+52
| | | | | | Source.fromInputStream NodeBuffer.&+ can handle Iterator now
* added object Sorting to package scala.utilmichelou2006-12-211-0/+519
|
* added Scala comments to scala/Math.scalamichelou2006-12-191-1/+71
|
* fixed dependency test in all build.xml filesmichelou2006-12-171-6/+1
|
* added option 'unchecked' in Scalac Ant task and...michelou2006-12-153-29/+48
| | | | | added option 'unchecked' in Scalac Ant task and man page
* added dependency test for Ant-Contribmichelou2006-12-151-0/+10
|
* added test in neg/scopes.scalamichelou2006-12-142-12/+19
|
* moved from pendingmichelou2006-12-132-36/+0
|
* moved from pendingmichelou2006-12-132-0/+36
|
* (no commit message)michelou2006-12-131-4/+7
|
* changed Type.toString for unary tuples.Martin Odersky2006-12-133-6/+8
|
* Removed Java5-specific calls from scala.Mathmihaylov2006-12-131-12/+12
|
* Added various constants to the primitive types ...mihaylov2006-12-137-2/+116
| | | | | Added various constants to the primitive types modules
* updated check files with new tuple syntaxmichelou2006-12-135-33/+36
|
* added test for already defined valuesmichelou2006-12-122-0/+33
|
* added comma in generated Tuple1.toString methodmichelou2006-12-122-17/+34
|
* Added values for floating point NaN, Infinity, ...mihaylov2006-12-123-3/+26
| | | | | | Added values for floating point NaN, Infinity, Min, Max, Eps to scala.compat.Math
* 1. allow trailing commas in tuples; fix of bug 857Martin Odersky2006-12-125-34/+43
|
* Fixed bug 853, protected accessors crash with p...Iulian Dragos2006-12-122-4/+47
| | | | | Fixed bug 853, protected accessors crash with path dependent types.
* more tuplesBurak Emir2006-12-1256-87/+433
|
* fixed #855Burak Emir2006-12-112-16/+18
|
* minor changesmichelou2006-12-111-36/+38
|
* added infix types and {...} syntax for tuples.Martin Odersky2006-12-118-70/+134
| | | | | changed a confusing error message "value this is not a member of T".
* fixed bug when matching chars and intBurak Emir2006-12-101-0/+14
|
* fixed indexBurak Emir2006-12-101-1/+1
|
* run benchmarks with a multiplierBurak Emir2006-12-091-3/+11
|
* updated genprod.scala (Function1)michelou2006-12-0841-288/+456
|
* implemented infix type operatorsMartin Odersky2006-12-082-23/+63
|
* added check files for cli tests with '--javac'michelou2006-12-073-0/+72
|
* updated check files for cli testsmichelou2006-12-0712-35/+177
|
* update STARR to Scala 2.3.1michelou2006-12-062-2/+2
|
* released Scala version 2.3.1v2.3.1michelou2006-12-061-2/+2
|
* added test for ANT_HOME in build.xmlmichelou2006-12-061-2/+2
|
* fixed bug 833Martin Odersky2006-12-064-28/+34
|
* Fixed type error in ChannelPhilipp Haller2006-12-051-14/+14
|
* updated test files to avoid illegal null assign...Martin Odersky2006-12-054-5/+4
| | | | | updated test files to avoid illegal null assignments
* (no commit message)Martin Odersky2006-12-051-1/+1
|
* fixed bug 846.Martin Odersky2006-12-052-3/+7
| | | | | added debug output to unapply problem.
* added infix type constructorsMartin Odersky2006-12-049-41/+83
| | | | | | added &: infix constructor for pairs optimization to remove redudant outer pointers
* removed leading/trailing tabs/blanks in backend...michelou2006-12-048-314/+363
| | | | | removed leading/trailing tabs/blanks in backend/icode/*.scala