summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* minor changemichelou2007-06-271-1/+1
* updated take/dropmichelou2007-06-273-2/+43
* fixed bug in Stream.copyToArraymihaylov2007-06-261-1/+1
* fixed SCALAC_OPTSmichelou2007-06-261-1/+1
* allows overriding of SCALAC_OPTSmichelou2007-06-261-1/+1
* 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
* 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
* test cases for unbox problemBurak Emir2007-06-222-0/+12
* added -Xsqueeze option, which optimizes valdefs...Burak Emir2007-06-224-45/+54
* fixed bug in ParallelMatching:MixLiterals (symp...Burak Emir2007-06-213-22/+48
* removed more primitive type aliases, removed so...michelou2007-06-2115-136/+159
* fixed alternative detection, handling of variab...Burak Emir2007-06-213-29/+78
* parallel algo optimizes extractors, see LAMP-RE...Burak Emir2007-06-214-62/+224
* added a test for the syntax: "0 : @annot", i.e. anLex Spoon2007-06-201-0/+2
* overrode Annotated.isTree in the sameLex Spoon2007-06-201-1/+2
* documented --univ and --univ-urlLex Spoon2007-06-201-1/+12
* fixed bug1188Adriaan Moors2007-06-204-9/+31
* test cases for pattern matchingBurak Emir2007-06-201-6/+29
* parallel matching on integers + disabled squeez...Burak Emir2007-06-203-92/+173
* added prompt/fileEnding propertiesmichelou2007-06-197-14/+37
* Decrease the size of array used for the stress ...Lex Spoon2007-06-192-2/+2
* Skip the first line of output, because now it i...Lex Spoon2007-06-192-3/+31
* 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
* 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 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
* allow the choice of ScriptRunner to be overridd...Lex Spoon2007-06-181-1/+4
* added setting Xmatchalgo + cleanup of PatternMa...Burak Emir2007-06-184-82/+118
* 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
* Fixed contrib #658 - Iterable.isEmptymihaylov2007-06-171-1/+1