summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Implemented #988.Geoffrey Washburn2008-06-102-0/+4
* removed println 'typing eta'pradel2008-06-101-1/+0
* fix for #1009pradel2008-06-101-0/+1
* Fixing #1015 and #1017 when run inside of a scr...Geoffrey Washburn2008-06-101-3/+4
* rolling back the faulty checkinLukas Rytz2008-06-0910-85/+25
* now actually removing plugin.quickLukas Rytz2008-06-0910-25/+85
* Fixing case class/companion object in def asser...Sean McDirmid2008-06-091-2/+1
* unify mutable and immutable stacks behavior (#957)stepancheg2008-06-062-3/+2
* updated plugin template to use Transform and In...Lukas Rytz2008-06-062-2/+2
* Fixing problem with case classes and companion ...Sean McDirmid2008-06-044-61/+40
* Fixed #981.Iulian Dragos2008-06-041-2/+33
* Fixed #948.Iulian Dragos2008-06-031-6/+22
* 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
* 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
* added / updated some documentationLukas Rytz2008-05-293-1/+6
* 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
* - be specific about what errors are caughtlorch2008-05-241-2/+7
* 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
* Fixed #807. Removed debug outout in JavaParsers.Martin Odersky2008-05-232-4/+9
* fixed #936Martin Odersky2008-05-232-2/+2
* 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 #911.Martin Odersky2008-05-226-18/+26
* fixed #911. Added comments to <~ and ~> methods.Martin Odersky2008-05-221-5/+8
* correction to meaning of operator names: names ...Martin Odersky2008-05-212-2/+5
* added tests; fixed #903; made Predef.Map covari...Martin Odersky2008-05-213-10/+25
* Fixed #904Martin Odersky2008-05-211-2/+2
* Fixed t0942Martin Odersky2008-05-211-2/+8
* Fixed #677Martin Odersky2008-05-211-1/+1
* fixed #665Martin Odersky2008-05-211-1/+2
* Inner classes are now kept as such when compili...Lukas Rytz2008-05-214-20/+42
* fixed #605. Added more info on #612Martin Odersky2008-05-212-3/+8
* 1) Fix in backend to print meaningful filenames...Martin Odersky2008-05-2017-28/+2069
* Removed useless assertion, fixed #826Iulian Dragos2008-05-201-3/+1
* Fixed issue #896: Scala script "execs" the JVM.Gilles Dubochet2008-05-201-1/+1
* Removing "waitFor" ilasm.jeberle2008-05-201-2/+1
* use the new msil.jar librarylorch2008-05-201-1/+1
* The following error occurs on windows: "CreateP...lorch2008-05-201-3/+4