summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2483 from adriaanm/merge-2.10.xPaul Phillips2013-05-0222-11/+354
|\
| * Merge 2.10.x into masterAdriaan Moors2013-05-0222-11/+354
| |\
| | * Merge pull request #2432 from retronym/ticket/delayed-init-refPaul Phillips2013-04-303-0/+53
| | |\
| | | * Warn on selection of vals from DelayedInit subclasses.Jason Zaugg2013-04-233-0/+53
| | * | Merge pull request #2439 from retronym/ticket/7369Adriaan Moors2013-04-275-0/+95
| | |\ \
| | | * | SI-7369 Avoid spurious unreachable warnings in patternsJason Zaugg2013-04-245-0/+95
| | * | | Merge pull request #2392 from vigdorchik/ticket/si-7367Paul Phillips2013-04-262-0/+26
| | |\ \ \
| | | * | | SI-7367 scaladoc crash on constructing the model for annotations.Eugene Vigdorchik2013-04-252-0/+26
| | * | | | SI-6943 warn on value class miscomparison.Paul Phillips2013-04-242-8/+44
| | * | | | Merge pull request #2420 from retronym/ticket/6675-2Jason Zaugg2013-04-232-0/+21
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | SI-6675 Avoid spurious warning about pattern bind arity.Jason Zaugg2013-04-212-0/+21
| | * | | | Merge pull request #2358 from adriaanm/ticket-7330Jason Zaugg2013-04-214-3/+13
| | |\ \ \ \
| | | * | | | SI-7330 better error when pattern isn't a valueAdriaan Moors2013-04-084-3/+13
| | * | | | | Merge pull request #2410 from paulp/pr/parameterized-implicitJason Zaugg2013-04-212-0/+14
| | |\ \ \ \ \
| | | * | | | | Quiet down overloaded implicit warning.Paul Phillips2013-04-182-0/+14
| | | | |/ / / | | | |/| | |
| | * | | | | Merge pull request #2322 from retronym/ticket/7200Jason Zaugg2013-04-202-0/+84
| | |\ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | | * | | | SI-7200 Test case for fixed type inference error.Jason Zaugg2013-03-272-0/+84
* | | | | | | Merge pull request #2406 from paulp/issue/7362Paul Phillips2013-04-3012-671/+747
|\ \ \ \ \ \ \
| * | | | | | | More useful checkfile output in interactive tests.Paul Phillips2013-04-3010-692/+692
| * | | | | | | SI-7362, crash in presentation compiler.Paul Phillips2013-04-303-0/+76
* | | | | | | | SI-7349 Partest supports test-interfaceSom Snytt2013-04-307-71/+36
|/ / / / / / /
* | | | | | | Merge pull request #2428 from hubertp/issue/7291Paul Phillips2013-04-304-6/+32
|\ \ \ \ \ \ \
| * | | | | | | SI-7291: No exception throwing for diverging implicit expansionHubert Plociniczak2013-04-264-6/+32
* | | | | | | | Route -explaintypes through reporter.Paul Phillips2013-04-291-0/+4
* | | | | | | | Merge pull request #2421 from paulp/pr/print-method-positionsPaul Phillips2013-04-272-0/+50
|\ \ \ \ \ \ \ \
| * | | | | | | | -Yshow-member-pos, print the positions of members.Paul Phillips2013-04-202-0/+50
* | | | | | | | | Merge pull request #2442 from soc/SI-7403Paul Phillips2013-04-261-2/+2
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | SI-7403 Stream extends SerializableSimon Ochsenreither2013-04-251-2/+2
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #2430 from paulp/issue/4365Adriaan Moors2013-04-262-0/+40
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | SI-4365 nondeterministic failure in asSeenFromPaul Phillips2013-04-222-0/+40
* | | | | | | | Merge branch 'master' into pr/warning-cleanupPaul Phillips2013-04-245-11/+13
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-7402 List extends SerializableSimon Ochsenreither2013-04-243-6/+7
| * | | | | | | | Disabled failing bitset test.Paul Phillips2013-04-232-5/+6
* | | | | | | | | Eliminate a pile of -Xlint warnings.Paul Phillips2013-04-231-7/+0
|/ / / / / / / /
* | | | | | | | Merge pull request #2417 from paulp/pr/empty-type-boundsJason Zaugg2013-04-2310-19/+15
|\ \ \ \ \ \ \ \
| * | | | | | | | Simplify type bounds.Paul Phillips2013-04-2010-19/+15
* | | | | | | | | SI-7408 Fix test by sorting results of getDeclaredClassesSimon Ochsenreither2013-04-231-10/+21
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #2396 from som-snytt/issue/unmoored-docAdriaan Moors2013-04-222-8/+80
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-7376 Unmoored doc has correct positionSom Snytt2013-04-172-1/+44
| * | | | | | | | SI-7376 Scaladoc warns when discarding local doc comments with API tagsSom Snytt2013-04-152-8/+37
* | | | | | | | | Merge pull request #2360 from ihji/bugfix/SI-7080Jason Zaugg2013-04-212-0/+18
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | SI-7080 improve boundary value checking for BitSetHeejong Lee2013-04-072-0/+18
* | | | | | | | | | SI-7324 jvm not cool with 255+ parametersPaul Phillips2013-04-212-0/+61
| |_|_|/ / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #2361 from retronym/ticket/7337Jason Zaugg2013-04-202-0/+20
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | SI-7337 Error out on missing -d directory.Jason Zaugg2013-04-062-0/+20
* | | | | | | | | | Merge remote-tracking branch 'origin/2.10.x' into merge/v2.10.1-245-g5147bb2-...Jason Zaugg2013-04-2012-9/+97
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | / / / / / | | |_|_|/ / / / / | |/| | | | | | |
| * | | | | | | | Merge pull request #2408 from paulp/pr/fully-qualified-namePaul Phillips2013-04-194-9/+9
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Absolute path in error message.Paul Phillips2013-04-174-9/+9
| | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | Merge pull request #2411 from retronym/ticket/7388Paul Phillips2013-04-192-0/+5
| |\ \ \ \ \ \ \ \
| | * | | | | | | | SI-7388 Be more robust against cycles in error symbol creation.Jason Zaugg2013-04-182-0/+5
| | |/ / / / / / /