summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* SI-5753 macros cannot be loaded when inherited from a class or a traitmartende2012-11-271-10/+3
* Merge pull request #1666 from paulp/issue/6707Adriaan Moors2012-11-252-4/+4
|\
| * Mark pattern matcher synthetics as SYNTHETIC.Paul Phillips2012-11-242-2/+2
| * Set symbol flags at creation.Paul Phillips2012-11-241-2/+2
* | Merge pull request #1663 from paulp/merge-2.10.wip-xAdriaan Moors2012-11-254-8/+22
|\ \
| * \ Merge remote-tracking branch 'origin/2.10.0-wip' into merge-2.10.wip-xPaul Phillips2012-11-234-8/+22
| |\ \ | | |/ | |/|
| | * Merge pull request #1607 from retronym/ticket/6640Josh Suereth2012-11-191-3/+9
| | |\
| | | * SI-6440 Address regressions around MissingRequirementErrorJason Zaugg2012-11-131-3/+9
| | * | Merge pull request #1638 from adriaanm/ticket-6624Josh Suereth2012-11-191-1/+11
| | |\ \
| | | * | SI-6624 set info of case pattern binder to help find case field accessorsAdriaan Moors2012-11-161-1/+11
| | * | | Merge pull request #1608 from retronym/ticket/6644Josh Suereth2012-11-141-3/+1
| | |\ \ \ | | | |/ / | | |/| |
| | | * | SI-6644 Account for varargs in extmethod forwarderJason Zaugg2012-11-101-3/+1
| | | |/
| | * / SI-6646 Fix regression in for desugaring.Jason Zaugg2012-11-101-1/+1
| | |/
* | | Merge pull request #1647 from adriaanm/backport-1626-2.10.xAdriaan Moors2012-11-251-1/+2
|\ \ \
| * | | Fix for SI-6357, cycle with value classes.Paul Phillips2012-11-191-1/+2
* | | | Merge pull request #1643 from retronym/ticket/6677Adriaan Moors2012-11-251-6/+16
|\ \ \ \ | |_|/ / |/| | |
| * | | Refactoring of adaptMethodJason Zaugg2012-11-181-7/+16
| * | | SI-6677 Insert required cast in `new qual.foo.T`Jason Zaugg2012-11-181-0/+1
| |/ /
* | | SI-6023 reify abstract valsYour Name2012-11-232-2/+9
* | | Merge pull request #1645 from scalamacros/ticket/6673Josh Suereth2012-11-211-4/+5
|\ \ \
| * | | SI-6673 fixes macro problems with eta expansionsEugene Burmako2012-11-181-4/+5
* | | | Merge pull request #1620 from namin/si-6551Josh Suereth2012-11-201-4/+5
|\ \ \ \
| * | | | SI-6551: don't insert apply call in polymorphic expression.Nada Amin2012-11-161-4/+5
| | |/ / | |/| |
* | | | Merge pull request #1621 from jannic/SI-6663-2.10.xJosh Suereth2012-11-201-1/+6
|\ \ \ \
| * | | | SI-6663: don't ignore type parameter on selectDynamic invocationJan Niehusmann2012-11-161-1/+6
| |/ / /
* / / / Restore the opimization apparently lost after merge.Eugene Vigdorchik2012-11-181-19/+7
|/ / /
* | | Merge pull request #1585 from retronym/ticket/6539-2Eugene Burmako2012-11-141-0/+11
|\ \ \
| * | | Refine @compileTimeOnlyJason Zaugg2012-11-081-2/+7
| * | | SI-6539 Annotation for methods unfit for post-typer ASTsJason Zaugg2012-11-061-0/+6
* | | | Merge pull request #1618 from scalamacros/ticket/6662Eugene Burmako2012-11-141-1/+1
|\ \ \ \
| * | | | Fix for SI-6662, macro failing too early.Paul Phillips2012-11-141-1/+1
| | |/ / | |/| |
* | | | Merge pull request #1583 from dragos/issue/fix-6616Adriaan Moors2012-11-131-9/+32
|\ \ \ \ | |/ / / |/| | |
| * | | SI-6616 Check that unsafe operations are only called on the presentation comp...Iulian Dragos2012-11-061-9/+32
* | | | Merge pull request #1610 from scalamacros/topic/typetags-local-classesEugene Burmako2012-11-121-1/+1
|\ \ \ \
| * | | | better error when typetagging local classesEugene Burmako2012-11-121-1/+1
| | |/ / | |/| |
* | | | Merge pull request #1609 from scalamacros/topic/showraw-nodeprintersEugene Burmako2012-11-121-1/+1
|\ \ \ \
| * | | | -Yshow-trees-compact respects other optionsEugene Burmako2012-11-111-1/+1
| |/ / /
* / / / Fix type of the custom `ClassTag` in `PatternMatching.scala`Grzegorz Kossakowski2012-11-091-3/+3
|/ / /
* | | Merge branch '2.10.0-wip' into merge-2.10.0Josh Suereth2012-11-05318-335/+400
|\ \ \ | |/ / |/| / | |/
| * Merge pull request #1559 from heathermiller/copyright-updateJosh Suereth2012-11-04313-315/+315
| |\
| | * Brings copyrights in Scaladoc footer and manpage up-to-date, from 2011/12 to ...Heather Miller2012-11-021-1/+1
| | * Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-02313-314/+314
| * | SI-6562 Fix crash with class nested in @inline methodJason Zaugg2012-11-022-8/+9
| * | SI-6606 Drops new icons in, replaces abstract types placeholder iconsHeather Miller2012-11-024-0/+0
| * | Labeling scala.reflect and scala.reflect.macros experimental in the API docsHeather Miller2012-11-021-0/+22
| |/
| * Merge pull request #1526 from paulp/value-classes/6534-equalsAdriaan Moors2012-11-011-1/+18
| |\
| | * Modification to SI-6534 patch.Paul Phillips2012-10-301-9/+11
| | * New take on SI-6534, value classes.Paul Phillips2012-10-241-1/+16
| * | Merge pull request #1540 from odersky/ticket/6500Adriaan Moors2012-11-011-2/+4
| |\ \
| | * | Fixes SI-6500 by making erasure more regular.Martin Odersky2012-10-301-2/+4
| | |/