summaryrefslogtreecommitdiff
path: root/src/reflect/scala/reflect/internal/Trees.scala
Commit message (Expand)AuthorAgeFilesLines
* Avoid tree sharing with substituteThisJason Zaugg2016-05-311-1/+1
* Lower-case spelling of @deprecated messagesSimon Ochsenreither2016-05-281-3/+3
* New trait encoding: use default methods, jettison impl classesJason Zaugg2016-03-181-0/+4
* Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-1/+1
* Also mutate module *class*'s owner in ChangeOwnerTraverserAdriaan Moors2015-11-121-1/+3
* SI-9498 Avoid caching bug with pattern type variablesJason Zaugg2015-09-301-13/+1
* Merge remote-tracking branch 'origin/2.11.x' into 2.12.xSeth Tisue2015-09-081-2/+2
* Removed warningsEECOLOR2015-03-261-1/+1
* SI-9135 Fix NPE, a regression in the pattern matcherJason Zaugg2015-02-051-1/+1
* SI-9050 Fix crasher with value classes, recursionJason Zaugg2015-01-161-1/+19
* Merge pull request #4083 from retronym/ticket/8947Jason Zaugg2014-11-071-0/+8
|\
| * SI-8947 Additional layers of defence against EmptyTree mutationJason Zaugg2014-11-061-3/+4
| * SI-8947 Avoid cross talk between tag materializers and reifyJason Zaugg2014-10-301-0/+7
* | SI-8916 Fix -Ywarn-unused-import warningsSimon Ochsenreither2014-10-241-1/+0
|/
* fixes for wrappingIntoTermVladimirNik2014-02-201-1/+0
* block wrapping for trees modifiedVladimirNik2014-02-201-5/+7
* block processing fixed for syntactics in typechecked treesVladimirNik2014-02-201-1/+2
* Merge remote-tracking branch 'origin/master' into topic/palladium0Eugene Burmako2014-02-161-0/+9
|\
| * typecheck(q"class C") no longer crashesEugene Burmako2014-02-121-0/+9
* | fixes compat for tree and type extractorsEugene Burmako2014-02-151-55/+55
* | establishes scala.reflect.api#internalEugene Burmako2014-02-141-10/+10
* | cleans up Trees a little bitEugene Burmako2014-02-141-0/+7
* | ValOrDefDef.name is now TermNameEugene Burmako2014-02-141-1/+1
* | SI-8190 erasure identities for types in reflection APIEugene Burmako2014-02-141-1/+1
* | disambiguates uses of “local” in internal symbol APIEugene Burmako2014-02-121-1/+1
|/
* ExistentialTypeTree.whereClauses are now MemberDefsEugene Burmako2014-01-071-4/+4
* Special treatment for local symbols in TypeTreeMemberTypeJason Zaugg2013-11-231-1/+1
* Tidy up the Uncurry component of delambdafyJason Zaugg2013-11-171-0/+6
* add hasAttachment utility method to the internal apiDen Shabalin2013-11-121-1/+1
* Flesh out the Delambdafy phase.James Iry2013-11-061-1/+21
* Merge pull request #3033 from paulp/pr/pickler-reduxGrzegorz Kossakowski2013-10-161-72/+101
|\
| * Tree traversal: more uniform and granular.Paul Phillips2013-10-121-72/+101
* | Aesthetics in Trees.Paul Phillips2013-10-131-52/+52
|/
* Removing unused code.Paul Phillips2013-10-021-6/+0
* Merge pull request #3003 from paulp/pr/position-catchupPaul Phillips2013-10-011-2/+2
|\
| * Updating Position call sites.Paul Phillips2013-09-271-2/+2
* | Merge pull request #2991 from xeno-by/topic/unapply-copierEugene Burmako2013-09-301-1/+1
|\ \ | |/ |/|
| * transformers no longer ignore UnApply.funEugene Burmako2013-09-261-1/+1
* | SI-6762 rename emptyValDef to noSelfType.Paul Phillips2013-09-271-2/+4
|/
* SI-7853 A less ad-hoc place to call memberTypeJason Zaugg2013-09-181-3/+7
* Merge pull request #2884 from retronym/ticket/3832Jason Zaugg2013-09-151-0/+19
|\
| * SI-3832 Extract tracking of under-construction classes to a mixinJason Zaugg2013-09-111-0/+19
* | Reducing variation of tree creation methods.Paul Phillips2013-09-131-51/+40
* | Corrects behavior of finalResultType.Paul Phillips2013-09-131-1/+1
|/
* add missing copyTypeDef utility functionDen Shabalin2013-09-051-0/+16
* Merge branch 'master' into patmatPaul Phillips2013-08-201-2/+2
|\
| * No longer crash on NoSymbol.owner.Paul Phillips2013-08-191-2/+2
* | Cleanups in Unapplies.Paul Phillips2013-08-171-0/+8
|/
* SI-7731 make CannotHaveAttrs more consistentDen Shabalin2013-08-141-4/+6
* DefDef.name is now TermName againEugene Burmako2013-08-101-1/+1