summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* speed up HashTable by replacing BoxedAnyArray w...stepancheg2008-06-092-9/+9
* RandomAccessSeq.empty implementation is Project...stepancheg2008-06-091-1/+3
* 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
* unify mutable and immutable stacks behavior (#957)stepancheg2008-06-067-35/+126
* makeRichChar to, until return RandomAccessSeq.P...stepancheg2008-06-065-15/+58
* added tests for open bugspradel2008-06-064-0/+17
* updated plugin template to use Transform and In...Lukas Rytz2008-06-0610-22/+191
* Fixing problem with case classes and companion ...Sean McDirmid2008-06-044-61/+40
* 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
* 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
* commented some lines in Sorting.scala (they whe...jeberle2008-05-272-7/+7
* typo: s/assumptopm/assumption/lorch2008-05-262-2/+2
* Hooked in the DeVirtualize phase again, though ...Geoffrey Washburn2008-05-263-20/+30
* Added DeVirtualize back.Geoffrey Washburn2008-05-261-0/+498
* Now "scala -Y" gives the same output as "scalac...Lex Spoon2008-05-251-4/+7
* Fixed ugliness correctly this time.Geoffrey Washburn2008-05-251-9/+1
* Fix for #947.Geoffrey Washburn2008-05-251-3/+1
* Tried adding a test for t0947, but I can't seem...Geoffrey Washburn2008-05-252-0/+9
* - be specific about what errors are caughtlorch2008-05-241-2/+7
* recompiled msil.jar (fix problem: NoSuchMethodE...lorch2008-05-241-1/+1
* Implement #886: indexOf, findIndexOfstepancheg2008-05-245-23/+86