summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3452 from xeno-by/topic/palladium0Jason Zaugg2014-02-1943-200/+288
|\
| * reverses SI-6484Eugene Burmako2014-02-181-24/+2
| * Merge remote-tracking branch 'origin/master' into topic/palladium0Eugene Burmako2014-02-174-85/+58
| |\
| * \ Merge remote-tracking branch 'origin/master' into topic/palladium0Eugene Burmako2014-02-1624-752/+807
| |\ \
| * | | fixes compat for tree and type extractorsEugene Burmako2014-02-152-6/+6
| * | | upgrades typingTransformEugene Burmako2014-02-151-0/+6
| * | | exposes additional TreeGen methodsEugene Burmako2014-02-151-1/+1
| * | | renames some methods in ReificationSupportEugene Burmako2014-02-153-13/+13
| * | | addresses pull request feedbackEugene Burmako2014-02-156-3/+10
| * | | some renamingsEugene Burmako2014-02-152-2/+2
| * | | adds internal.subpatternsEugene Burmako2014-02-141-1/+1
| * | | adds internal.typingTransformEugene Burmako2014-02-141-1/+31
| * | | introduces c.internalEugene Burmako2014-02-142-1/+11
| * | | adds Context.enclosingOwnerEugene Burmako2014-02-141-0/+1
| * | | establishes scala.reflect.api#internalEugene Burmako2014-02-1410-47/+45
| * | | SI-6732 deprecates internal#Symbol.isPackageEugene Burmako2014-02-148-10/+10
| * | | Merge remote-tracking branch 'origin/master' into topic/palladium0Eugene Burmako2014-02-149-43/+70
| |\ \ \
| * | | | SI-6814 adds typechecker modes to c.typecheckEugene Burmako2014-02-143-14/+38
| * | | | SI-8118 simplifies Annotation down to a plain TreeEugene Burmako2014-02-141-13/+4
| * | | | SI-6484 adds Universe.typeOf[T](x: T)Eugene Burmako2014-02-142-2/+28
| * | | | SI-8192 adds ClassSymbol.isPrimaryConstructorEugene Burmako2014-02-141-4/+4
| * | | | additional class tags for reflection APIEugene Burmako2014-02-143-0/+15
| * | | | proceeds with the quest of removing `local` from namesEugene Burmako2014-02-126-48/+52
| * | | | disambiguates uses of “local” in internal symbol APIEugene Burmako2014-02-1213-38/+34
* | | | | SI-7932 Exclude PolyTypes from Java generic signaturesJason Zaugg2014-02-181-2/+5
* | | | | Group settings should honor user-set individual optionsJason Zaugg2014-02-173-24/+18
* | | | | Expose a means to disable boolean settingsJason Zaugg2014-02-172-1/+12
* | | | | SI-7707 SI-7712 Exclude unused warnings from -XlintJason Zaugg2014-02-174-5/+9
| |_|_|/ |/| | |
* | | | Revert "SI-5920 enables default and named args in macros"Jason Zaugg2014-02-174-85/+58
| |_|/ |/| |
* | | Merge pull request #3397 from xeno-by/ticket/5920Jason Zaugg2014-02-169-72/+102
|\ \ \
| * | | SI-5920 enables default and named args in macrosEugene Burmako2014-02-104-58/+85
| * | | introduces -Yshow-symownersEugene Burmako2014-02-103-10/+14
| * | | standardizes checks for default gettersEugene Burmako2014-02-101-2/+1
| * | | standardizes prefixes used in named/default desugaringEugene Burmako2014-02-101-2/+2
* | | | Merge pull request #3521 from xeno-by/ticket/8270Jason Zaugg2014-02-165-307/+362
|\ \ \ \
| * | | | SI-8270 unconfuses bundles and vanilla macrosEugene Burmako2014-02-135-307/+362
| | |/ / | |/| |
* | | | Merge pull request #3513 from xeno-by/topic/typecheck-member-defsJason Zaugg2014-02-162-66/+54
|\ \ \ \
| * | | | typecheck(q"class C") no longer crashesEugene Burmako2014-02-122-66/+54
| |/ / /
* | | | Merge pull request #3455 from densh/topic/patdefEugene Burmako2014-02-165-34/+64
|\ \ \ \
| * | | | Improve support for patterns in valsDenys Shabalin2014-02-092-12/+20
| * | | | Move placeholder construction logic into PlaceholdersDenys Shabalin2014-02-092-22/+36
| * | | | SI-8202 bug compatibility with SI-8211 for quasiquotesDenys Shabalin2014-02-093-1/+9
* | | | | Merge pull request #3493 from retronym/ticket/3452-2Grzegorz Kossakowski2014-02-163-262/+166
|\ \ \ \ \
| * | | | | SI-3452 GenBCode version of the static-forwarder signature fixJason Zaugg2014-02-151-1/+1
| * | | | | SI-3452 Reduce low-hanging duplication bewteen GenASM and GenBCodeJason Zaugg2014-02-152-123/+4
| * | | | | SI-3452 Refactoring code in GenASMJason Zaugg2014-02-151-145/+146
| * | | | | SI-3452 A better fix for static forwarder generic sigsJason Zaugg2014-02-151-15/+21
| * | | | | SI-3452 Correct Java generic signatures for mixins, static forwardersJason Zaugg2014-02-092-12/+28
* | | | | | Merge pull request #3511 from som-snytt/issue/interp-octalAdriaan Moors2014-02-151-1/+50
|\ \ \ \ \ \
| * | | | | | SI-8266 Deprecate octal escapes in f-interpolatorSom Snytt2014-02-111-1/+50