summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/transform
Commit message (Expand)AuthorAgeFilesLines
* General code cleanliness. Nothing too exciting.David MacIver2008-11-041-15/+1
* fixed #1460, #1467Martin Odersky2008-10-311-7/+15
* Applied Paul's patch for #1467.Iulian Dragos2008-10-311-6/+6
* fixed #1461,#1464Martin Odersky2008-10-301-5/+12
* Modifications to pattern matching to allow the ...David MacIver2008-10-291-24/+9
* Cleaning up a lot of dead code from regular exp...David MacIver2008-10-261-3/+0
* Fixed the icode reader (#1402).Iulian Dragos2008-10-241-5/+5
* reverting the unwanted parts of my last chekin..Lukas Rytz2008-10-223-5/+1
* the ant tasks 'four-test' and 'fourfour-test' (...Lukas Rytz2008-10-223-1/+5
* Tightened volatile checking.Martin Odersky2008-10-151-1/+5
* Reverted removal of TreeSet to fix stability.Geoffrey Washburn2008-10-114-10/+12
* Eliminating unnecessary data structures.Geoffrey Washburn2008-10-014-12/+10
* Fixed #1263, and some cosmetic changesMartin Odersky2008-09-282-4/+18
* Fixed #1329.Iulian Dragos2008-09-121-1/+0
* fixed build problemsMartin Odersky2008-09-061-1/+1
* more stability/volatile tuning and an escape ha...Martin Odersky2008-09-051-1/+1
* Phases now have a checkable flag, used by the n...Geoffrey Washburn2008-09-031-0/+7
* Fixed #1280, #1289Martin Odersky2008-08-281-1/+4
* Fixed #1270Martin Odersky2008-08-231-6/+6
* Fixed #1241Martin Odersky2008-08-191-70/+70
* Fixed #1186, #1230Martin Odersky2008-08-171-1/+2
* Fixed #1140Iulian Dragos2008-08-081-5/+15
* Fixed tail-call related issues.Iulian Dragos2008-08-081-6/+4
* Removed FINAL flag for accessorsIulian Dragos2008-08-071-1/+1
* Fixed #1131.Philipp Haller2008-08-031-2/+2
* Disabled closure analysis on 1.4 (for now).Philipp Haller2008-08-011-1/+1
* Fixed initialization for vars initialized to th...Iulian Dragos2008-07-313-31/+10
* -Xexperimental changes for #1093Martin Odersky2008-07-312-11/+53
* Addition of @serializable annotations avoids re...Philipp Haller2008-07-301-2/+2
* Disabled code in CleanUp to enable build of 1.4...Philipp Haller2008-07-291-1/+2
* Made -Xcheckinit imply -Xfuture, and added -Xfu...Iulian Dragos2008-07-291-1/+1
* Fixed #1143. Added tests for #1143 and #1116.Philipp Haller2008-07-291-1/+2
* fixed Signature generationMartin Odersky2008-07-291-12/+13
* Added -Ycheckinit, which causes all getters to ...Iulian Dragos2008-07-282-56/+214
* fixed #842, #945, #83, #996, #1016, + some perf...Martin Odersky2008-07-281-2/+7
* generating java generics signaturesMartin Odersky2008-07-251-2/+115
* Fixed #552 and #1116. Reviewed by Iulian.Philipp Haller2008-07-241-0/+28
* enabled new initialization semantics for -Xexpe...Martin Odersky2008-07-221-8/+7
* AllClass => NothingClassGeoffrey Washburn2008-07-221-1/+1
* fixed #764 and #770Martin Odersky2008-07-101-9/+5
* Adding dependency tracking from classes to the ...Sean McDirmid2008-07-051-5/+7
* rolled back Constructors.scalaMartin Odersky2008-06-271-0/+2
* (no commit message)Martin Odersky2008-06-271-8/+9
* removed pre-supercall moving of valdefsMartin Odersky2008-06-201-1/+4
* new STARR which implements pre-initialized fiel...Martin Odersky2008-06-201-43/+85
* fixed some bugs; disabled devirtualize; desiabl...Martin Odersky2008-06-171-1/+1
* rolling back the faulty checkinLukas Rytz2008-06-091-1/+0
* now actually removing plugin.quickLukas Rytz2008-06-091-0/+1
* updated plugin template to use Transform and In...Lukas Rytz2008-06-062-2/+2
* Fixed #981.Iulian Dragos2008-06-041-2/+33