summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* updated take/dropmichelou2007-06-271-2/+2
|
* fixed bug in Stream.copyToArraymihaylov2007-06-261-1/+1
|
* also prints ownermichelou2007-06-251-3/+5
|
* 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 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
* 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-212-29/+70
| | | | | 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
* 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-201-4/+9
| | | | | | | | | | | 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
* 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-196-10/+25
|
* added wildcards. Changed for_some to forSome.Martin Odersky2007-06-195-78/+89
|
* Removed dependency on Reaction in scheduling su...Philipp Haller2007-06-194-26/+13
| | | | | Removed dependency on Reaction in scheduling subsystem.
* 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-191-14/+11
|
* 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-191-11/+11
|
* renamed scala?.net.bat to scala?-net.batmichelou2007-06-182-0/+0
|
* renamed scala?.net to scala?-netmichelou2007-06-184-3/+3
|
* 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-183-79/+70
| | | | | | added setting Xmatchalgo + cleanup of PatternMatchers * more control on which algo get used * removed some obsolete code * added test case
* removed .NET specifics from Scala commandsmichelou2007-06-189-36/+370
|
* 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-1511-182/+190
|
* added verbose outputmichelou2007-06-151-1/+2
|
* 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
|
* corrected another typomichelou2007-06-141-4/+4
|
* added Nik's contrib to script.jsmichelou2007-06-143-924/+54
|
* fixed split method on JVMmichelou2007-06-132-3/+17
|
* rehash symbols if their names changeMartin Odersky2007-06-133-4/+42
|
* 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-1352-736/+775
| | | | | | incremented MinorVersion, deprecated All/AllRef, remove many type aliases
* Integrated J2ME version of the library as of re...mihaylov2007-06-1336-13/+2050
| | | | | Integrated J2ME version of the library as of rev 12002
* Fixed J2ME support in the compilermihaylov2007-06-135-36/+50
|
* in BoxesUtility.unboxTo* cast directly to the e...mihaylov2007-06-132-24/+10
| | | | | | in BoxesUtility.unboxTo* cast directly to the expected box class before unboxing