summaryrefslogtreecommitdiff
path: root/test/files
Commit message (Collapse)AuthorAgeFilesLines
* fixed #37Burak Emir2007-09-012-2/+13
|
* fixed ticket #2 (patch from tags/R_2_6_0-RC2), ...Burak Emir2007-09-0111-115/+119
| | | | | fixed ticket #2 (patch from tags/R_2_6_0-RC2), reorganized test cases
* Fixed crash in lazy traits (ticket #39).Iulian Dragos2007-08-311-0/+12
|
* added test files for ticket 17Martin Odersky2007-08-302-0/+18
|
* updated syntax in pos/sudoku.scala (and on sygn...michelou2007-08-301-11/+11
| | | | | updated syntax in pos/sudoku.scala (and on sygneca)
* fixed lift build problem.Martin Odersky2007-08-304-0/+45
|
* fixed defect #31Burak Emir2007-08-301-0/+41
|
* moved test cases in bug457.scala in to patmatne...Burak Emir2007-08-303-45/+45
| | | | | moved test cases in bug457.scala in to patmatnew.scala
* Removed the explicit force on slice.Sean McDirmid2007-08-291-2/+2
|
* * colltest - changed to jcl.LinkedHashSetSean McDirmid2007-08-292-2/+2
| | | | | * interpreter - Added explicit force in array slice call (implicit in Predefs should handle this, but it doesn't seem like it works here)
* fixed bug1292Martin Odersky2007-08-273-0/+141
|
* Fixed bug #1287, lazy vals in trait methods.Iulian Dragos2007-08-231-0/+7
|
* fix #1286Burak Emir2007-08-231-0/+4
|
* fixed method slice both in arrays and lists (se...michelou2007-08-222-0/+82
| | | | | fixed method slice both in arrays and lists (see run/slices.scala)
* NEW TEST BUG1279. FIXED CHECK FILE.Martin Odersky2007-08-223-1/+45
|
* fixed (as side-effect of fix for 1210, I assume)Adriaan Moors2007-08-221-0/+9
|
* fixed 1275 by adding minimal early check to Nam...Adriaan Moors2007-08-222-0/+18
| | | | | fixed 1275 by adding minimal early check to Namers so that overriding of type members in refinements cannot change number of type parameters (in principle the full overriding checks should be performed at a later point, when they don't cause cyclicity errors -- this is TODO)
* 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
* some fix for bug1279Martin Odersky2007-08-211-0/+0
| | | | | applied Koltsov patch
* Martin: please reviewAdriaan Moors2007-08-201-6/+12
| | | | | | fixed 1210 for real (I hope), fix is in mapOver in Types.scala Also in this commit: small fix to `undoTo` (added check that log is not empty)
* fixed some bugs related to existentials.Martin Odersky2007-08-202-0/+14
| | | | | | | fixed unboxing bug fixed ByNameFunction problem some cleanups in parser
* 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
* scala.Math.Pi instead of scala.compat.Math.PImichelou2007-08-171-3/+3
|
* updated several tests for MSILmichelou2007-08-177-140/+137
|
* 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
* 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-133-13/+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-082-0/+29
|
* fixed #1213, added test caseBurak Emir2007-08-071-0/+11
|
* fixed #1215 unapply typing bugBurak Emir2007-08-071-0/+18
|
* -Ycasetags optimizationBurak Emir2007-08-061-0/+7
| | | | | fixed 1253
* Added test for structural refinement error cases.Gilles Dubochet2007-07-272-0/+64
|
* update check files with -uncheckedmichelou2007-07-272-2/+2
|
* Fixed bug1210Martin Odersky2007-07-263-0/+44
|
* updated check filesmichelou2007-07-262-2/+2
|
* fixed bugs 1237, 1241Martin Odersky2007-07-254-1/+28
|
* fixed bug 1241Martin Odersky2007-07-251-0/+8
|
* added more test casesmichelou2007-07-252-38/+68
|
* new testMartin Odersky2007-07-252-0/+9
|
* fixed problems in subtyping.Martin Odersky2007-07-241-0/+14
| | | | | fixed unsafe isInstanceOf's
* many bug fixes; short syntax for structural types.Martin Odersky2007-07-237-8/+31
|
* Added multidimensional arrays (up to 9 dimensio...Iulian Dragos2007-07-232-0/+15
| | | | | Added multidimensional arrays (up to 9 dimensions).
* (no commit message)Lex Spoon2007-07-221-1/+2
|
* Explicitly import java.lang.Integer in test/fil...mihaylov2007-07-202-16/+3
| | | | | Explicitly import java.lang.Integer in test/files/jvm5/annotations.scala
* fixed scalatest so that check files for jvm tes...Adriaan Moors2007-07-201-4/+4
| | | | | | fixed scalatest so that check files for jvm tests are filesystem-location-independent