summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* By default, the interpreter now uses the classl...Geoffrey Washburn2008-05-241-3/+1
* Added Scala compiler plugin Template.Lukas Rytz2008-05-2316-0/+596
* Fixed #807. Removed debug outout in JavaParsers.Martin Odersky2008-05-234-4/+15
* fixed #936Martin Odersky2008-05-233-2/+19
* fixed typo in JavaParsersMartin Odersky2008-05-221-1/+1
* Gixed #946Martin Odersky2008-05-221-2/+2
* Reorganized BasicBlocks a bit:Iulian Dragos2008-05-229-51/+79
* Fixed String.+ when the implicit is applied to ...Iulian Dragos2008-05-221-1/+1
* fixed #911.Martin Odersky2008-05-2211-19/+76
* When no check file exists, run test fails with ...Philipp Haller2008-05-222-3/+11
* fixed #911. Added comments to <~ and ~> methods.Martin Odersky2008-05-224-6/+42
* correction to meaning of operator names: names ...Martin Odersky2008-05-212-2/+5
* added tests; fixed #903; made Predef.Map covari...Martin Odersky2008-05-219-11/+90
* Fixed #904Martin Odersky2008-05-211-2/+2
* Fixed t0942Martin Odersky2008-05-211-2/+8