summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge pull request #772 from magarciaEPFL/recoveringOptimizedStabilityCAdriaan Moors2012-07-041-73/+65
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | inliner makes fields public only when actually inliningMiguel Garcia2012-06-251-73/+65
* | | | | | | SI-5990 u.build now correctly invokes missing symbol hooksEugene Burmako2012-07-032-0/+30
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge pull request #810 from scalamacros/pullrequest/manifests-and-ticket6005Adriaan Moors2012-07-0369-195/+346
|\ \ \ \ \ \
| * | | | | | reify no longer dealiases symbols and typesEugene Burmako2012-07-0235-105/+150
| * | | | | | removes ClassTag.String and TypeTag.StringEugene Burmako2012-07-028-38/+26
| * | | | | | further improves reflection printersEugene Burmako2012-07-0211-43/+46
| * | | | | | Improves backward compatibility of manifestsEugene Burmako2012-07-0215-9/+124
* | | | | | | Merge pull request #801 from paulp/issue/exponential-specAdriaan Moors2012-07-031-0/+47
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Fix for exponential compile time in specialization.Paul Phillips2012-06-301-0/+47
* | | | | | | Merge pull request #798 from retronym/ticket/2807-4Adriaan Moors2012-07-022-15/+27
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | SI-2807 Avoid catch all warning for Stable Id patternsJason Zaugg2012-06-302-15/+27
* | | | | | | Merge pull request #802 from retronym/ticket/5489Adriaan Moors2012-07-023-0/+20
|\ \ \ \ \ \ \
| * | | | | | | SI-5489 Avoid accidentally adding members to Object in erasure.Jason Zaugg2012-07-013-0/+20
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #771 from retronym/ticket/4176-2Adriaan Moors2012-07-022-0/+11
|\ \ \ \ \ \ \
| * | | | | | | SI-4176 A repeat dose of repeated parameter type sanitization.Jason Zaugg2012-06-302-0/+11
| | |_|/ / / / | |/| | | | |
* | | | | | | SI-5932 Tone down non-sensible == warning with refinements.Jason Zaugg2012-07-012-0/+16
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #792 from jsuereth/fixup/from-reprJosh Suereth2012-06-292-22/+63
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Split @milessabin HasRepr into IsTraversableOnce and IsTraversableLike type c...Josh Suereth2012-06-272-22/+63
* | | | | | Merge pull request #793 from jsuereth/fix/convert-toJosh Suereth2012-06-293-10/+10
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Renaming convertTo to to on GenTraversableOnce.Josh Suereth2012-06-283-10/+10
* | | | | | Merge branch 'master' into issue/5846,4597,4027,4112Aleksandar Prokopec2012-06-28124-506/+2247
|\ \ \ \ \ \
| * \ \ \ \ \ Merge pull request #790 from axel22/issue/3326Josh Suereth2012-06-282-0/+82
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Fix SI-3326.Aleksandar Prokopec2012-06-272-0/+82
| * | | | | | 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
| |\ \ \ \