summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* fixed alternative detection, handling of variab...Burak Emir2007-06-212-29/+70
* parallel algo optimizes extractors, see LAMP-RE...Burak Emir2007-06-214-62/+224
* overrode Annotated.isTree in the sameLex Spoon2007-06-201-1/+2
* fixed bug1188Adriaan Moors2007-06-201-4/+9
* parallel matching on integers + disabled squeez...Burak Emir2007-06-203-92/+173
* added prompt/fileEnding propertiesmichelou2007-06-196-10/+25
* added wildcards. Changed for_some to forSome.Martin Odersky2007-06-195-78/+89
* 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-191-14/+11
* merged Alias/AbsTypeDef into TypeDefMartin Odersky2007-06-1918-240/+205
* fixed bug #1175 (jdk6)michelou2007-06-191-7/+7
* 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-183-79/+70
* removed .NET specifics from Scala commandsmichelou2007-06-185-36/+27
* 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
* expose the isWin valueLex Spoon2007-06-141-1/+1
* factored out the choice of promptLex Spoon2007-06-141-1/+5
* added Nik's contrib to script.jsmichelou2007-06-141-897/+27
* rehash symbols if their names changeMartin Odersky2007-06-133-4/+42
* fixed bug 1174Adriaan Moors2007-06-131-1/+1
* incremented MinorVersion, deprecated All/AllRef...michelou2007-06-1341-650/+688
* Fixed J2ME support in the compilermihaylov2007-06-135-36/+50
* in BoxesUtility.unboxTo* cast directly to the e...mihaylov2007-06-131-3/+3
* added a few hooks so that scalac variantsLex Spoon2007-06-121-3/+15
* factored out the rootImports methodLex Spoon2007-06-121-8/+23
* stupid bug: writeRef instead of writeRefsLex Spoon2007-06-121-1/+1
* Replaced -Xscript by -script, so that script filesLex Spoon2007-06-124-15/+53
* factored out the creation of the compiler, so thatLex Spoon2007-06-121-1/+6
* factored out the command name and compiler comm...Lex Spoon2007-06-121-3/+9
* reverted change #11979michelou2007-06-111-1/+1
* fixed 2 quirks on .NETmichelou2007-06-111-1/+1
* Merged dotnet-library with rev 11970 of the trunkmihaylov2007-06-113-16/+17
* Improved interface of scala.compat.StringBuildermihaylov2007-06-111-8/+8
* Added patch to allow definition of native metho...Iulian Dragos2007-06-097-8/+30
* added existential typesMartin Odersky2007-06-0912-163/+416
* new style for-comprehensions, aliasesmichelou2007-06-081-93/+103
* changed output of constructors under -uniqidMartin Odersky2007-06-081-2/+3
* updated source links for actors librarymichelou2007-06-081-8/+11
* Fixed duplicated local vars and wrong eliminati...Iulian Dragos2007-06-071-4/+11
* user decides to add a SecurityManager or notmichelou2007-06-071-16/+6
* updated deprecated &f, updated svn:keywordsmichelou2007-06-076-44/+93
* Final merge from the plugins branch. The compilerLex Spoon2007-06-0710-23/+497
* The AST “Literal(Constant(t))” for t a value ty...Gilles Dubochet2007-06-061-7/+10
* fixed typomichelou2007-06-061-4/+4
* splitted usage messagemichelou2007-06-067-50/+81
* Fixed wrong line numbers in ifs.Iulian Dragos2007-06-062-4/+10