summaryrefslogtreecommitdiff
path: root/test/files/run/patmatnew.scala
Commit message (Collapse)AuthorAgeFilesLines
* disabled test for #1196Burak Emir2007-08-141-1/+2
|
* implemented #1196 by typer change and added tes...Burak Emir2007-08-141-0/+44
| | | | | implemented #1196 by typer change and added test cases
* Definitions, Par: encoding equality patterns us...Burak Emir2007-08-131-1/+13
| | | | | | | Definitions, Par: encoding equality patterns using <equals> pattern type code generation: if pattern body is throw, generate throw directly (no sharing) tests:moved unboxmatch into patmatnew
* fix #1257,#1258Burak Emir2007-08-081-0/+10
|
* -Ycasetags optimizationBurak Emir2007-08-061-0/+7
| | | | | fixed 1253
* compilation-only test caseBurak Emir2007-07-071-0/+6
|
* fixed alternative detection, handling of variab...Burak Emir2007-06-211-0/+8
| | | | | fixed alternative detection, handling of variables for unapply patterns
* test cases for pattern matchingBurak Emir2007-06-201-6/+29
|
* added setting Xmatchalgo + cleanup of PatternMa...Burak Emir2007-06-181-3/+48
| | | | | | added setting Xmatchalgo + cleanup of PatternMatchers * more control on which algo get used * removed some obsolete code * added test case
* deprecated &f, .f, requires.Martin Odersky2007-06-051-1/+1
| | | | | Added existential types.
* some debug output for fatal errors during typingBurak Emir2007-06-031-0/+6
|
* fix #1163Burak Emir2007-06-021-1/+18
|
* added test for unapply in StreamsLex Spoon2007-03-231-1/+14
|
* new pattern matching algoBurak Emir2007-03-221-9/+21
| | | | | | | removed "removeoption" changed SUnit and some tests added useful debug msg in typer
* more changes to make tuples (...)Martin Odersky2007-02-141-2/+2
|
* changed tuple syntax to (...)Martin Odersky2007-02-131-6/+6
|
* clean upBurak Emir2007-02-061-3/+16
|
* exhaustivity reworkedBurak Emir2007-02-051-0/+37
|
* unapply <-> as in "Matching with Objects"Burak Emir2006-12-251-2/+18
|
* more on Xkilloption, and a PM fixBurak Emir2006-12-031-2/+24
|
* fix intswitchBurak Emir2006-09-121-0/+15
|
* test case for 717Burak Emir2006-09-011-0/+31