summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Refactored ScriptRunner and the offline compila...Lex Spoon2007-06-146-54/+117
| | | | | | Refactored ScriptRunner and the offline compilation classes so that they can be subclassed effectively.
* expose the isWin valueLex Spoon2007-06-141-1/+1
|
* factored out the choice of promptLex Spoon2007-06-141-1/+5
|
* added 2 failure testsmichelou2007-06-141-5/+15
|
* corrected another typomichelou2007-06-141-4/+4
|
* corrected typomichelou2007-06-141-2/+2
|
* displays settings for .NETmichelou2007-06-141-12/+42
|
* added Nik's contrib to script.jsmichelou2007-06-143-924/+54
|
* fixed split method on JVMmichelou2007-06-136-82/+101
|
* Fxied test/scalatest to find the assemblies at ...mihaylov2007-06-131-1/+1
| | | | | | Fxied test/scalatest to find the assemblies at their original places thus obviating the need to copy them (thanks to Stephane)
* Fixed test script to look for build/msil/predef...mihaylov2007-06-131-1/+1
| | | | | Fixed test script to look for build/msil/predef.dll, not lib/predef.dll
* rehash symbols if their names changeMartin Odersky2007-06-133-4/+42
|
* Updated STARR to Scala 2.5.1-finalmichelou2007-06-133-3/+3
|
* Synced src/dotnet-library with rev 12018mihaylov2007-06-133-4/+6
|
* fixed bug 1174Adriaan Moors2007-06-131-1/+1
|
* incremented MinorVersion, deprecated All/AllRef...michelou2007-06-1353-738/+777
| | | | | | incremented MinorVersion, deprecated All/AllRef, remove many type aliases