summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* updated check filemichelou2007-06-262-13/+13
|
* also prints ownermichelou2007-06-251-3/+5
|
* Added annotations tests for fields and methodsmihaylov2007-06-242-7/+42
|
* parallel algo can handle more patterns nowBurak Emir2007-06-232-90/+122
|
* reenabled squeeze, some changes in choosing bet...Burak Emir2007-06-225-64/+119
| | | | | | reenabled squeeze, some changes in choosing between parallel and incr, fixes
* fixed test files.Martin Odersky2007-06-224-2/+14
|
* fixed problem with boxing in cases noted by BurakMartin Odersky2007-06-221-0/+3
|
* belongs to 12113.Martin Odersky2007-06-221-1/+1
|
* added support for higher-kinded existentials; a...Martin Odersky2007-06-226-79/+76
| | | | | added support for higher-kinded existentials; added Iterable.toStream
* test cases for unbox problemBurak Emir2007-06-222-0/+12
|
* added -Xsqueeze option, which optimizes valdefs...Burak Emir2007-06-224-45/+54
| | | | | | added -Xsqueeze option, which optimizes valdefs generated by pattern matcher
* fixed bug in ParallelMatching:MixLiterals (symp...Burak Emir2007-06-213-22/+48
| | | | | fixed bug in ParallelMatching:MixLiterals (symptom: "unreachable code")
* removed more primitive type aliases, removed so...michelou2007-06-2115-136/+159
| | | | | removed more primitive type aliases, removed some tabs
* fixed alternative detection, handling of variab...Burak Emir2007-06-213-29/+78
| | | | | fixed alternative detection, handling of variables for unapply patterns
* parallel algo optimizes extractors, see LAMP-RE...Burak Emir2007-06-214-62/+224
| | | | | parallel algo optimizes extractors, see LAMP-REPORT-2007-03
* added a test for the syntax: "0 : @annot", i.e. anLex Spoon2007-06-201-0/+2
| | | | | annotation but no explicit type
* overrode Annotated.isTree in the sameLex Spoon2007-06-201-1/+2
| | | | | way as the existing Annotated.isType
* documented --univ and --univ-urlLex Spoon2007-06-201-1/+12
|
* fixed bug1188Adriaan Moors2007-06-204-9/+31
| | | | | | | | | | | fix kind-checking in adapt: it checked tree.symbol.typeParams, which makes m[t] look like a higher-kinded type, even though it's of kind * (the symbol doesn't know about the application to t)... now using tree.tpe.typeParams removed check for tree.hasSymbol (TypeTree's must also be checked, and they don't directly have a symbol) replaced tree.symbol by tree.tpe.symbol
* test cases for pattern matchingBurak Emir2007-06-201-6/+29
|
* parallel matching on integers + disabled squeez...Burak Emir2007-06-203-92/+173
| | | | | | parallel matching on integers + disabled squeezedBlock/Valdef optimization because of some erasure bug
* added prompt/fileEnding propertiesmichelou2007-06-197-14/+37
|
* Decrease the size of array used for the stress ...Lex Spoon2007-06-192-2/+2
| | | | | Decrease the size of array used for the stress test
* Skip the first line of output, because now it i...Lex Spoon2007-06-192-3/+31
| | | | | Skip the first line of output, because now it includes a version number
* added wildcards. Changed for_some to forSome.Martin Odersky2007-06-199-195/+125
|
* Removed dependency on Reaction in scheduling su...Philipp Haller2007-06-194-26/+13
| | | | | Removed dependency on Reaction in scheduling subsystem.
* changed test files: bug1001 compiles now.Martin Odersky2007-06-193-0/+118
|
* added the version number to the welcome messageLex Spoon2007-06-191-1/+1
|
* * fixed problem causing fallback on incremental...Burak Emir2007-06-191-133/+61
| | | | | | * fixed problem causing fallback on incremental algorithm (now, a much greater part of matches will be compiled using parallel algo)
* fixed test file; fixed Long/Long bugMartin Odersky2007-06-193-20/+36
|
* merged Alias/AbsTypeDef into TypeDefMartin Odersky2007-06-1918-240/+205
|
* fixed bug #1175 (jdk6)michelou2007-06-191-7/+7
|
* fixed name in .NET scriptmichelou2007-06-192-12/+23
|
* fixed includesmichelou2007-06-181-2/+2
|
* renamed scala?.net.bat to scala?-net.batmichelou2007-06-182-0/+0
|
* renamed scala?.net to scala?-netmichelou2007-06-184-3/+3
|
* added sbaz package "scala-msil"michelou2007-06-181-2/+14
|
* factored out the choice of wrapper code, so tha...Lex Spoon2007-06-181-13/+26
| | | | | factored out the choice of wrapper code, so that subclasses can tweak it
* allow the choice of ScriptRunner to be overridd...Lex Spoon2007-06-181-1/+4
| | | | | allow the choice of ScriptRunner to be overridden by subclasses
* added setting Xmatchalgo + cleanup of PatternMa...Burak Emir2007-06-184-82/+118
| | | | | | added setting Xmatchalgo + cleanup of PatternMatchers * more control on which algo get used * removed some obsolete code * added test case
* added tests for scala.Iterablemichelou2007-06-183-43/+59
|
* added missing chmodmichelou2007-06-181-2/+4
|
* removed .NET specifics from Scala commandsmichelou2007-06-1810-37/+408
|
* Corrected Scaladoc comment for Array.slice (con...mihaylov2007-06-181-1/+1
| | | | | Corrected Scaladoc comment for Array.slice (contrib #666)
* Fixed contrib #658 - Iterable.isEmptymihaylov2007-06-171-1/+1
|
* added prefix method, for more useful Benchmark ...Burak Emir2007-06-161-1/+6
| | | | | added prefix method, for more useful Benchmark output
* more existentialsMartin Odersky2007-06-1517-184/+271
|
* added verbose outputmichelou2007-06-151-1/+2
|
* fixed paths on Cygwinmichelou2007-06-151-4/+8
|
* removed fjbg from STARR michelou2007-06-151-1/+1
|