summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* added Android build and test supportmichelou2007-11-274-30/+148
|
* fixed Ticket #212Adriaan Moors2007-11-271-1/+8
| | | | | at the same time, made it easier to customise the shape of identifiers
* Made format compatibkle with JDK 1.4. Fixed #197Martin Odersky2007-11-272-2/+17
|
* fixed #63michelou2007-11-271-2/+2
|
* Fixed issue with task scheduler creating too ma...Philipp Haller2007-11-273-6/+28
| | | | | | Fixed issue with task scheduler creating too many threads. Improved actor termination code. Added size query to MessageQueue.
* List.transpose is now tailrecursive.Martin Odersky2007-11-262-10/+9
|
* Fixed ticket #219.Philipp Haller2007-11-266-19/+63
|
* reverted (unwanted) change in build.xmlmichelou2007-11-261-29/+0
|
* Fixed runtime.StringAdd for MSIL and CLDCmichelou2007-11-264-6/+87
|
* fix ticket #98, by removing the => thus making ...Burak Emir2007-11-251-19/+19
| | | | | fix ticket #98, by removing the => thus making all arguments cbv.
* fixes ticket 230, props to Jon Pretty who found...Burak Emir2007-11-252-30/+58
| | | | | fixes ticket 230, props to Jon Pretty who found and reported the issue.
* fixed namespace printing bug - props to DPP who...Burak Emir2007-11-252-10/+17
| | | | | fixed namespace printing bug - props to DPP who found and reported it.
* Added format method to StringAddMartin Odersky2007-11-251-4/+17
|
* Fixed #184Martin Odersky2007-11-241-8/+14
|
* Removed recursion from predicated iterator fill...Sean McDirmid2007-11-241-10/+11
| | | | | | Removed recursion from predicated iterator fill as it caused a stack overflow.
* Fixing infinite recurseSean McDirmid2007-11-241-2/+4
|
* Changed argument of Array.concat to accept Seqs...Sean McDirmid2007-11-241-1/+3
| | | | | Changed argument of Array.concat to accept Seqs rather than arrays.
* Changed reverse to return mutableprojection.Sean McDirmid2007-11-241-1/+1
|
* Fixed compilation for java files in target andr...Iulian Dragos2007-11-231-6/+16
| | | | | Fixed compilation for java files in target android.lib
* Added android-library target in the build file,...Iulian Dragos2007-11-222-2/+229
| | | | | | Added android-library target in the build file, and special ScalaObect which has no @remote attribute (no RMI on android).
* Made remote & co.Iulian Dragos2007-11-221-6/+3
|
* Made the scalac task return early if there are ...Iulian Dragos2007-11-221-1/+5
| | | | | | Made the scalac task return early if there are no sourcefiles to compile (and not create a compile instance and an empty run).
* added explicit compiler version (CLDC)michelou2007-11-221-0/+2
|
* fixed #246. adapted check files.Martin Odersky2007-11-213-5/+12
|
* Fixed #162.Martin Odersky2007-11-211-1/+4
|
* Fixed ticket #10Iulian Dragos2007-11-216-33/+80
|
* changed SuperAccessors for t010; reassigned to ...Martin Odersky2007-11-213-0/+19
| | | | | changed SuperAccessors for t010; reassigned to Iulian
* splitted CLDC library (un-/preverified)michelou2007-11-203-7/+46
|
* updated CLDC libraries (Java WTK 2.5.2)michelou2007-11-202-1/+2
|
* fixed #34Martin Odersky2007-11-202-71/+67
|
* Fixed typo.Iulian Dragos2007-11-201-9/+9
|
* Fixed backend to correctly handle type paramete...Iulian Dragos2007-11-203-16/+18
| | | | | | Fixed backend to correctly handle type parameters (when compiling scala.Array[a]).
* backed out of the changes that broke the build/...Martin Odersky2007-11-201-3/+4
| | | | | | backed out of the changes that broke the build/test suite. reverted Symbols.back to pre 13309.
* fix^2 of problem in 13309. Sorry.Martin Odersky2007-11-201-1/+1
|
* fixed r13309Martin Odersky2007-11-201-0/+1
|
* fixed #245Martin Odersky2007-11-201-5/+3
|
* fixed missing dependency in Ant scriptmichelou2007-11-201-1/+1
|
* Fixed ticket #244.Iulian Dragos2007-11-204-18/+51
|
* Fixed the package name of scala.tools.partest.u...mihaylov2007-11-202-2/+2
| | | | | | Fixed the package name of scala.tools.partest.utils.Properties (avoids its unneeded recompilation)
* changed check file (removed ^M)Martin Odersky2007-11-191-1/+1
|
* added scalatest option "--cldc"michelou2007-11-194-9/+103
|
* added testsMartin Odersky2007-11-196-0/+53
|
* changed scalatest to use --utf8 encoding; added...Martin Odersky2007-11-192-1/+5
| | | | | changed scalatest to use --utf8 encoding; added tests
* fixed #231.Martin Odersky2007-11-195-36/+76
|
* reenabled actor exit in partestmichelou2007-11-193-6/+7
|
* fixed #226 and #227Martin Odersky2007-11-193-4/+40
|
* Switched the base for lifted anonymous function...Iulian Dragos2007-11-191-1/+1
| | | | | | | Switched the base for lifted anonymous function names from '<methodname>$anonfun' to 'anonfun$<methodname' to satisfy isAnonymousFunction test function.
* Added tests for lazy values of type Unit.Iulian Dragos2007-11-192-0/+24
|
* Java 1.4 compatibilitymichelou2007-11-181-1/+2
|
* fixed #176 (CLDC build)michelou2007-11-1815-97/+1566
|