summaryrefslogtreecommitdiff
path: root/test/files/run
Commit message (Expand)AuthorAgeFilesLines
* Improves backward compatibility of manifestsEugene Burmako2012-07-029-36/+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-291-8/+8
|\ \
| * | Renaming convertTo to to on GenTraversableOnce.Josh Suereth2012-06-281-8/+8
* | | Merge branch 'master' into issue/5846,4597,4027,4112Aleksandar Prokopec2012-06-2840-1/+669
|\ \ \
| * \ \ 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 #786 from axel22/issue/5986-cherryJosh Suereth2012-06-272-0/+51
| |\ \ \
| | * | | Fix SI-5986.Aleksandar Prokopec2012-06-272-0/+51
| | |/ /
| * | | 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 #754 from scalamacros/topic/removereflectcompatAdriaan Moors2012-06-271-1/+0
| |\ \ \
| | * | | removes pre-M4 compatibility stubs for the IDEEugene Burmako2012-06-211-1/+0
| * | | | make tests independent of compiler apiAdriaan Moors2012-06-271-6/+20
| * | | | SI-5914 handle null in classtag extractorAdriaan Moors2012-06-262-0/+10
| | |/ / | |/| |
| * | | fix for SI-4935Miguel Garcia2012-06-263-0/+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 #756 from axel22/issue/4809Josh Suereth2012-06-221-0/+34
| |\ \ \
| | * | | Fix SI-4809.Aleksandar Prokopec2012-06-211-0/+34
| | | |/ | | |/|
| * | | Fix SI-5284.Aleksandar Prokopec2012-06-216-0/+86
| | |/ | |/|
| * | Merge pull request #729 from scalamacros/topic/showrawAdriaan Moors2012-06-1916-0/+107
| |\ \
| | * | improves showRawEugene Burmako2012-06-1916-0/+107
| * | | Merge pull request #739 from jsuereth/feature/collection-conversionsJosh Suereth2012-06-182-0/+164
| |\ \ \
| | * | | Migrate build to @odersky's suggestion of convertTo.Josh Suereth2012-06-181-7/+7
| | * | | 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
| | | |/ | | |/|
| * / | Fix SI-4954.Aleksandar Prokopec2012-06-181-0/+45
| |/ /
* / / Fix SI-5846 and SI-4027.Aleksandar Prokopec2012-06-282-0/+39
|/ /
* / fixes SI-5912Eugene Burmako2012-06-151-0/+6
|/
* SI-5162 Exclude super.foo from the erasure cast of SI-4283Jason Zaugg2012-06-115-0/+51
* test case, closes SI-5840Eugene Burmako2012-06-091-0/+7
* test case, closes SI-5881Eugene Burmako2012-06-092-0/+8
* test case, closes SI-5816Eugene Burmako2012-06-092-0/+18
* Merge pull request #631 from retronym/ticket/5652-3Adriaan Moors2012-06-088-0/+55
|\
| * SI-5652 Mangle names of potentially public lambda lifted methods.Jason Zaugg2012-05-268-0/+55
* | tests and fixes for the mirror APIEugene Burmako2012-06-0845-33/+372
* | don't warn about abstract types that are checkableAdriaan Moors2012-06-081-0/+1
* | turn unchecked type patterns into checked onesAdriaan Moors2012-06-083-14/+53
* | fixes some issues with reflectField brought up todayEugene Burmako2012-06-0812-0/+135
* | TypeTag => AbsTypeTag, ConcreteTypeTag => TypeTagEugene Burmako2012-06-0853-243/+215
* | removes array tagsEugene Burmako2012-06-0817-212/+20
* | repairs the tests after the refactoring spreeEugene Burmako2012-06-08402-1359/+2036
* | preparations: removes DynamicProxyEugene Burmako2012-06-083-93/+0
* | macros: refactoring of fast track infrastructureEugene Burmako2012-06-084-0/+25
* | Merge pull request #672 from axel22/issue/5857Adriaan Moors2012-06-081-0/+45
|\ \