summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1677 from jedesah/RangeAdriaan Moors2012-12-101-1/+0
|\
| * SI-5678 Bad return type for [Use Case] docs in RangeJean-Remi Desjardins2012-11-271-1/+0
* | Merge pull request #1675 from retronym/ticket/6667-2Adriaan Moors2012-12-102-11/+23
|\ \
| * | SI-6667 Abort after any ambiguous in-scope implicitJason Zaugg2012-11-261-1/+2
| * | Refactor use of SearchFailure in implicits.Jason Zaugg2012-11-222-11/+22
* | | Merge pull request #1672 from jedesah/RandomAdriaan Moors2012-12-101-1/+1
|\ \ \
| * | | SI-4664 Make scala.util.Random SerializableJean-Remi Desjardins2012-12-011-1/+1
* | | | Merge pull request #1670 from paulp/issue/6712Adriaan Moors2012-12-101-7/+9
|\ \ \ \
| * | | | Fix for SI-6712, bug in object lifting.Paul Phillips2012-11-251-7/+9
| | |_|/ | |/| |
* | | | 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