summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* int -> Int, etc..michelou2008-06-102-10/+10
|
* fix for #1026pradel2008-06-101-1/+1
|
* removed println 'typing eta'pradel2008-06-101-1/+0
|
* test for #1024pradel2008-06-101-0/+4
|
* int -> Int, etc..michelou2008-06-1014-109/+111
|
* int -> Int, etc..michelou2008-06-104-41/+41
|
* added EOLs, missing headersmichelou2008-06-1038-92/+110
|
* int -> Int, etc..michelou2008-06-1019-268/+267
|
* Fixed Table, wrapped more of buttonNAME2008-06-109-62/+366
|
* fix for #1009pradel2008-06-103-0/+8
|
* Fixing #1015 and #1017 when run inside of a scr...Geoffrey Washburn2008-06-103-3/+59
| | | | | | | | Fixing #1015 and #1017 when run inside of a script. #1015 still won't work in the interpreter. #1017 still won't work in the interperter or methods.
* speed up HashTable by replacing BoxedAnyArray w...stepancheg2008-06-092-9/+9
| | | | | speed up HashTable by replacing BoxedAnyArray with raw array
* RandomAccessSeq.empty implementation is Project...stepancheg2008-06-091-1/+3
| | | | | RandomAccessSeq.empty implementation is Projection now.
* Check in revised fix to Console.readLine, etc.Geoffrey Washburn2008-06-091-22/+104
|
* rolling back the faulty checkinLukas Rytz2008-06-0913-93/+29
|
* now actually removing plugin.quickLukas Rytz2008-06-0914-53/+93
|
* let supersabbus genarte man pages.Lukas Rytz2008-06-0910-1156/+133
|
* Fixing case class/companion object in def asser...Sean McDirmid2008-06-091-2/+1
| | | | | Fixing case class/companion object in def assertion crash.
* unify mutable and immutable stacks behavior (#957)stepancheg2008-06-067-35/+126
|
* makeRichChar to, until return RandomAccessSeq.P...stepancheg2008-06-065-15/+58
| | | | | makeRichChar to, until return RandomAccessSeq.Projection (#970)
* added tests for open bugspradel2008-06-064-0/+17
|
* updated plugin template to use Transform and In...Lukas Rytz2008-06-0610-22/+191
| | | | | updated plugin template to use Transform and InfoTransform
* Fixing problem with case classes and companion ...Sean McDirmid2008-06-044-61/+40
| | | | | Fixing problem with case classes and companion objects
* Fixed #981.Iulian Dragos2008-06-042-2/+52
|
* Removed Proxy from StringBuilder's parentsIulian Dragos2008-06-031-3/+1
|
* Fixed #948.Iulian Dragos2008-06-033-7/+39
|
* Various bugfixes and upgrades to IDE support de...Sean McDirmid2008-06-0113-58/+168
| | | | | | Various bugfixes and upgrades to IDE support dealing with case classes/companion objects, lazy val's, and dependency tracking.
* Fixing problem with inter-project dependencies Sean McDirmid2008-05-311-1/+3
|
* Fixed #971Martin Odersky2008-05-311-1/+32
|
* make library work for resident compilation lorch2008-05-311-1/+1
|
* Changes to support exposing AST in plugin.Sean McDirmid2008-05-312-5/+20
|
* fixed #807. More stuff for virtual classes.Martin Odersky2008-05-3017-233/+284
|
* treebrowser now shows annotationsLukas Rytz2008-05-301-7/+13
|
* updated types docu graphLukas Rytz2008-05-291-0/+16
|
* fix documentation of lengthCompare methodstepancheg2008-05-293-6/+27
|
* added / updated some documentationLukas Rytz2008-05-294-31/+49
|
* drop svn:executable flags from scala sourcesstepancheg2008-05-293-0/+0
|
* Removed vararg warnings in partestPhilipp Haller2008-05-284-13/+14
|
* Refined types of Actor.async method.Philipp Haller2008-05-271-4/+4
|
* Changed scala.Stream from trait to abstract class.Iulian Dragos2008-05-271-2/+8
|
* Iterator.collect method (#916)stepancheg2008-05-273-1/+16
|
* make List.++ faster if argument is List (#887)stepancheg2008-05-271-6/+2
|
* text.Document for .NET target (using System.IO....jeberle2008-05-271-1/+122
| | | | | text.Document for .NET target (using System.IO.TextWriter)
* commented some lines in Sorting.scala (they whe...jeberle2008-05-272-7/+7
| | | | | | commented some lines in Sorting.scala (they where only for testing) which doesn't compile in .NET.
* typo: s/assumptopm/assumption/lorch2008-05-262-2/+2
|
* Hooked in the DeVirtualize phase again, though ...Geoffrey Washburn2008-05-263-20/+30
| | | | | | Hooked in the DeVirtualize phase again, though it only runs with -Xexperimental, and even then it does not work yet.
* Added DeVirtualize back.Geoffrey Washburn2008-05-261-0/+498
|
* Now "scala -Y" gives the same output as "scalac...Lex Spoon2008-05-251-4/+7
| | | | | | | Now "scala -Y" gives the same output as "scalac -Y". Review by: dubochet
* Fixed ugliness correctly this time.Geoffrey Washburn2008-05-251-9/+1
|
* Fix for #947.Geoffrey Washburn2008-05-251-3/+1
|