summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* * TupleN extends ProductN, again (genprod updated)Burak Emir2007-01-021-0/+2
| | | | | | | | | | * 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-251-55/+0
| | | | | 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-252-3/+37
|
* fixed test case + strict checking for atomBurak Emir2006-12-222-6/+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
|
* updated check files with new tuple syntaxmichelou2006-12-135-33/+36
|
* added test for already defined valuesmichelou2006-12-122-0/+33
|
* Fixed bug 853, protected accessors crash with p...Iulian Dragos2006-12-121-0/+22
| | | | | Fixed bug 853, protected accessors crash with path dependent types.
* added check files for cli tests with '--javac'michelou2006-12-073-0/+72
|
* updated check files for cli testsmichelou2006-12-0712-35/+177
|
* updated test files to avoid illegal null assign...Martin Odersky2006-12-054-5/+4
| | | | | updated test files to avoid illegal null assignments
* added infix type constructorsMartin Odersky2006-12-042-0/+20
| | | | | | added &: infix constructor for pairs optimization to remove redudant outer pointers
* (no commit message)Martin Odersky2006-12-031-16/+0
|
* more on Xkilloption, and a PM fixBurak Emir2006-12-033-18/+106
|
* fixed bug845Martin Odersky2006-12-011-0/+16
|
* updated tests.Martin Odersky2006-12-016-32/+46
|
* fixed bug 856Martin Odersky2006-11-302-0/+15
|
* added test files for bug835/bug836Martin Odersky2006-11-304-0/+28
|
* corrected bug in unapply test caseBurak Emir2006-11-301-2/+2
|
* Removed a DOS-style new line character from tes...mihaylov2006-11-301-1/+1
| | | | | Removed a DOS-style new line character from test/neg/implicits.check
* more test cases for -XkilloptionBurak Emir2006-11-291-7/+28
|
* testcase for killoptionBurak Emir2006-11-291-0/+22
|
* fixed bug851Martin Odersky2006-11-293-0/+58
| | | | | added "Function" module to library/scala
* renamed directory 'resident' to match '--res' o...michelou2006-11-2929-0/+0
| | | | | renamed directory 'resident' to match '--res' option
* more fun with positions, and updated docBurak Emir2006-11-281-3/+3
|
* Fixed bug with calls in tail position with fina...Iulian Dragos2006-11-272-0/+43
| | | | | Fixed bug with calls in tail position with final handlers.
* Files related to bug reportsSean McDirmid2006-11-262-0/+36
|
* For bug838Sean McDirmid2006-11-251-0/+19
|
* Blah, SVN is evil.Sean McDirmid2006-11-252-0/+37
|
* (no commit message)Sean McDirmid2006-11-253-47/+0
|
* Adding passing resident tests.Sean McDirmid2006-11-2527-0/+179
|
* Added support for resident testsSean McDirmid2006-11-251-2/+28
|
* Residents tests for pending bugs that fit into ...Sean McDirmid2006-11-257-0/+74
| | | | | Residents tests for pending bugs that fit into testing infrastructure.
* (no commit message)Lex Spoon2006-11-242-0/+0
|
* Fixed the test to be clearerLex Spoon2006-11-242-5/+6
|
* *** empty log message ***Lex Spoon2006-11-241-1/+1
|
* (no commit message)Lex Spoon2006-11-242-0/+23
|
* removed unchecked test.Martin Odersky2006-11-232-13/+0
|
* 1.Martin Odersky2006-11-222-0/+13
| | | | | | 2. Modified ambiguous check for implicits. 3. Cleanup of AddInterfaces
* unapply code in typer needs call to memberType?Burak Emir2006-11-211-0/+25
|
* fixed syntax error in InferMartin Odersky2006-11-171-0/+45
|
* fixed bugs 802 and 807 (recursive lub problems).Martin Odersky2006-11-174-0/+83
| | | | | Changes system so that now an approximation of lub/glb is computed.
* fixed bug 798Martin Odersky2006-11-162-5/+4
|
* fixed bug798, 800Martin Odersky2006-11-164-0/+43
|
* (no commit message)Martin Odersky2006-11-167-0/+80
|
* Fixed test/files/run/richs.scala according to t...mihaylov2006-11-141-2/+2
| | | | | Fixed test/files/run/richs.scala according to the latest RichChar