summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/ast/TreeGen.scala
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '2.10.x'Adriaan Moors2013-01-161-0/+5
|\
| * clean up synthesizePartialFunctionAdriaan Moors2013-01-101-0/+5
* | Cleanup in module var creation.Paul Phillips2012-12-121-19/+1
* | Merge branch 'merge-wip-into-2.10.x' into merge-2.10-into-masterPaul Phillips2012-12-111-1/+1
|\|
| * more ListOfNil => NilEugene Burmako2012-12-061-1/+1
* | Remove Name -> TermName implicit.Paul Phillips2012-12-011-2/+2
* | Remove code from compiler central.Paul Phillips2012-11-201-94/+0
* | Revert "Commenting out unused members."Paul Phillips2012-11-191-85/+85
* | Commenting out unused members.Paul Phillips2012-11-191-85/+85
* | Removed unused imports.Paul Phillips2012-11-061-1/+0
* | Merge commit 'refs/pull/1574/head' into merge-210Paul Phillips2012-11-051-1/+1
|\|
| * Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* | Renamed hasSymbol to hasSymbolField.Paul Phillips2012-10-031-1/+1
* | Merge remote-tracking branch 'origin/2.10.x' into merge-210Paul Phillips2012-09-151-2/+2
|\|
| * Eliminate breaking relative names in source.Paul Phillips2012-09-141-2/+2
* | Hardening specialization and others.Paul Phillips2012-08-311-4/+4
* | Don't synthesize trees with overloaded calls.Paul Phillips2012-08-311-1/+4
* | 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