summaryrefslogtreecommitdiff
path: root/src/reflect
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'retronym/topic/8301' into topic/palladium0Eugene Burmako2014-02-182-5/+5
|\
| * SI-8304 Allow volatile-typed Idents as stable ident patternsJason Zaugg2014-02-181-3/+3
| * SI-8301 fix regression with refinement subtyping, wildcard type.Jason Zaugg2014-02-171-2/+2
* | Merge remote-tracking branch 'origin/master' into topic/palladium0Eugene Burmako2014-02-172-4/+9
|\|
| * Merge pull request #3539 from Blaisorblade/topic/performanceGrzegorz Kossakowski2014-02-171-1/+1
| |\
| | * Avoid storing source file contents twicePaolo G. Giarrusso2014-02-161-1/+1
| * | Revert "SI-5920 enables default and named args in macros"Jason Zaugg2014-02-171-3/+8
* | | better deprecation message for Symbol.companionSymbolEugene Burmako2014-02-161-1/+1
* | | Merge remote-tracking branch 'origin/master' into topic/palladium0Eugene Burmako2014-02-1613-103/+210
|\| |
| * | Merge pull request #3397 from xeno-by/ticket/5920Jason Zaugg2014-02-167-17/+33
| |\ \
| | * | SI-5920 enables default and named args in macrosEugene Burmako2014-02-101-8/+3
| | * | introduces -Yshow-symownersEugene Burmako2014-02-105-30/+44
| | * | deduplication in Symbol.nameStringEugene Burmako2014-02-101-2/+1
| | * | standardizes checks for default gettersEugene Burmako2014-02-102-0/+6
| | * | standardizes prefixes used in named/default desugaringEugene Burmako2014-02-101-0/+2
| * | | Merge pull request #3499 from densh/topic/single-element-tupleEugene Burmako2014-02-162-8/+6
| |\ \ \
| | * | | Make handling of tuples more consistent in quasi-quotesDenys Shabalin2014-02-102-8/+6
| * | | | Merge pull request #3513 from xeno-by/topic/typecheck-member-defsJason Zaugg2014-02-161-0/+9
| |\ \ \ \
| | * | | | typecheck(q"class C") no longer crashesEugene Burmako2014-02-121-0/+9
| * | | | | Merge pull request #3455 from densh/topic/patdefEugene Burmako2014-02-165-60/+106
| |\ \ \ \ \
| | * | | | | Improve support for patterns in valsDenys Shabalin2014-02-094-25/+71
| | * | | | | Move null check case higher to avoid NPEDenys Shabalin2014-02-091-27/+27
| | * | | | | Move placeholder construction logic into PlaceholdersDenys Shabalin2014-02-091-8/+8
| | | |/ / / | | |/| | |
| * | | | | Merge pull request #3532 from som-snytt/issue/7711Adriaan Moors2014-02-151-1/+0
| |\ \ \ \ \
| | * | | | | SI-7711 Do not emit extra argv in script bodySom Snytt2014-02-141-1/+0
| * | | | | | Merge pull request #3533 from adriaanm/t8283Adriaan Moors2014-02-142-41/+80
| |\ \ \ \ \ \
| | * | | | | | SI-8283 mutation-free bound inference for existentialsJason Zaugg2014-02-142-41/+80
* | | | | | | | 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-154-219/+169
* | | | | | | | 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-151-0/+9
* | | | | | | | exposes additional TreeGen methodsEugene Burmako2014-02-153-0/+18
* | | | | | | | 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-153-11/+15
* | | | | | | | 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-156-13/+15
* | | | | | | | some renamingsEugene Burmako2014-02-1519-81/+132
* | | | | | | | adds internal.subpatternsEugene Burmako2014-02-142-0/+7