summaryrefslogtreecommitdiff
path: root/src/build
Commit message (Collapse)AuthorAgeFilesLines
* regenerated TupleN classes so that their toStri...Adriaan Moors2007-02-201-2/+2
| | | | | | regenerated TupleN classes so that their toString matches the (...) tuple syntax update .check files that contained tuple toString output
* added awk scriptBurak Emir2007-01-081-0/+13
|
* finalized the TupleN ProductN change (last dist...Burak Emir2007-01-031-2/+2
| | | | | | | finalized the TupleN ProductN change (last dist: no automatic addition of ProductN, this dist: manual addition of ProductN to TupleN by means of modified genprod tool)
* * NodeSeq plays with new Seq[A]Burak Emir2007-01-031-2/+2
| | | | | * new starr, because of Tuple/Product change and collections
* * TupleN extends ProductN, again (genprod updated)Burak Emir2007-01-021-10/+9
| | | | | | | | | | * 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]]
* added comma in generated Tuple1.toString methodmichelou2006-12-121-14/+31
|
* more tuplesBurak Emir2006-12-121-3/+6
|
* added infix types and {...} syntax for tuples.Martin Odersky2006-12-111-1/+1
| | | | | changed a confusing error message "value this is not a member of T".
* updated genprod.scala (Function1)michelou2006-12-081-38/+51
|
* fixed encoding in Scala commentmichelou2006-11-301-10/+14
|
* oopsBurak Emir2006-11-291-1/+1
|
* updated method 'andThen' in generated Function1...michelou2006-11-291-44/+60
| | | | | updated method 'andThen' in generated Function1.scala
* more fun with positions, and updated docBurak Emir2006-11-281-2/+9
|
* more products, plus some static optimization in...Burak Emir2006-11-271-0/+267
more products, plus some static optimization in pattern matcher