summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/transform/CleanUp.scala
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix SI-4581.Aleksandar Prokopec2012-08-271-2/+8
* | Workaround for SI-6301, @specialize crasher.Paul Phillips2012-08-311-12/+24
|/
* Reverted closure hoisting except for functions returning a Boolean resultMartin Odersky2012-08-201-1/+1
* More method splittingMartin Odersky2012-08-201-35/+50
* More method hoisting.Martin Odersky2012-08-201-1/+1
* Merge pull request #1146 from paulp/topic/coloncolon-allocationsPaul Phillips2012-08-171-24/+24
|\
| * Hunting down eliminable :: allocations.Paul Phillips2012-08-171-25/+25
* | Fixes SI-6236.Aleksandar Prokopec2012-08-171-1/+1
* | Fixes SI-6189.Aleksandar Prokopec2012-08-171-0/+1
|/
* some more copyright cleanup for 2012Adriaan Moors2012-08-101-1/+1
* Revert "Closes #4560. Review by dragos." (introduction of safeREF)Johannes Rudolph2012-07-241-32/+15
* Revert fix part of "Closes 4560. Review by dragos."Johannes Rudolph2012-07-241-6/+6
* WIP add private/lazy checks and a few tests.Aleksandar2012-07-191-0/+11
* Implement @static annotation on singleton object fields.Aleksandar Prokopec2012-07-181-10/+128
* Handled some of our new exhaustiveness warnings.Paul Phillips2012-05-261-1/+1
* migrates stdlib and compiler to tagsEugene Burmako2012-04-231-1/+1
* Enabling postfix ops feature warning, and working on libs to avoid them.Martin Odersky2012-04-121-0/+1
* Next generation of macrosEugene Burmako2012-04-121-1/+1
* Fix for SI-5644.Paul Phillips2012-04-061-4/+6
* Eliminating warnings in Cleanup.Paul Phillips2012-03-161-48/+40
* Merge remote-tracking branch 'odersky/topic/inline' into merge-inlinePaul Phillips2012-03-141-2/+2
|\
| * Rename isValueClass -> isPrimitiveValueClassMartin Odersky2012-02-071-2/+2
* | Whitespace commit.Paul Phillips2012-02-291-6/+6
* | Specialized NonLocalReturnControl.Paul Phillips2012-02-271-2/+6
* | One more to derive trees.Paul Phillips2012-02-231-2/+2
* | Methods to derive new DefDefs.Paul Phillips2012-02-231-4/+3
|/
* Symbol creation followup.Paul Phillips2012-01-161-9/+7
* Optimizing TypeRef, starting with Symbols.Paul Phillips2012-01-111-10/+9
* Cleanups in Cleanup.Paul Phillips2012-01-071-76/+71
* More consistent use of Names.Paul Phillips2012-01-051-68/+25
* Fix for NoSuchMethod in cleanup.Paul Phillips2012-01-041-1/+11
* Added option -Xlog-reflective-calls.Paul Phillips2012-01-021-1/+5
* More warnings eliminations.Paul Phillips2011-12-071-2/+2
* Cleanups in TypeApply creation and casting.Paul Phillips2011-11-191-2/+2
* Fixing logic in structural types.Paul Phillips2011-11-081-47/+57
* Overhaul of Namers continues.Paul Phillips2011-10-221-4/+2
* Addendum to previous patch.Paul Phillips2011-10-161-10/+9
* Fix for multiple evaluation in structural calls.Paul Phillips2011-10-161-100/+115
* Moved meta annotations to annotation.meta, plus.Paul Phillips2011-10-101-5/+8
* LiftCode works again, now integrated with new r...Martin Odersky2011-07-301-1/+1
* Generalizing some TreeGen machinery on an oppor...Paul Phillips2011-06-251-3/+1
* Closes 4560. Review by dragos.Martin Odersky2011-05-161-6/+6
* Closes #4560. Review by dragos.Martin Odersky2011-05-111-13/+30
* This time, fixed #4283. no review.Iulian Dragos2011-04-141-1/+1
* for Scala.NET bootstrapping.Miguel Garcia2011-03-251-8/+22
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Dynamic type added. Array creation optimized.Martin Odersky2011-01-161-0/+10
* re-added @SerialVersionUID(0) to anonymous func...Lukas Rytz2011-01-071-3/+0
* I took the following comments at their word:Paul Phillips2011-01-061-2/+1
* It's a big one!Paul Phillips2010-12-021-11/+7