summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* gixed gilles' gadt problems. Added some testsMartin Odersky2008-06-183-8/+18
|
* fixed #504Martin Odersky2008-06-181-12/+14
|
* fixed some bugs; disabled devirtualize; desiabl...Martin Odersky2008-06-1713-127/+367
| | | | | | fixed some bugs; disabled devirtualize; desiabled bells in JLineReader; fixed Gilles problems with GADTs
* test and fix for #1027pradel2008-06-171-1/+2
|
* stub tree duplicate returns itself and no longe...Sean McDirmid2008-06-151-1/+1
| | | | | stub tree duplicate returns itself and no longer crashes.
* Null pointer check hardening.Sean McDirmid2008-06-151-1/+1
|
* Change iterator "next" method signatures from "...stepancheg2008-06-141-4/+4
| | | | | Change iterator "next" method signatures from "next" to "next()"
* Scripts should use JAVA_HOME to find java execu...stepancheg2008-06-145-0/+23
| | | | | Scripts should use JAVA_HOME to find java executable (#995)
* ResizableArray: s/val initialSize/def initialSi...stepancheg2008-06-131-1/+1
| | | | | | ResizableArray: s/val initialSize/def initialSize/: no need to store initial size as field
* corrected commentmichelou2008-06-121-2/+2
|
* Fixed 'isSameType' for refinement types with ov...Iulian Dragos2008-06-121-3/+10
| | | | | | Fixed 'isSameType' for refinement types with overloaded definitions. Fixes #1014.
* Reverted change that introduced conflicting imp...Iulian Dragos2008-06-111-1/+1
| | | | | | Reverted change that introduced conflicting implicit conversions for vector +.
* Fixed #999.Iulian Dragos2008-06-112-13/+20
|
* SyncVar enhancements:stepancheg2008-06-102-7/+41
| | | | | | | * deprecation of "exception" field * addition of blocking-queue-like "take", "put" methods * change of "unset" signature
* Implemented #988.Geoffrey Washburn2008-06-103-0/+5
|
* fix for #1026pradel2008-06-101-1/+1
|
* removed println 'typing eta'pradel2008-06-101-1/+0
|
* added EOLs, missing headersmichelou2008-06-1034-61/+84
|
* int -> Int, etc..michelou2008-06-101-5/+5
|
* Fixed Table, wrapped more of buttonNAME2008-06-109-62/+366
|
* fix for #1009pradel2008-06-101-0/+1
|
* Fixing #1015 and #1017 when run inside of a scr...Geoffrey Washburn2008-06-101-3/+4
| | | | | | | | 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-0910-85/+25
|
* now actually removing plugin.quickLukas Rytz2008-06-0910-25/+85
|
* let supersabbus genarte man pages.Lukas Rytz2008-06-093-0/+62
|
* 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-064-33/+72
|
* makeRichChar to, until return RandomAccessSeq.P...stepancheg2008-06-063-15/+23
| | | | | makeRichChar to, until return RandomAccessSeq.Projection (#970)
* updated plugin template to use Transform and In...Lukas Rytz2008-06-062-2/+2
| | | | | 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-041-2/+33
|
* Removed Proxy from StringBuilder's parentsIulian Dragos2008-06-031-3/+1
|
* Fixed #948.Iulian Dragos2008-06-031-6/+22
|
* 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
|
* Changes to support exposing AST in plugin.Sean McDirmid2008-05-312-5/+20
|
* fixed #807. More stuff for virtual classes.Martin Odersky2008-05-3016-233/+279
|
* treebrowser now shows annotationsLukas Rytz2008-05-301-7/+13
|
* fix documentation of lengthCompare methodstepancheg2008-05-293-6/+27
|
* added / updated some documentationLukas Rytz2008-05-293-1/+6
|
* 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-271-1/+11
|
* make List.++ faster if argument is List (#887)stepancheg2008-05-271-6/+2
|