summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bug 604,605, 606, 607, 608, 611Martin Odersky2006-05-222-7/+19
|
* Fixed bug 604, 605, 607 Martin Odersky2006-05-215-32/+46
|
* updated svn:keywords for some files in backend/...michelou2006-05-192-8/+22
| | | | | updated svn:keywords for some files in backend/icode/analysis/
* Fixed some problems with the closure eliminatio...Iulian Dragos2006-05-196-92/+168
| | | | | Fixed some problems with the closure elimination phase.
* Fixed two try-finally bugs.Iulian Dragos2006-05-196-9/+70
|
* Added scala.throws(java.lang.Class) attribute t...mihaylov2006-05-193-1/+48
| | | | | | Added scala.throws(java.lang.Class) attribute to specify the checked exceptions thrown by a method
* Fixed bug 601,602,603Martin Odersky2006-05-194-11/+22
|
* Even if beQuiet was specified, still print out ...Lex Spoon2006-05-191-2/+3
| | | | | | Even if beQuiet was specified, still print out stack traces resulting from thrown exceptions
* close the interpreter in before exiting, so tha...Lex Spoon2006-05-191-6/+10
| | | | | | close the interpreter in before exiting, so that it can clean up any class files it created
* print error messages using line numbers in the ...Lex Spoon2006-05-191-50/+56
| | | | | print error messages using line numbers in the script file
* added compileSources()Lex Spoon2006-05-191-4/+9
|
* Print source positions in the underlying source...Lex Spoon2006-05-191-2/+3
| | | | | | | Print source positions in the underlying source file if it can be found. (The difference is significant when the SourceFile is a CompoundSourceFile or a SourceFileFragment.)
* - added two new kinds of SourceFile's: Compound...Lex Spoon2006-05-192-0/+75
| | | | | | | - added two new kinds of SourceFile's: CompoundSourceFile and SourceFileFragment - Position's for the new source files can be translated down to Position's in the underlying normal SourceFile's
* for the subArray method in all the boxed array ...Lex Spoon2006-05-1910-10/+10
| | | | | | for the subArray method in all the boxed array classes, use the specified starting offset instead of 0
* Fixed bug 595,596,597Martin Odersky2006-05-184-18/+31
|
* updated svn:keywords propertiesmichelou2006-05-182-2/+2
|
* updated file scala/tools/nsc/MainScript.scala t...michelou2006-05-181-17/+39
| | | | | | updated file scala/tools/nsc/MainScript.scala to run it in the DOS console added executables bin/scalascript* to the Scala distribution
* Treat Java enums as constants - allows their us...mihaylov2006-05-183-35/+29
| | | | | Treat Java enums as constants - allows their use as attribute arguments
* fixed a tiny typo in a commentLex Spoon2006-05-171-1/+1
|
* Added support for emitting Java annotations int...mihaylov2006-05-173-14/+106
| | | | | Added support for emitting Java annotations into classfiles
* Improved CLDC supportmihaylov2006-05-173-14/+17
|
* bug fixesMartin Odersky2006-05-168-22/+34
|
* Fixed bug 591Martin Odersky2006-05-161-1/+3
|
* Fixed bug 592Martin Odersky2006-05-161-0/+2
|
* Fixed bug 592Martin Odersky2006-05-161-1/+1
|
* Fixed bug 593Martin Odersky2006-05-162-2/+3
|
* Fixed bug 594Martin Odersky2006-05-161-2/+7
|
* cope with Interpreter.compile being renamed to ...Lex Spoon2006-05-151-1/+1
| | | | | cope with Interpreter.compile being renamed to Interpreter.compileFile
* added compileString() and bind()Lex Spoon2006-05-151-3/+66
|
* tolerate 0-length writesLex Spoon2006-05-151-1/+2
|
* commented back in CharArrayFile.read ; if someo...Lex Spoon2006-05-151-1/+3
| | | | | | commented back in CharArrayFile.read ; if someone thinks it is incorrect, please either fix it or explain the problem...
* (no commit message)Lex Spoon2006-05-151-1/+1
|
* (no commit message)Lex Spoon2006-05-151-0/+138
|
* fixed error for Cygwin in file templates/generi...michelou2006-05-111-1/+1
| | | | | fixed error for Cygwin in file templates/generic-unix.tmpl
* Seriously cleaned-up the build script.Gilles Dubochet2006-05-116-74/+76
|
* Bug fixesMartin Odersky2006-05-112-4/+5
|
* updated SVN header in file nsc/transform/CleanU...michelou2006-05-111-14/+17
| | | | | updated SVN header in file nsc/transform/CleanUp.scala
* Fixed more empty package bugs.Sean McDirmid2006-05-102-4/+7
|
* Fixing bug with <empty> packages.Sean McDirmid2006-05-101-6/+6
|
* fixed error in file templates/generic-unix.tmplmichelou2006-05-091-1/+1
| | | | | added corresponding test in script file test/clitest
* removed xsd stuffBurak Emir2006-05-093-119/+0
|
* opt=trueBurak Emir2006-05-081-1/+1
|
* Bug fixesMartin Odersky2006-05-086-7/+45
|
* Implemented class constants in the backend.Iulian Dragos2006-05-081-1/+21
|
* 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-055-0/+90
|
* added a comment about variance in the type para...Lex Spoon2006-05-041-0/+4
| | | | | added a comment about variance in the type parameter