summaryrefslogtreecommitdiff
path: root/test/files/run/patmatnew.scala
Commit message (Collapse)AuthorAgeFilesLines
* fixed #211Burak Emir2007-12-011-1/+9
|
* fixed seq matching bug + reorganized test casesBurak Emir2007-09-161-4/+153
|
* fixed odd typing bug #44Burak Emir2007-09-041-1/+21
|
* fixed #11Burak Emir2007-09-041-0/+31
|
* fixed #37Burak Emir2007-09-011-2/+11
|
* fixed ticket #2 (patch from tags/R_2_6_0-RC2), ...Burak Emir2007-09-011-24/+119
| | | | | fixed ticket #2 (patch from tags/R_2_6_0-RC2), reorganized test cases
* moved test cases in bug457.scala in to patmatne...Burak Emir2007-08-301-1/+45
| | | | | moved test cases in bug457.scala in to patmatnew.scala
* fix #1286Burak Emir2007-08-231-0/+4
|
* Ident(sym) => mkIdent(sym), avoids unattributed...Burak Emir2007-08-221-4/+12
| | | | | Ident(sym) => mkIdent(sym), avoids unattributed ident blowing up Erasure
* unapplySeq-optimization works in combination wi...Burak Emir2007-08-211-0/+22
| | | | | unapplySeq-optimization works in combination with guards
* fixed #1281, reverted Sean's lazy generator in ...Burak Emir2007-08-211-0/+22
| | | | | | fixed #1281, reverted Sean's lazy generator in Main which broke the build
* fix #1282, optimized translation of List.unappl...Burak Emir2007-08-211-0/+9
| | | | | | fix #1282, optimized translation of List.unapplySeq / List(p1...pN) patterns
* fixed #1277, more conservative when generating ...Burak Emir2007-08-201-6/+45
| | | | | fixed #1277, more conservative when generating equals test, +test cases
* fix #1276, encoding equals test in types means ...Burak Emir2007-08-191-0/+12
| | | | | | | fix #1276, encoding equals test in types means one has be careful when using <:<... for an "equalsclass" type, extracts the type of the value which is to be compared by equality, used in optimization
* 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