summaryrefslogtreecommitdiff
path: root/test/files/run
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #903 from S714726/SI-5906Adriaan Moors2012-07-182-0/+20
|\
| * Changes suggested by @retronym and @jsuerethAlexander Clare2012-07-162-7/+7
| * SI-5906 Search for sorted sequencesAlexander Clare2012-07-122-0/+20
* | Merge pull request #846 from paulp/topic/name-implicitsAdriaan Moors2012-07-142-0/+19
|\ \
| * | Merge branch '2.10.x' into topic/name-implicitsPaul Phillips2012-07-1316-3/+529
| |\|
| * | Implicits to encourage more Name-dropping.Paul Phillips2012-07-062-0/+19
* | | Merge pull request #862 from axel22/issue/6052Josh Suereth2012-07-131-0/+21
|\ \ \ | |_|/ |/| |
| * | SI-6052 - fix groupBy on parallel collectionsAleksandar Prokopec2012-07-101-0/+21
| | |
| \ \
| \ \
| \ \
| \ \
| \ \
*-----. \ \ Merge commit 'refs/pull/825/head'; commit 'refs/pull/827/head'; commit 'refs/...Adriaan Moors2012-07-114-0/+176
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| | | * | | SI-5974 make collection.convert.Wrappers serializableLukas Rytz2012-07-052-0/+11
| * | | | | stringinterpolation macro test filesAdriaan Moors2012-07-062-0/+165
| | |_|_|/ | |/| | |
* | | | | New logic for TermSymbol.resolveOverloadedclhodapp2012-07-089-2/+319
* | | | | Merge pull request #843 from scalamacros/ticket/6036Adriaan Moors2012-07-082-0/+33
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | SI-6036 yet again makes sense of magic symbolsEugene Burmako2012-07-062-0/+33
| |/ / /
* / / / Tweak test to pass under java 7.Paul Phillips2012-07-061-1/+1
|/ / /
* | | Merge pull request #830 from heathermiller/topic/tryeither-fixesAdriaan Moors2012-07-062-7/+0
|\ \ \
| * | | SI-5981, SI-5979, SI-5973 Closed. Maintenance to Try.Heather Miller2012-07-052-7/+0
* | | | Merge pull request #826 from lrytz/t5907Adriaan Moors2012-07-064-5/+152
|\ \ \ \
| * | | | SI-5907, SI-5009 case-class copy defaults only for first param listLukas Rytz2012-07-054-5/+152
| | |/ / | |/| |
* | | | Merge pull request #822 from scalamacros/ticket/5959Adriaan Moors2012-07-062-0/+75
|\ \ \ \ | |_|/ / |/| | |
| * | | SI-5959 type equality now accounts for mirrorsEugene Burmako2012-07-042-0/+75
* | | | Merge pull request #821 from adriaanm/64acb46ab7Adriaan Moors2012-07-054-29/+92
|\ \ \ \
| * | | | SI-5830 switches: support guards, unreachabilityAdriaan Moors2012-07-034-29/+92
| | |_|/ | |/| |
* | | | Merge pull request #818 from scalamacros/topic/tags-for-anyval-and-anyrefAdriaan Moors2012-07-046-52/+76
|\ \ \ \
| * | | | tags for AnyVal and AnyRefEugene Burmako2012-07-046-52/+76
| | |/ / | |/| |
* | | | Merge pull request #809 from dragos/issue/fix-5929Adriaan Moors2012-07-041-0/+25
|\ \ \ \
| * | | | Fix SI-5929 - Verify error with finally and pattern matchIulian Dragos2012-07-021-0/+25
* | | | | 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
| |_|/ / |/| | |
* | | | reify no longer dealiases symbols and typesEugene Burmako2012-07-0231-163/+45
* | | | 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-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