summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* added scala compile serverMartin Odersky2006-06-0610-11/+511
|
* Fixed maxType for Long and FloatIulian Dragos2006-06-061-1/+1
|
* space leaks are plugged (remove test in Main)Martin Odersky2006-06-021-0/+4
|
* space leaks are pluggedMartin Odersky2006-06-025-50/+56
|
* some changes to plug space leaksMartin Odersky2006-06-022-15/+15
|
* some changes to plug space leaksMartin Odersky2006-06-0214-475/+454
|
* using the root package in order to avoid select...Burak Emir2006-06-021-1/+1
| | | | | using the root package in order to avoid selecting the wrong stuff
* some changes to plug space leaksMartin Odersky2006-06-0119-503/+555
|
* handle array literals as arguments to attributesmihaylov2006-05-313-41/+74
|
* (no commit message)Iulian Dragos2006-05-3110-17/+360
|
* fixed bugs 616, 617Martin Odersky2006-05-311-1/+1
|
* fixed bugs615 and 617Martin Odersky2006-05-305-18/+29
|
* removed semicolonsmichelou2006-05-2910-30/+30
|
* fixed bug609 -- super accessors and separate co...Martin Odersky2006-05-264-92/+105
| | | | | fixed bug609 -- super accessors and separate compilation
* Some more changes to fix 605Martin Odersky2006-05-254-74/+135
|
* fixed classof -- only class typed can be generatedMartin Odersky2006-05-241-2/+4
|
* removed leading/trailing tabs/blanks in file sy...michelou2006-05-241-189/+193
| | | | | removed leading/trailing tabs/blanks in file symtab/Definitions.scala
* added a scaladoc comment for classOfLex Spoon2006-05-241-0/+1
|
* added some methodsBurak Emir2006-05-231-41/+68
|
* Fixed problem with classOf[x.type]Martin Odersky2006-05-231-6/+12
|
* Cleanup bug 605Martin Odersky2006-05-231-5/+2
|
* Clean ups fro bugs 605, 508Martin Odersky2006-05-232-3/+6
|
* generalized save(.,.) method, encoding, write x...Burak Emir2006-05-231-5/+5
| | | | | generalized save(.,.) method, encoding, write xmldecl, write doctype
* added saveFull methodBurak Emir2006-05-231-4/+17
|
* fixed bug #610Burak Emir2006-05-231-12/+32
|
* removed leading/trailing tabs/blanks in file ns...michelou2006-05-221-132/+138
| | | | | removed leading/trailing tabs/blanks in file nsc/Global.scala
* Fixed bug 613Martin Odersky2006-05-221-3/+6
|
* commented out debug message in file nsc/symtab/...michelou2006-05-221-6/+6
| | | | | commented out debug message in file nsc/symtab/Types.scala
* 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
|