summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Fixing early value initialization for IDE (whic...Sean McDirmid2008-07-091-7/+15
* early initialization fixes.Martin Odersky2008-07-097-30/+40
* Fixed r15497 to handle the case where a file th...Geoffrey Washburn2008-07-081-5/+6
* Patch so that .scala can be be ommited when loa...Geoffrey Washburn2008-07-071-1/+2
* Trying to patch up NoPosition crash from syntax...Sean McDirmid2008-07-071-2/+6
* Adding dependency tracking from classes to the ...Sean McDirmid2008-07-051-5/+7
* Ingo's fix that I didn't actually committ a few...Sean McDirmid2008-07-031-3/+9
* Removed pointless assertions.Geoffrey Washburn2008-07-0210-39/+0
* Fixed (most of) the varargs warnings in the com...Miles Sabin2008-07-014-8/+8
* Bug fixes.Sean McDirmid2008-06-304-1/+17
* rolled back Constructors.scalaMartin Odersky2008-06-271-0/+2
* (no commit message)Martin Odersky2008-06-271-8/+9
* Started work on a rewrite for type-flow analysis.Iulian Dragos2008-06-267-13/+307
* Added support for generating static forwarders ...Iulian Dragos2008-06-261-38/+72
* lazy vals cannot override strict vals and vice ...Martin Odersky2008-06-248-14/+21
* Converting all vals possible into lazy vals, sh...Sean McDirmid2008-06-241-4/+4
* convering vals to lazy vals to accomodate new i...Sean McDirmid2008-06-242-18/+18
* trying to fix buildSean McDirmid2008-06-241-1/+1
* * scaladoc - changed two objects into vals to a...Sean McDirmid2008-06-248-98/+149
* fix (?) for windows runner scriptsLukas Rytz2008-06-221-5/+5
* removed pre-supercall moving of valdefsMartin Odersky2008-06-202-2/+7
* use early initialization instead of relying on ...Martin Odersky2008-06-204-84/+88
* new STARR which implements pre-initialized fiel...Martin Odersky2008-06-201-43/+85
* fix^2 of t0590Martin Odersky2008-06-192-1/+8
* fixed t0590Martin Odersky2008-06-191-2/+6
* Fixed #1054.Iulian Dragos2008-06-181-1/+3
* 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-1712-125/+358
* test and fix for #1027pradel2008-06-171-1/+2
* stub tree duplicate returns itself and no longe...Sean McDirmid2008-06-151-1/+1
* Null pointer check hardening.Sean McDirmid2008-06-151-1/+1
* Scripts should use JAVA_HOME to find java execu...stepancheg2008-06-142-0/+11
* Fixed 'isSameType' for refinement types with ov...Iulian Dragos2008-06-121-3/+10
* Fixed #999.Iulian Dragos2008-06-112-13/+20
* 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