summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* removed FloatTag/DoubleTag (CLDC)michelou2007-11-282-27/+30
|
* Merge from the annots-normtrees branch.Lex Spoon2007-11-2830-882/+1935
| | | | | | | | now use compiler trees instead of reflect trees. In many cases, annotations on types can be rewritten instead of discarded as the types undergo various operations. Also, -Yself-in-annots has been added.
* escape characters as necessary whenLex Spoon2007-11-281-8/+52
| | | | | inserting types into string literals
* 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 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
|
* Fixed runtime.StringAdd for MSIL and CLDCmichelou2007-11-263-6/+58
|
* 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-251-30/+39
| | | | | fixes ticket 230, props to Jon Pretty who found and reported the issue.
* fixed namespace printing bug - props to DPP who...Burak Emir2007-11-251-6/+6
| | | | | 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
|
* Added android-library target in the build file,...Iulian Dragos2007-11-221-0/+22
| | | | | | 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).
* fixed #246. adapted check files.Martin Odersky2007-11-211-3/+10
|
* Fixed #162.Martin Odersky2007-11-211-1/+4
|
* Fixed ticket #10Iulian Dragos2007-11-211-15/+43
|
* changed SuperAccessors for t010; reassigned to ...Martin Odersky2007-11-211-0/+1
| | | | | changed SuperAccessors for t010; reassigned to Iulian
* fixed #34Martin Odersky2007-11-201-69/+65
|
* 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 ticket #244.Iulian Dragos2007-11-202-18/+33
|
* 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)
* fixed #231.Martin Odersky2007-11-193-36/+50
|
* reenabled actor exit in partestmichelou2007-11-193-6/+7
|
* fixed #226 and #227Martin Odersky2007-11-192-4/+9
|
* 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.
* Java 1.4 compatibilitymichelou2007-11-181-1/+2
|
* fixed #176 (CLDC build)michelou2007-11-1815-97/+1566
|
* fixed problem with last fixMartin Odersky2007-11-171-1/+1
|
* Fixed #214, #217, #218Martin Odersky2007-11-173-7/+8
|
* fixed bug t0154, changed copyright, changed for...Burak Emir2007-11-162-602/+315
| | | | | fixed bug t0154, changed copyright, changed formatting
* Fixed combinator bug.Philipp Haller2007-11-162-66/+29
|
* refinement of fix to #209Martin Odersky2007-11-161-5/+15
|
* fixed #209Martin Odersky2007-11-163-49/+81
|
* changed some newlinesmichelou2007-11-161-5/+5
|
* added scaladoc option '-access'michelou2007-11-162-13/+17
|
* improved code (actor exit problem still pending)michelou2007-11-153-64/+150
|
* Fixed ticket #206Iulian Dragos2007-11-153-19/+57
|