summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/scala/scala into wip-sip14-fixesHeather Miller2012-04-151029-1873/+7816
|\
| * Fix for test checkfile.Paul Phillips2012-04-151-29/+2
| *---. Merge commit 'refs/pull/401/head'; commit 'refs/pull/402/head'; commit 'refs/...Paul Phillips2012-04-1456-219/+126
| |\ \ \
| | | | * removes obsolete macro testsEugene Burmako2012-04-1436-108/+0
| | |_|/ | |/| |
| | | * implements reification of tough typesEugene Burmako2012-04-1419-109/+119
| | * | work around optimizer bug SI-5672Adriaan Moors2012-04-141-2/+7
| |/ /
| | |
| | \
| | \
| | \
| | \
| | \
| *-----. \ Merge commit 'refs/pull/387/head'; commit 'refs/pull/388/head'; commit 'refs/...Paul Phillips2012-04-1420-33/+330
| |\ \ \ \ \
| | | | | * | Reimplemented shadowing between class membersVlad Ureche2012-04-144-32/+169
| | | | | * | Adapted implicits testsuite for SIP18Vlad Ureche2012-04-1412-1/+11
| | | | | |/
| | | | * | SI-5663: Tweak warnings on case class equalsSom Snytt2012-04-133-0/+99
| | * | | | Adds test and check files for SI-5666. Covers common non-newable types.Simon Ochsenreither2012-04-132-0/+51
| | |/ / /
| | | | |
| | \ \ \
| *-. \ \ \ Merge commit 'refs/pull/391/head'; commit 'refs/pull/390/head' into developPaul Phillips2012-04-1470-196/+313
| |\ \ \ \ \
| | | * | | | no longer need -YvirtpatmatAdriaan Moors2012-04-141-1/+1
| | | * | | | enable implicit enrichment when typing patternsAdriaan Moors2012-04-133-0/+15
| | * | | | | virtpatmat on by default; chicken out: -XoldpatmatAdriaan Moors2012-04-1463-190/+240
| | * | | | | virtpatmat: initial CPS supportAdriaan Moors2012-04-141-1/+1
| | * | | | | wip: put skeleton for typetag-based typetests in placeAdriaan Moors2012-04-141-0/+5
| | * | | | | more prudent bridging to unapply[Seq]Adriaan Moors2012-04-142-5/+46
| | * | | | | synth PartialFunction in uncurryAdriaan Moors2012-04-141-0/+6
| | | |_|_|/ | | |/| | |
| * / | | | restores some disabled macro tests, makes checkFeature synchronous when used ...Eugene Burmako2012-04-1440-109/+134
| |/ / / /
| * | | | Merge commit 'refs/pull/395/head'Paul Phillips2012-04-148-4/+8
| |\ \ \ \
| | * | | | disabling scaladoc tests. Don't know how to fix them to make them work under ...Martin Odersky2012-04-138-4/+8
| | * | | | one more macro test sdisabled that lipped through the net before.Martin Odersky2012-04-133-0/+0
| * | | | | One more macro test to disable for SIP 18.Paul Phillips2012-04-143-0/+0
| | | | | |
| | \ \ \ \
| *-. \ \ \ \ Merge commit 'refs/pull/389/head'; commit 'refs/pull/393/head' into developPaul Phillips2012-04-147-0/+193
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | | * | | | DynamicProxy: improved docs, fixed EOL styleChristopher Vogt2012-04-143-93/+93
| | | * | | | implemented DynamicProxy as portrayed by the Scala reflection teamChristopher Vogt2012-04-143-0/+93
| | | | |/ / | | | |/| |
| | * | | | rule out sequence arg to applyDynamicAdriaan Moors2012-04-133-2/+22
| | * | | | implement SIP Type DynamicAdriaan Moors2012-04-132-0/+80
| | | |/ / | | |/| |
| * | | | disabled failing macro test; needs to be adapted to new scheme.Martin Odersky2012-04-134-0/+0
| * | | | Disabled macro neg tests that no longer make sense in this formMartin Odersky2012-04-1351-0/+0
| * | | | Merge branch 'master' into topic/sip18Martin Odersky2012-04-1397-224/+940
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Scaladoc feature that shows implicit conversionsVlad Ureche2012-04-1315-6/+603
| | |/ /
| | * | Fix for failing test.Paul Phillips2012-04-131-2/+2
| | * | Merge commit 'refs/pull/383/head' into developPaul Phillips2012-04-132-22/+20
| | |\ \
| | | \ \
| | | \ \
| | *-. \ \ Merge commit 'refs/pull/380/head'; commit 'refs/pull/381/head' into developPaul Phillips2012-04-132-0/+26
| | |\ \ \ \
| | | | * | | SI-5510: string interpolation: parser no longer hangs on unclosed stringDominik Gruntz2012-04-132-0/+26
| | | |/ / /
| | * | | | Merge commit 'refs/pull/379/head'Paul Phillips2012-04-122-2/+2
| | |\ \ \ \
| | | * | | | fixes petty macro testsEugene Burmako2012-04-122-2/+2
| | * | | | | Workaround for SI-5583.Paul Phillips2012-04-122-0/+31
| | * | | | | Fix for SI-5535.Paul Phillips2012-04-122-0/+30
| | |/ / / /
| | * / / / fixes petty macro testsEugene Burmako2012-04-1272-194/+228
| | |/ / /
| * | | | Fixed tests to account for SIP 18Martin Odersky2012-04-1317-470/+492
| * | | | Added languageFeature annotation (was missing before). Resolved problem with ...Martin Odersky2012-04-13131-131/+131
| |/ / /
| * | | Merge commit 'refs/pull/375/head' into developPaul Phillips2012-04-12940-1913/+6590
| |\ \ \
| | * | | GroundTypeTag => ConcreteTypeTagEugene Burmako2012-04-1237-134/+134
| | * | | Next generation of macrosEugene Burmako2012-04-12940-1913/+6590
| | | |/ | | |/|
| * | | Disabling failing tests.Paul Phillips2012-04-125-0/+0
| * | | Implementation of SIP 13 take 2.Martin Odersky2012-04-111-1/+1
| * | | Implementation of SIP 13 - implicit classesMartin Odersky2012-04-111-0/+10
| |/ /