summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #3555 from adriaanm/rebase-3553Jason Zaugg2014-02-215-10/+22
|\ \ \ \
| * | | | SI-7788 Avoid accidental shadowing of Predef.conformsAdriaan Moors2014-02-184-6/+11
| * | | | SI-8229 Source compatible name for implicit any2stringaddJason Zaugg2014-02-182-4/+11
| | |/ / | |/| |
* | | | Merge pull request #3558 from adriaanm/t4577Jason Zaugg2014-02-212-3/+3
|\ \ \ \
| * | | | SI-4577 singleton type pattern test should use `eq`, not `==`Adriaan Moors2014-02-182-3/+3
| |/ / /
* | | | Merge pull request #3564 from adriaanm/t6675Jason Zaugg2014-02-211-2/+2
|\ \ \ \
| * | | | SI-6675 deprecation warning for auto-tupling in patternsAdriaan Moors2014-02-191-2/+2
| | |_|/ | |/| |
* | | | Merge pull request #3569 from xeno-by/ticket/8316Jason Zaugg2014-02-203-5/+23
|\ \ \ \
| * | | | SI-8316 SI-8318 SI-8248 reintroduces resetAllAttrsEugene Burmako2014-02-203-5/+23
| | |_|/ | |/| |
* | | | Merge pull request #3568 from densh/topic/qq-terminologyEugene Burmako2014-02-205-81/+81
|\ \ \ \ | |_|/ / |/| | |
| * | | Tweak signature for quasiquote's applyDenys Shabalin2014-02-201-1/+1
| * | | Fix quasiquote terminology to be consistent with SchemeDenys Shabalin2014-02-204-80/+80
| |/ /
* / / SI-8306: handle SWITCH nodes with just default caseGrzegorz Kossakowski2014-02-191-1/+4
|/ /
* | Merge pull request #3452 from xeno-by/topic/palladium0Jason Zaugg2014-02-19106-1851/+3539
|\ \ | |/ |/|
| * 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-183-0/+43
| * reverses SI-6484Eugene Burmako2014-02-184-51/+5
| * Merge remote-tracking branch 'retronym/topic/8301' into topic/palladium0Eugene Burmako2014-02-182-5/+5
| |\
| * \ Merge remote-tracking branch 'origin/master' into topic/palladium0Eugene Burmako2014-02-176-89/+67
| |\ \
| * | | better deprecation message for Symbol.companionSymbolEugene Burmako2014-02-161-1/+1
| * | | Merge remote-tracking branch 'origin/master' into topic/palladium0Eugene Burmako2014-02-1644-872/+1044
| |\ \ \
| * | | | adds missing signature of appliedTypeEugene Burmako2014-02-152-0/+6
| * | | | 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-152-2/+2
| * | | | addresses pull request feedbackEugene Burmako2014-02-152-34/+57
| * | | | renames some methods in ReificationSupportEugene Burmako2014-02-156-24/+28
| * | | | SI-7044 deprecates Symbol.associatedFileEugene Burmako2014-02-155-2/+86
| * | | | moves Symbol.pos to public APIEugene Burmako2014-02-153-8/+3
| * | | | addresses pull request feedbackEugene Burmako2014-02-1512-16/+25
| * | | | some renamingsEugene Burmako2014-02-1522-84/+135
| * | | | adds internal.subpatternsEugene Burmako2014-02-143-1/+8
| * | | | 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-142-1/+8
| * | | | adds initialize and fullyInitializeEugene Burmako2014-02-142-0/+21