summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* 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
|
* - be specific about what errors are caughtlorch2008-05-241-2/+7
| | | | | - fixed "Warning -- Nested class 'scala.collection.immutable.Queue/scala.collection.immutable.$anonfun$$plus$1' has non-nested visibility, set to such."
* Implement #886: indexOf, findIndexOfstepancheg2008-05-243-23/+70
| | | | | | | | introduces Iterator indexOf, findIndexOf moved indexOf, findIndexOf bodies from Iterable to Iterator deprecated Iterable indexOf, findIndexOf introdued Seq indexOf, findIndexOf
* Undo the changes for now.Geoffrey Washburn2008-05-242-2/+14
|
* Really fixed InterpreterLoop this time.Geoffrey Washburn2008-05-241-3/+1
|
* InterpreterLoop no longer needs ugliness becaus...Geoffrey Washburn2008-05-241-8/+0
| | | | | | InterpreterLoop no longer needs ugliness because of the change to Interpreter.
* By default, the interpreter now uses the classl...Geoffrey Washburn2008-05-241-3/+1
| | | | | | By default, the interpreter now uses the classloader that loaded itself as its parent.