summaryrefslogtreecommitdiff
path: root/test/files
Commit message (Expand)AuthorAgeFilesLines
* Renaming convertTo to to on GenTraversableOnce.Josh Suereth2012-06-283-10/+10
* Merge pull request #783 from phaller/topic/cps-return-revertAdriaan Moors2012-06-288-134/+0
|\
| * Revert pull request #720 (CPS: enable return expressions in CPS code if they ...phaller2012-06-278-134/+0
* | Merge pull request #786 from axel22/issue/5986-cherryJosh Suereth2012-06-273-2/+53
|\ \
| * | Fix SI-5986.Aleksandar Prokopec2012-06-273-2/+53
* | | Merge pull request #785 from axel22/feature/to-parJosh Suereth2012-06-272-1/+27
|\ \ \
| * | | Parallelize convertTo in parallel collection.Aleksandar Prokopec2012-06-272-1/+27
| | |/ | |/|
* | | Merge pull request #787 from axel22/issue/5971Josh Suereth2012-06-272-0/+27
|\ \ \
| * | | Fix SI-5971.Aleksandar Prokopec2012-06-272-0/+27
| |/ /
* | | Merge pull request #782 from hubertp/issue/5839Adriaan Moors2012-06-272-0/+13
|\ \ \
| * | | Test that closes SI-5839. Bug itself most probably fixed by #602Hubert Plociniczak2012-06-272-0/+13
* | | | Merge pull request #754 from scalamacros/topic/removereflectcompatAdriaan Moors2012-06-273-4/+3
|\ \ \ \
| * | | | removes pre-M4 compatibility stubs for the IDEEugene Burmako2012-06-213-4/+3
* | | | | Merge pull request #780 from hubertp/topic/fix-rangepos-buildAdriaan Moors2012-06-272-0/+10
|\ \ \ \ \
| * | | | | Fix range positions when applying anonymous classes. Review by @dragos or @od...Hubert Plociniczak2012-06-262-0/+10
| | |/ / / | |/| | |
* | | | | Merge pull request #778 from adriaanm/topic-virtpatmatAdriaan Moors2012-06-279-0/+78
|\ \ \ \ \
| * | | | | make tests independent of compiler apiAdriaan Moors2012-06-274-7/+37
| * | | | | SI-5899 exhaustiveness for non-class typesAdriaan Moors2012-06-262-0/+20
| * | | | | 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
| | |_|/ / | |/| | |
* | | | | Merge pull request #779 from hubertp/issue/5148Adriaan Moors2012-06-274-4/+10
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Closes SI-5148.Hubert Plociniczak2012-06-274-4/+10
| |/ / /
* | | | 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
|\ \