summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bug 697Martin Odersky2006-08-148-16/+33
|
* eliminated -Xgadt option.Martin Odersky2006-08-144-20/+2
|
* fixed bug698Martin Odersky2006-08-141-4/+9
|
* removed leading/trailing blanks/tabs in icode/G...michelou2006-08-141-556/+580
| | | | | removed leading/trailing blanks/tabs in icode/GenICode.scala
* (no commit message)Martin Odersky2006-08-143-30/+23
|
* added contrib #176 to test file run/literals.scalamichelou2006-08-142-80/+88
|
* Fixed bug contribution #176mihaylov2006-08-141-2/+1
|
* Changed TIMEOUT into case object.Philipp Haller2006-08-113-9/+9
|
* (no commit message)Philipp Haller2006-08-101-4/+2
|
* fixed error in opt.Burak Emir2006-08-041-2/+4
|
* cleanup + little opt for object compareBurak Emir2006-08-042-29/+16
|
* Removed "patch" hack in SABBUS.Gilles Dubochet2006-08-041-3/+2
|
* Removed ambiguity on "Console" when necessary t...Gilles Dubochet2006-08-044-19/+19
| | | | | Removed ambiguity on "Console" when necessary to compile with Java 1.6.
* Fixed '-debug' check that all basic blocks are ...Iulian Dragos2006-08-021-3/+3
| | | | | | Fixed '-debug' check that all basic blocks are visited in a data flow analysis.
* Removed -Xshowicode which is now taken over by ...Iulian Dragos2006-08-025-19/+54
| | | | | | | Removed -Xshowicode which is now taken over by '-print:icode' and can prind icode after any phase (inline, closure elimination, etc.) Various bug fixes in closure elimination.
* Generate SYNTHETIC flags.Iulian Dragos2006-08-023-18/+34
| | | | | | Dont emit debugging info for synthetic variables. Added the SYNTHETIC flag to some local vars created by the compiler.
* given that pattern matcher catches dead branches,Burak Emir2006-08-021-1/+8
| | | | | | UnCurry must be more precise when adding cases that re-throw unmatched exceptions.
* fixed unreachable case statementsBurak Emir2006-08-022-3/+2
|
* commented out case with unreachable codeBurak Emir2006-08-021-1/+1
|
* reenabled dead-branch checkingBurak Emir2006-08-021-1/+1
|
* Small clean-ups.Philipp Haller2006-08-023-26/+14
|
* (no commit message)Philipp Haller2006-08-011-1/+1
|
* Fixed customer passing example.Philipp Haller2006-07-311-4/+4
|
* Resolved deadlock and stack overflow problems i...Philipp Haller2006-07-305-95/+88
| | | | | Resolved deadlock and stack overflow problems in multi-threaded actors.
* added comment about backwards-incompatible changeBurak Emir2006-07-301-3/+3
|
* updated STARR to Scala 2.1.7patch8283michelou2006-07-282-2/+2
|
* fixed test for scriptFile in ScriptRunner.runSc...michelou2006-07-281-27/+27
| | | | | fixed test for scriptFile in ScriptRunner.runScript
* removed leading/trailing tabs/blanks in nsc/mod...michelou2006-07-287-641/+710
| | | | | removed leading/trailing tabs/blanks in nsc/models/*.scala
* Made DebugSetting behave correctly when 'value'...Iulian Dragos2006-07-281-7/+14
| | | | | Made DebugSetting behave correctly when 'value' is set from outside.
* changled handling of gadtsMartin Odersky2006-07-283-10/+46
|
* (no commit message)Martin Odersky2006-07-281-4/+39
|
* version separator is now configurable and defau...michelou2006-07-271-2/+3
| | | | | version separator is now configurable and default is "patch" (was ".")
* added details for -g option and default values ...michelou2006-07-274-15/+62
| | | | | added details for -g option and default values in man pages
* removed more references to "scalaint"michelou2006-07-271-15/+7
|
* updated some references to "scalascript" and "s...Lex Spoon2006-07-263-5/+3
| | | | | updated some references to "scalascript" and "scalaint"
* add a -d argument if one is not specifiedLex Spoon2006-07-261-1/+7
|
* tweaked the -version stringsLex Spoon2006-07-262-4/+20
|
* removed leading/trailing tabs/blanks in transfo...michelou2006-07-261-202/+216
| | | | | removed leading/trailing tabs/blanks in transform/Erasure.scala
* Added -g detailed option.Iulian Dragos2006-07-264-15/+66
|
* Changed to print more symbol informationIulian Dragos2006-07-261-2/+3
|
* added svn:keywords to actors/threads/*.scalamichelou2006-07-264-4/+4
|
* Added thread-based actors to scala.actors.Philipp Haller2006-07-254-0/+347
|
* -J<option>, e.g. -J-Xms48mmichelou2006-07-251-1/+2
|
* added target 'binaries' to build.xmlmichelou2006-07-251-21/+69
|
* moved trait Reactions to package 'scala.actors'michelou2006-07-251-2/+13
|
* (no commit message)Martin Odersky2006-07-251-1/+1
|
* added tests for bugs 663, 667Martin Odersky2006-07-255-0/+40
|
* fixed tests bug664 bug668Martin Odersky2006-07-243-3/+4
|
* Fixed test files for bug664Martin Odersky2006-07-242-0/+9
|
* (no commit message)Martin Odersky2006-07-245-1/+29
|