summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1668 from scalamacros/topic/pre-typemacrosAdriaan Moors2012-12-0739-320/+598
|\
| * more ListOfNil => NilEugene Burmako2012-12-064-4/+4
| * DummyTree => CannotHaveAttrsEugene Burmako2012-12-069-18/+33
| * evicts assert(false) from the compilerEugene Burmako2012-12-0617-24/+29
| * introduces global.pendingSuperCallEugene Burmako2012-12-0614-96/+93
| * refactors handling of parent typesEugene Burmako2012-12-0613-185/+372
| * unifies approaches to call analysis in TreeInfoEugene Burmako2012-12-063-62/+136
* | Merge pull request #1654 from scalamacros/ticket/6696Adriaan Moors2012-12-071-6/+70
|\ \
| * | TypeApply + Select and their type-level twinsEugene Burmako2012-12-061-1/+31
| * | SI-6696 removes "helper" tree factory methodsEugene Burmako2012-12-061-5/+39
| |/
* | Merge pull request #1721 from JamesIry/SI-6766_2.10.xAdriaan Moors2012-12-077-0/+44
|\ \ | |/ |/|
| * SI-6766 Makes the -Pcontinuations:enable flag a project specific preferenceJames Iry2012-12-062-4/+4
| * SI-6766 Create a continuations project in eclipseJames Iry2012-12-067-2/+46
* | Merge pull request #1690 from retronym/ticket/6631Adriaan Moors2012-12-061-6/+7
|\ \
| * | Fix Scaladoc for the raw interpolator.Jason Zaugg2012-12-021-2/+2
| * | SI-6631 Handle invalid escapes in string interpolatorsJason Zaugg2012-12-021-4/+5
* | | Merge pull request #1680 from jedesah/Seq_docAdriaan Moors2012-12-061-1/+1
|\ \ \ | |_|/ |/| |
| * | Fix typo in documentation for SeqJean-Remi Desjardins2012-11-271-1/+1
* | | Merge pull request #1681 from paulp/issue/6731Adriaan Moors2012-12-051-47/+38
|\ \ \
| * | | Fix for SI-6731, dropped trees in selectDynamic.Paul Phillips2012-11-281-47/+38
| |/ /
* | | Merge pull request #1682 from paulp/assert-about-qualifierPaul Phillips2012-12-033-5/+18
|\ \ \ | |_|/ |/| |
| * | Asserts about Tree qualifiers.Paul Phillips2012-11-293-5/+18
* | | Merge pull request #1678 from martende/ticket/5753Eugene Burmako2012-11-291-10/+3
|\ \ \ | |/ / |/| |
| * | SI-5753 macros cannot be loaded when inherited from a class or a traitmartende2012-11-271-10/+3
| |/
* | Merge pull request #1676 from retronym/topic/sm-interpolatorPaul Phillips2012-11-2812-55/+107
|\ \ | |/ |/|
| * Take advantage of the margin stripping interpolator.Jason Zaugg2012-11-269-55/+52
| * Adds a margin stripping string interpolator.Jason Zaugg2012-11-263-0/+55
* | 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 #1665 from paulp/issue/6687Adriaan Moors2012-11-251-1/+1
|\ \ \
| * | | Fix for SI-6687, wrong isVar logic.Paul Phillips2012-11-241-1/+1
| |/ /
* | | Merge pull request #1663 from paulp/merge-2.10.wip-xAdriaan Moors2012-11-2521-111/+171
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/2.10.0-wip' into merge-2.10.wip-xPaul Phillips2012-11-2321-111/+171
| |\ \ \ | | |/ / | |/| |
| | * | Removing controversial `either` method from Futures API.Josh Suereth2012-11-211-23/+0
| | * | Merge pull request #1607 from retronym/ticket/6640Josh Suereth2012-11-196-26/+61
| | |\ \
| | | * | SI-6440 Address regressions around MissingRequirementErrorJason Zaugg2012-11-136-15/+47
| | | * | Refine the message and triggering of MissingRequirementError.Jason Zaugg2012-11-103-3/+15
| | | * | SI-6640 Better reporting of deficient classpaths.Jason Zaugg2012-11-103-20/+11
| | * | | 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 #1636 from paulp/issue/6628Adriaan Moors2012-11-168-36/+20
| | |\ \ \ \
| | | * | | | Fixes SI-6628, Revert "Fix for view isEmpty."Paul Phillips2012-11-158-36/+20
| | * | | | | Merge pull request #1616 from retronym/backport/6559Adriaan Moors2012-11-161-1/+1
| | |\ \ \ \ \
| | | * | | | | Fix raw string interpolator: string parts which were after the first argument...Julien Richard-Foy2012-11-131-1/+1
| | | | |_|/ / | | | |/| | |
| | * | | | | Merge pull request #1615 from retronym/ticket/6648Adriaan Moors2012-11-161-0/+13
| | |\ \ \ \ \
| | | * | | | | SI-6648 copyAttrs must preserve TypeTree#wasEmptyJason Zaugg2012-11-141-0/+13
| | | |/ / / /
| | * | | | | Merge pull request #1614 from phaller/issue/correct-promise-signatureAdriaan Moors2012-11-161-3/+2
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | | * | | | SI-6661 - Remove obsolete implicit parameter of scala.concurrent.promise methodphaller2012-11-151-3/+2
| | | |/ / /
| | * | | | Merge pull request #1608 from retronym/ticket/6644Josh Suereth2012-11-141-3/+1
| | |\ \ \ \ | | | |_|/ / | | |/| | |