summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* SI-5914 handle null in classtag extractorAdriaan Moors2012-06-262-0/+10
* SI-2442 fixed by virtpatmat -- test files onlyAdriaan Moors2012-06-264-0/+18
* SI-5761: fix up #774 (missing check file)Adriaan Moors2012-06-261-0/+16
* Merge pull request #774 from hubertp/issue/5761Adriaan Moors2012-06-261-0/+16
|\
| * Added test for SI-5761.Hubert Plociniczak2012-06-261-0/+16
* | fix for SI-4935Miguel Garcia2012-06-263-0/+11
|/
* Merge pull request #769 from hubertp/topic/t4842-followupAdriaan Moors2012-06-265-11/+11
|\
| * Minor followup on SI-4842: remove awkward condition. Review by @retronym.Hubert Plociniczak2012-06-255-11/+11
* | Merge pull request #760 from retronym/ticket/5966-3Adriaan Moors2012-06-252-0/+12
|\ \
| * | SI-5966 Fix eta expansion for repeated parameters with zero arguments.Jason Zaugg2012-06-232-0/+12
* | | Merge pull request #767 from retronym/ticket/5968Adriaan Moors2012-06-252-0/+9
|\ \ \
| * | | SI-5968 Eliminate spurious exhaustiveness warning with singleton types.Jason Zaugg2012-06-232-0/+9
* | | | Merge pull request #733 from retronym/ticket/4989-3Adriaan Moors2012-06-242-0/+75
|\ \ \ \ | |/ / / |/| | |
| * | | SI-4989 Reject super.x if an intermediate class declares x abstract.Jason Zaugg2012-06-172-0/+75
* | | | Merge pull request #756 from axel22/issue/4809Josh Suereth2012-06-221-0/+34
|\ \ \ \
| * | | | Fix SI-4809.Aleksandar Prokopec2012-06-211-0/+34
* | | | | Merge pull request #755 from axel22/issue/5284-cherry-pickedAdriaan Moors2012-06-227-1/+87
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Fix SI-5284.Aleksandar Prokopec2012-06-217-1/+87
* | | | | Merge pull request #752 from retronym/topic/warn-catch-all-4Adriaan Moors2012-06-224-3/+33
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | SI-2807 Resurrect and refine the promiscuous catch warning.Jason Zaugg2012-06-194-3/+33
| | |_|/ | |/| |
* | | | Merge pull request #753 from vjovanov/actor-tests-fixAdriaan Moors2012-06-2118-0/+1081
|\ \ \ \
| * | | | Making Actor Migration Tests deterministic.Vojin Jovanovic2012-06-2018-0/+1081
| | |/ / | |/| |
* | | | Merge pull request #748 from jsuereth/update-scalacheck-sourceAdriaan Moors2012-06-212-2/+1
|\ \ \ \
| * | | | Updated scalacheck sources.Paul Phillips2012-06-192-2/+1
* | | | | Merge pull request #735 from retronym/ticket/4842-2Adriaan Moors2012-06-215-0/+40
|\ \ \ \ \
| * | | | | SI-4842 Forbid access to in-construction this in self-constructor argsJason Zaugg2012-06-175-0/+40
| | |_|/ / | |/| | |
* | | | | Merge pull request #731 from retronym/ticket/5617Adriaan Moors2012-06-213-5/+37
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | SI-5617 Better error message for "x overrides nothing".Jason Zaugg2012-06-173-5/+37
| |/ / /
* | / / Fix for SI-5953, extension methods crasher.Paul Phillips2012-06-191-0/+16
| |/ / |/| |
* | | Merge pull request #743 from axel22/issue/4541Adriaan Moors2012-06-194-0/+46
|\ \ \
| * | | Fix SI-4541.Aleksandar Prokopec2012-06-184-0/+46
| | |/ | |/|
* | | Merge pull request #723 from paulp/topic/5910Adriaan Moors2012-06-191-0/+2
|\ \ \
| * | | Fix for java parser edge case.Paul Phillips2012-06-141-0/+2
* | | | Merge pull request #737 from scalamacros/topic/reifyanonymousAdriaan Moors2012-06-194-8/+0
|\ \ \ \
| * | | | enables reification of anonymous classesEugene Burmako2012-06-184-8/+0
| | |/ / | |/| |
* | | | Merge pull request #729 from scalamacros/topic/showrawAdriaan Moors2012-06-1916-0/+107
|\ \ \ \
| * | | | improves showRawEugene Burmako2012-06-1916-0/+107
| | |/ / | |/| |
* | | | Merge pull request #697 from retronym/ticket/4270-3Adriaan Moors2012-06-194-0/+45
|\ \ \ \
| * | | | SI-4270 Disqualify in scope implicits that are shadowed.Jason Zaugg2012-06-104-0/+45
* | | | | Merge pull request #739 from jsuereth/feature/collection-conversionsJosh Suereth2012-06-183-1/+167
|\ \ \ \ \
| * | | | | Migrate build to @odersky's suggestion of convertTo.Josh Suereth2012-06-182-8/+10
| * | | | | Rename copyTo to build based on consensus of 3Josh Suereth2012-06-181-7/+7
| * | | | | Fixes from review.Josh Suereth2012-06-181-7/+7
| * | | | | Adding copyInto and toVector methods to collections.Josh Suereth2012-06-182-0/+164
* | | | | | Merge pull request #741 from axel22/issue/4954Josh Suereth2012-06-181-0/+45
|\ \ \ \ \ \
| * | | | | | Fix SI-4954.Aleksandar Prokopec2012-06-181-0/+45
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #742 from axel22/feature/pc-ctrieJosh Suereth2012-06-181-4/+7
|\ \ \ \ \ \
| * | | | | | Use `ThreadLocalRandom` in `TrieMap.size`.Aleksandar Prokopec2012-06-181-4/+7
| |/ / / / /
* | | | | | Merge pull request #720 from phaller/cps-ticket-1681Josh Suereth2012-06-188-0/+134
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Replace context stack of AnnotationChecker with new mode for typing returnsphaller2012-06-152-0/+31