summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3452 from xeno-by/topic/palladium0Jason Zaugg2014-02-19327-3046/+6736
|\
| * undeprecates typeSignature and typeSignatureInEugene Burmako2014-02-181-2/+0
| * improves situation with auto-initEugene Burmako2014-02-182-9/+26
| * makes sure compat._ provides full compatibility with 2.10.xEugene Burmako2014-02-1813-0/+632
| * reverses SI-6484Eugene Burmako2014-02-188-51/+5
| * tests for SI-8300Eugene Burmako2014-02-187-0/+125
| * Merge remote-tracking branch 'retronym/topic/8301' into topic/palladium0Eugene Burmako2014-02-184-5/+60
| |\
| * \ Merge remote-tracking branch 'origin/master' into topic/palladium0Eugene Burmako2014-02-1727-385/+120
| |\ \
| * | | better deprecation message for Symbol.companionSymbolEugene Burmako2014-02-161-1/+1
| * | | Merge remote-tracking branch 'origin/master' into topic/palladium0Eugene Burmako2014-02-16139-949/+2539
| |\ \ \
| * | | | adds missing signature of appliedTypeEugene Burmako2014-02-152-0/+6
| * | | | adds more tests for enclosingOwnersEugene Burmako2014-02-156-0/+106
| * | | | updates deprecation hints in compatEugene Burmako2014-02-152-35/+35
| * | | | some extension methods that I forgot to exposeEugene Burmako2014-02-153-0/+46
| * | | | fixes compat for tree and type extractorsEugene Burmako2014-02-156-225/+175
| * | | | exposes scope mutation APIsEugene Burmako2014-02-153-1/+27
| * | | | SI-6785 exposes Symbol.flags, setFlag and resetFlagEugene Burmako2014-02-153-0/+22
| * | | | exposes Symbol.setOwnerEugene Burmako2014-02-152-0/+7
| * | | | better appliedType signaturesEugene Burmako2014-02-152-1/+9
| * | | | makes internal.decorators signatures workEugene Burmako2014-02-153-34/+37
| * | | | upgrades typingTransformEugene Burmako2014-02-152-0/+15
| * | | | exposes additional TreeGen methodsEugene Burmako2014-02-154-1/+19
| * | | | introduces Flag.STABLEEugene Burmako2014-02-152-0/+6
| * | | | staticXXX now throw ScalaReflectionExceptionEugene Burmako2014-02-155-16/+15
| * | | | provides extension methods for internalEugene Burmako2014-02-153-2/+171
| * | | | addresses pull request feedbackEugene Burmako2014-02-151-6/+6
| * | | | Type.companionType => Type.companionEugene Burmako2014-02-153-11/+11
| * | | | addresses pull request feedbackEugene Burmako2014-02-152-34/+57
| * | | | renames some methods in ReificationSupportEugene Burmako2014-02-1510-28/+32
| * | | | SI-7044 deprecates Symbol.associatedFileEugene Burmako2014-02-158-2/+145
| * | | | moves Symbol.pos to public APIEugene Burmako2014-02-153-8/+3
| * | | | addresses pull request feedbackEugene Burmako2014-02-1514-21/+30
| * | | | some renamingsEugene Burmako2014-02-15148-362/+413
| * | | | adds internal.subpatternsEugene Burmako2014-02-144-3/+9
| * | | | adds internal.typingTransformEugene Burmako2014-02-142-1/+78
| * | | | introduces c.internalEugene Burmako2014-02-144-2/+31
| * | | | adds internal.changeOwnerEugene Burmako2014-02-142-0/+30
| * | | | adds Context.enclosingOwnerEugene Burmako2014-02-144-9/+24
| * | | | adds initialize and fullyInitializeEugene Burmako2014-02-142-0/+21
| * | | | adds Symbol.alternativesEugene Burmako2014-02-141-6/+6
| * | | | reflection API compatibility with 2.10.xEugene Burmako2014-02-145-1/+396
| * | | | establishes scala.reflect.api#internalEugene Burmako2014-02-1476-2094/+2254
| * | | | cleans up Trees a little bitEugene Burmako2014-02-142-7/+25
| * | | | deprecates api#Name.decoded and api#Name.encodedEugene Burmako2014-02-142-1/+3
| * | | | deprecates String => Name implicit conversionsEugene Burmako2014-02-149-14/+16
| * | | | SI-6732 deprecates internal#Symbol.isPackageEugene Burmako2014-02-1421-41/+57
| * | | | Merge remote-tracking branch 'origin/master' into topic/palladium0Eugene Burmako2014-02-1499-327/+1057
| |\ \ \ \
| * | | | | SI-6441 removes Symbol.isOverrideEugene Burmako2014-02-141-6/+0
| * | | | | SI-8086 addresses problem with calling Symbol.getterEugene Burmako2014-02-141-2/+8
| * | | | | SI-6931 cleans up the position APIEugene Burmako2014-02-148-97/+145