summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fixed error in file templates/generic-unix.tmplmichelou2006-05-0916-47/+66
| | | | | added corresponding test in script file test/clitest
* removed xsd stuffBurak Emir2006-05-093-119/+0
|
* (no commit message)Lex Spoon2006-05-092-0/+9
|
* opt=trueBurak Emir2006-05-081-1/+1
|
* Bug fixesMartin Odersky2006-05-0815-7/+171
|
* Added fjbg.jar contents to the scala-compiler.j...Iulian Dragos2006-05-082-2/+2
| | | | | | Added fjbg.jar contents to the scala-compiler.jar so that the STARR compiler accepts the new methods in fjbg to build locker.
* fixed classpath for library file fjbg.jar (for ...michelou2006-05-081-4/+4
| | | | | fixed classpath for library file fjbg.jar (for nightly build)
* Implemented class constants in the backend.Iulian Dragos2006-05-082-2/+22
|
* added target 'dist.nightly' in file build.xmlmichelou2006-05-081-0/+54
|
* Added closure elimination phase (experimental).Iulian Dragos2006-05-0813-69/+711
|
* added hrefs to classes of Java API using JavaSc...michelou2006-05-053-3/+40
| | | | | added hrefs to classes of Java API using JavaScript
* Changed array unboxing to use classes rather th...Martin Odersky2006-05-0513-32/+61
| | | | | Changed array unboxing to use classes rather than strings.
* added support of class literalsMartin Odersky2006-05-0532-238/+378
|
* added zipWithIndex to several collection classesLex Spoon2006-05-057-0/+119
|
* added a comment about variance in the type para...Lex Spoon2006-05-041-0/+4
| | | | | added a comment about variance in the type parameter
* added target 'dist.quick' (no tests and docs) i...michelou2006-05-042-3/+12
| | | | | added target 'dist.quick' (no tests and docs) in file build.xml
* added if-test in skipComment (bug #585)michelou2006-05-042-0/+8
|
* added if-test in skipComment (bug #585)michelou2006-05-041-275/+278
|
* removed unused variable SCALA_SCALA_ARGS in fil...michelou2006-05-041-3/+0
| | | | | removed unused variable SCALA_SCALA_ARGS in file test/scalatest
* Added a 'cldc' target for J2ME CLDC 1.0mihaylov2006-05-037-75/+106
|
* Added a 'target' optionmihaylov2006-05-031-0/+13
|
* Scala release 2.1.4michelou2006-05-011-3/+3
|
* fixed destination path in batch file test/scala...michelou2006-05-011-2/+7
| | | | | fixed destination path in batch file test/scalatest.bat
* Fixed bugs 570/571.v2.1.4Iulian Dragos2006-05-011-1/+6
|
* Added neg/bug520.checkmihaylov2006-04-301-0/+4
|
* fixed bug 581Martin Odersky2006-04-282-22/+1
|
* measured size of pickled dataMartin Odersky2006-04-283-4/+24
|
* fixed bug 577Martin Odersky2006-04-281-1/+1
|
* removed leading/trailing tabs/blanks in file ns...michelou2006-04-281-384/+385
| | | | | | removed leading/trailing tabs/blanks in file nsc/symtab/Types.scala corrected special characters ('<' -> &lt;) in Scala comments
* removed leading/trailing tabs/blanks in files C...michelou2006-04-272-210/+221
| | | | | | removed leading/trailing tabs/blanks in files Constructors.scala and LambdaLift.scala
* 1. fixed bugs 578+579Martin Odersky2006-04-2713-81/+120
| | | | | | | 2. optimization: don't emit any code guarded by an if which is constant-false 3. Changed treatment of startContext to get rid of -nopredefs (but no success there yet)
* updated copyright notice and removed semicolonsmichelou2006-04-271-14/+15
|
* replaced Cygwin diff.exe with GNUWin32 version ...michelou2006-04-274-1/+17
| | | | | replaced Cygwin diff.exe with GNUWin32 version (standalone)
* removed leading/trailing tabs/blanks in file Sy...michelou2006-04-271-5/+5
| | | | | removed leading/trailing tabs/blanks in file SymbolTable.scala
* removed leading/trailing tabs and blanks in fil...michelou2006-04-271-29/+26
| | | | | removed leading/trailing tabs and blanks in file Global.scala
* added loadStringLex Spoon2006-04-271-1/+5
|
* (no commit message)Lex Spoon2006-04-271-0/+7
|
* added batch file test/scalatest.batmichelou2006-04-263-1/+281
| | | | | added companion file test/diff.exe (GNU diffutils 2.8.7)
* added subroutine 'set_home' in batch commandsmichelou2006-04-262-10/+20
|
* (no commit message)Martin Odersky2006-04-254-1/+28
|
* updated batch files to work on older Windows sy...michelou2006-04-252-2/+10
| | | | | updated batch files to work on older Windows systems (variable %~dsp0)
* improved script test/clitestmichelou2006-04-2511-61/+36
|
* uncommented override varBurak Emir2006-04-253-5/+5
|
* possible fix of presentation compiler crashesMartin Odersky2006-04-251-1/+1
|
* (no commit message)Martin Odersky2006-04-2513-9/+197
|
* Fixed bug #567mihaylov2006-04-251-1/+1
|
* updated 2 check files for script test/clitestmichelou2006-04-253-9/+1
|
* cleaned up interpreter codemichelou2006-04-252-51/+38
|
* Removed the special treatment of scala/runtime/...mihaylov2006-04-251-6/+0
| | | | | Removed the special treatment of scala/runtime/ScalaRunTime.scala
* fixed check error for option '--jikes'michelou2006-04-241-4/+6
|