summaryrefslogtreecommitdiff
path: root/src/reflect
Commit message (Expand)AuthorAgeFilesLines
* macro impls can now return subtypes of c.TreeEugene Burmako2013-07-101-4/+2
* precise return type for FlagsAsBits.unapplyDen Shabalin2013-07-101-1/+1
* implements quasiquotesDen Shabalin2013-07-088-0/+335
* moves template creation logic from nsc to reflectDen Shabalin2013-07-081-0/+76
* Merge pull request #2693 from lexspoon/semmle-lintAdriaan Moors2013-07-013-2/+14
|\
| * Adds equals and hashCode to three classes that implement Ordered.Lex Spoon2013-06-261-0/+12
| * Seals some case class hierarchies.Lex Spoon2013-06-261-1/+1
| * Unseal a uselessly sealed case class.Lex Spoon2013-06-261-1/+1
* | Merge pull request #2620 from magarciaEPFL/backendish33Adriaan Moors2013-07-012-0/+41
|\ \
| * | new bytecode emitter, GenBCode, for now under a flagMiguel Garcia2013-06-012-0/+41
* | | Merge pull request #2659 from retronym/ticket/7584Adriaan Moors2013-06-251-2/+9
|\ \ \
| * | | SI-7584 Test and spurious warning fix for by-name closuresJason Zaugg2013-06-161-1/+1
| * | | SI-7584 Fix typer regression with by-name parameter typesJason Zaugg2013-06-161-1/+8
* | | | Merge pull request #2667 from adriaanm/modularize-xmlAdriaan Moors2013-06-244-2/+11
|\ \ \ \ | |_|_|/ |/| | |
| * | | Set scene for Predef.$scope's demise.Jason Zaugg2013-06-204-2/+11
| |/ /
* | | Merge pull request #2653 from retronym/ticket/7433Grzegorz Kossakowski2013-06-231-0/+6
|\ \ \
| * | | SI-7433 Fix spurious warning about catching control throwableJason Zaugg2013-06-231-0/+6
| |/ /
* | | Merge pull request #2637 from retronym/ticket/7439Paul Phillips2013-06-231-1/+3
|\ \ \ | |/ / |/| |
| * | SI-7439 Avoid NPE in `isMonomorphicType` with stub symbols.Jason Zaugg2013-06-131-1/+3
* | | Merge branch '2.10.x' into topic/merge-v2.10.2-RC1-35-ga54d86b-to-masterJason Zaugg2013-06-102-10/+5
|\ \ \
| * \ \ Merge pull request #2629 from retronym/ticket/7558Paul Phillips2013-06-081-1/+1
| |\ \ \
| | * | | SI-7558 Fix capture of free local vars in toolbox compilerJason Zaugg2013-06-051-1/+1
| * | | | Merge pull request #2626 from retronym/ticket/7556Adriaan Moors2013-06-051-9/+4
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | SI-7556 Fix runtime reflection involving ScalaLongSignatureJason Zaugg2013-06-051-9/+4
* | | | | Eliminate needless Options.Paul Phillips2013-06-086-41/+43
* | | | | Merge pull request #2622 from scalamacros/pullrequest/paradisePaul Phillips2013-06-073-42/+51
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | unifies handling of T's in various analyses of Foo[T]'sEugene Burmako2013-06-072-39/+47
| * | | | fixes a crash on a degenerate macro definitionEugene Burmako2013-06-071-3/+4
* | | | | Merge pull request #2582 from paulp/pr/SubstTypeMapAdriaan Moors2013-06-052-4/+14
|\ \ \ \ \
| * | | | | Cache the most recently created SubstTypeMap.Paul Phillips2013-05-222-4/+14
* | | | | | Merge pull request #2605 from JamesIry/weak_hashset_uniquesGrzegorz Kossakowski2013-06-043-50/+414
|\ \ \ \ \ \
| * | | | | | Modify perRunCaches to not leak WeakReferencesJames Iry2013-06-041-10/+3
| * | | | | | SI-7149 Use a WeakHashSet for type uniquenessJames Iry2013-06-041-2/+2
| * | | | | | SI-7150 Replace scala.reflect.internal.WeakHashSetJames Iry2013-06-041-38/+409
* | | | | | | Merge branch 'pr/merge-2.10.2' into masterPaul Phillips2013-06-042-8/+23
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote-tracking branch 'origin/2.10.2' into pr/mergePaul Phillips2013-06-031-4/+3
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | * | | | | | SI-7517 Fix higher kinded type inference regressionJason Zaugg2013-05-301-4/+3
| * | | | | | | SI-7507 Fix lookup of private[this] member in presence of self type.Jason Zaugg2013-05-311-2/+10
| | |_|_|_|/ / | |/| | | | |
| * | | | | | SI-6138 Centralize and refine detection of `getClass` callsJason Zaugg2013-05-231-2/+10
| |/ / / / /
| * | | | | Merge pull request #2536 from adriaanm/ticket-7359Adriaan Moors2013-05-171-6/+11
| |\ \ \ \ \
| | * | | | | [backport #1727] SI-7359 cyclic nested java classAdriaan Moors2013-05-161-6/+11
| * | | | | | [nomaster] unbreaks test.bcEugene Burmako2013-05-171-0/+3
* | | | | | | Revert "SI-7517 type constructors too eagerly normalized."Paul Phillips2013-06-033-10/+25
* | | | | | | Merge pull request #2597 from paulp/issue/7520Paul Phillips2013-06-032-33/+86
|\ \ \ \ \ \ \
| * | | | | | | SI-7520 bug in subtyping.Paul Phillips2013-05-311-1/+3
| * | | | | | | Eliminated the shared logic.Paul Phillips2013-05-311-32/+31
| * | | | | | | New method typeRelationPreCheck.Paul Phillips2013-05-311-1/+27
| * | | | | | | Add a TriState value class.Paul Phillips2013-05-311-0/+26
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #2615 from paulp/issue/7517Paul Phillips2013-06-033-25/+10
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | SI-7517 type constructors too eagerly normalized.Paul Phillips2013-05-313-25/+10
| |/ / / / /