summaryrefslogtreecommitdiff
path: root/test/files/run
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #883 from dgruntz/issue/6061Adriaan Moors2012-07-182-11/+22
|\
| * SI-6061 adds weakly conformance for number types to resolveOverloadedDominik Gruntz2012-07-112-11/+22
* | Merge pull request #921 from adriaanm/ticket-spuriousnessAdriaan Moors2012-07-186-237/+0
|\ \
| * | move test files that fail spuriously to pendingAdriaan Moors2012-07-176-237/+0
* | | Merge pull request #933 from scalamacros/ticket/5731Adriaan Moors2012-07-1824-0/+72
|\ \ \
| * | | SI-5731 a few fixes for value classesEugene Burmako2012-07-1724-0/+72
* | | | Merge pull request #932 from hubertp/2.10.x-issue/5588Adriaan Moors2012-07-182-0/+16
|\ \ \ \
| * | | | Fixes SI-5588. Correct compare for Enumeration.Hubert Plociniczak2012-07-172-0/+16
| |/ / /
* | | | Merge pull request #904 from adriaanm/ticket-6077Adriaan Moors2012-07-172-0/+14
|\ \ \ \ | |/ / / |/| | |
| * | | SI-6077 more conservative TreeMakersToConds for CSEAdriaan Moors2012-07-142-0/+14
| | |/ | |/|
* | | Merge pull request #910 from adriaanm/redo-847-ticket-6028Adriaan Moors2012-07-172-0/+105
|\ \ \ | |_|/ |/| |
| * | SI-6028 Avoid needless symbol renaming in lambdalift.Jason Zaugg2012-07-142-10/+9
| * | A test case that scrutinises lambdalifter's output.Jason Zaugg2012-07-142-0/+106
* | | SI-6011 switches: unreachability, guard-free formAdriaan Moors2012-07-162-0/+12
|/ /
* | Merge branch '2.10.x' into topic/name-implicitsPaul Phillips2012-07-1316-3/+529
|\|
| *-----. 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
| |/ / /
* / / / Implicits to encourage more Name-dropping.Paul Phillips2012-07-062-0/+19
|/ / /
* | | 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
| |\ \ \ \