summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* added Android build and test supportmichelou2007-11-274-30/+148
* fixed Ticket #212Adriaan Moors2007-11-271-1/+8
* 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
* 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
* fixes ticket 230, props to Jon Pretty who found...Burak Emir2007-11-252-30/+58
* fixed namespace printing bug - props to DPP who...Burak Emir2007-11-252-10/+17
* 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
* Fixing infinite recurseSean McDirmid2007-11-241-2/+4
* Changed argument of Array.concat to accept Seqs...Sean McDirmid2007-11-241-1/+3
* 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
* Added android-library target in the build file,...Iulian Dragos2007-11-222-2/+229
* Made remote & co.Iulian Dragos2007-11-221-6/+3
* Made the scalac task return early if there are ...Iulian Dragos2007-11-221-1/+5
* 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
* 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
* backed out of the changes that broke the build/...Martin Odersky2007-11-201-3/+4
* 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
* 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
* 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
* 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