summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/ast/TreeGen.scala
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge remote-tracking branch 'origin/2.10.x' into merge-210Paul Phillips2012-08-171-2/+2
|\|
| * Hunting down eliminable :: allocations.Paul Phillips2012-08-171-4/+4
* | Merge branch '2.10.x'Adriaan Moors2012-08-081-5/+3
|\|
| * update and normalize copyright noticeAdriaan Moors2012-08-071-1/+1
| * move synthetic case symbol detection to treeInfoAdriaan Moors2012-07-241-4/+2
* | Removed AestheticSettings.Paul Phillips2012-07-131-4/+4
|/
* SI-4176 A repeat dose of repeated parameter type sanitization.Jason Zaugg2012-06-301-10/+7
* Creator for superconstructor tree.Paul Phillips2012-05-231-0/+1
* Be discriminating about custom hashcodes.Paul Phillips2012-05-101-2/+2
* Part IV of the Lazy Vals Saga: Optimized local vals. That's all folks.Hubert Plociniczak2012-05-081-7/+4
* Part III of the Lazy Vals Saga: Inliner strikes back. Or at least let's hope ...Hubert Plociniczak2012-05-071-9/+8
* resurrects manifests in their pre-2.10 gloryEugene Burmako2012-04-231-0/+16
* synth PartialFunction in uncurryAdriaan Moors2012-04-141-43/+12
* 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-16/+0
* [vpm] typeMatchAnonFun improvementsAdriaan Moors2012-03-231-0/+8
* Merge remote-tracking branch 'odersky/topic/inline' into merge-inlinePaul Phillips2012-03-141-0/+35
|\
| * Made new automatic version of mkCast more robust for non-standard compilation...Martin Odersky2012-02-231-1/+3
| * Moved mkCast and derived method from reflect.internal.TreeGen to tools.nsc.as...Martin Odersky2012-02-221-2/+35
* | Whitespace commit.Paul Phillips2012-02-291-3/+3
* | Specialized NonLocalReturnControl.Paul Phillips2012-02-271-3/+14
* | Cleanup in aisle New.Paul Phillips2012-02-181-5/+6
* | [vpm] PF's missingCase, cleaned up isDefinedAt genAdriaan Moors2012-02-171-10/+73
|/
* Symbol creation followup.Paul Phillips2012-01-161-5/+1
* Optimizing TypeRef, starting with Symbols.Paul Phillips2012-01-111-8/+8
* Rescued some import-related code.Paul Phillips2012-01-101-0/+19
* More consistent use of Names.Paul Phillips2012-01-051-11/+5
* Compiler part of fast orElse.Martin Odersky2011-11-221-0/+12
* Renamed isPureExpr to isExprSafeToInline.Paul Phillips2011-10-131-2/+2
* Moved meta annotations to annotation.meta, plus.Paul Phillips2011-10-101-1/+1
* Back to square one.Hubert Plociniczak2011-09-231-10/+4
* Removed devirtualize.Paul Phillips2011-09-221-1/+1
* First refactoring related to Error trees.Hubert Plociniczak2011-09-071-4/+10
* Rewrote the case class synthetic equals method ...Paul Phillips2011-08-051-1/+14
* LiftCode works again, now integrated with new r...Martin Odersky2011-07-301-1/+1
* evalOnce needs to pack the type before using it...Paul Phillips2011-07-031-10/+25
* Warning! Warning! Yes, that's what's in this co...Paul Phillips2011-06-291-1/+1
* Generalizing some TreeGen machinery on an oppor...Paul Phillips2011-06-251-6/+27
* Fixes #4490 and #4467.Kato Kazuyoshi2011-06-181-3/+3
* Renamed scala.reflect.common to scala.reflect.i...Paul Phillips2011-05-161-1/+1
* And the remainder of the scala.reflect refactor...Paul Phillips2011-05-161-227/+2
* Closes #4565.Hubert Plociniczak2011-05-111-2/+5
* rewrite of nested objects implementation.Hubert Plociniczak2011-05-031-3/+4
* Figuring it couldn't hurt if more people had a ...Paul Phillips2011-05-021-7/+19
* Another naked assert is brought up on obscenity...Paul Phillips2011-01-271-16/+11
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Great moments in code reuse:Paul Phillips2011-01-071-18/+12
* Removed the Name => TypeName implicit conversion.Paul Phillips2011-01-011-2/+2
* More elimination of avoidable calls to List#len...Paul Phillips2010-12-211-1/+1
* closes #4064.Adriaan Moors2010-12-091-2/+2