summaryrefslogtreecommitdiff
path: root/test/files/run/unapply.scala
Commit message (Collapse)AuthorAgeFilesLines
* Finally completed the incredibly tedious task o...Paul Phillips2009-11-181-1/+1
| | | | | | Finally completed the incredibly tedious task of removing the lower case primitive aliases from Predef. Had to rebuild msil.jar along the way.
* new arrays are done.Martin Odersky2009-09-211-1/+1
|
* In "Iterable" and in all its subclasses, "itera...Gilles Dubochet2009-05-271-1/+1
| | | | | | In "Iterable" and in all its subclasses, "iterator" replaces "elements" (and assorted changes).
* massive new collections checkin.Martin Odersky2009-05-081-1/+1
|
* added EOLs, missing headersmichelou2008-06-101-2/+2
|
* fixed Philipp's bug #1256 for real this time, u...Burak Emir2007-08-151-0/+16
| | | | | | fixed Philipp's bug #1256 for real this time, use switch for characters (includes ugly boxing bug workaround), use StdNames in CodeFactory
* optimzing unapply calls returning Some[T], savi...Burak Emir2007-07-061-0/+14
| | | | | | optimzing unapply calls returning Some[T], saving emptynessCheck fix of #999 (better late than never), added test case to run/unapply.scala
* new pattern matching algoBurak Emir2007-03-221-14/+14
| | | | | | | removed "removeoption" changed SUnit and some tests added useful debug msg in typer
* more changes to make tuples (...)Martin Odersky2007-02-141-7/+7
|
* added test case 4 select unapplyBurak Emir2007-01-311-3/+20
|
* moved working tests to filesBurak Emir2007-01-241-0/+86