summaryrefslogtreecommitdiff
path: root/test/files
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-07-13117-245/+293
|\
| * Fix 25 typos (s)Janek Bogucki2015-07-069-14/+14
| * Merge pull request #4596 from janekdb/2.11.x-typos-p-rSeth Tisue2015-07-016-8/+8
| |\
| | * Fix 27 typos (p-r)Janek Bogucki2015-06-306-8/+8
| * | Merge pull request #4576 from som-snytt/issue/9206-moreSeth Tisue2015-07-0184-218/+82
| |\ \ | | |/ | |/|
| | * SI-9206 De-perk the welcome messageSom Snytt2015-06-254-32/+59
| | * SI-9206 Update REPL welcome messageSom Snytt2015-06-2483-199/+38
| | * SI-9206: No REPL message on :silent, unless -Dscala.repl.infoIgor Racic2015-06-231-2/+0
| * | Merge pull request #4569 from retronym/ticket/6985Adriaan Moors2015-06-308-0/+99
| |\ \
| | * | SI-8892 Fix incorrect qualification in error messageJason Zaugg2015-06-232-0/+9
| | * | SI-8777 Avoid redundant disambiguation in error messagesJason Zaugg2015-06-233-2/+12
| | * | SI-6895 Test cases to explain the limitations in tcpoly inferenceJason Zaugg2015-06-234-0/+80
| * | | Merge pull request #4588 from retronym/topic/icodishAdriaan Moors2015-06-291-0/+42
| |\ \ \
| | * | | GenBCode: fix incrementatal compilation by mimicing GenASMJason Zaugg2015-06-281-0/+42
| * | | | Merge pull request #4586 from som-snytt/issue/missing-argsSeth Tisue2015-06-293-2/+37
| |\ \ \ \
| | * | | | Improved message for missing argument listSom Snytt2015-06-273-2/+37
| * | | | | Merge pull request #4589 from janekdb/2.11.x-method-names-m-oJason Zaugg2015-06-292-3/+3
| |\ \ \ \ \
| | * | | | | Improve method names (m-o)Janek Bogucki2015-06-282-3/+3
| | |/ / / /
| * / / / / Fix 23 typos (m-o)Janek Bogucki2015-06-284-5/+5
| |/ / / /
* | | | | Merge pull request #4603 from lrytz/lambdaSpectestAdriaan Moors2015-07-061-0/+78
|\ \ \ \ \
| * | | | | SI-9373 Restore the test for t8960 with IndyLamba enabledLukas Rytz2015-07-031-0/+78
* | | | | | Support methodHandle / invokeDynamic constant pool entries in scalapLukas Rytz2015-07-062-0/+16
|/ / / / /
* | | | | Fix superclass for Java interface symbols created in JavaMirrorsLukas Rytz2015-07-0215-0/+392
* | | | | Fix some tests, move others to pending/Lukas Rytz2015-07-0141-853/+94
* | | | | Java parser: default methods in interfaces are not `DEFERRED`Lukas Rytz2015-07-011-1/+1
* | | | | Merge pull request #4585 from ruippeixotog/fix-mutable-treemap-clearSeth Tisue2015-06-301-2/+2
|\ \ \ \ \
| * | | | | Fix size update on `mutable.TreeMap#clear()`Rui Gonçalves2015-06-261-2/+2
* | | | | | Merge commit 'bb102e7' into merge-2.11-to-2.12-june-26Lukas Rytz2015-06-261-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * / / / Fix 8 typos (j-l)Janek Bogucki2015-06-231-1/+1
| |/ / /
* | | | SI-6613 fixed in GenBCodeLukas Rytz2015-06-264-0/+10
* | | | Default to delambdafy:method and backend:GenBCodeLukas Rytz2015-06-2623-205/+85
* | | | Merge pull request #4460 from som-snytt/topic/javap-decomJason Zaugg2015-06-269-107/+3
|\ \ \ \
| * | | | SI-9277 Downgrade marginal javap featuresSom Snytt2015-06-259-107/+3
* | | | | Merge pull request #4504 from ruippeixotog/mutable-treemapAdriaan Moors2015-06-252-1/+333
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | SI-4147 Add an implementation of `mutable.TreeMap`Rui Gonçalves2015-05-302-1/+333
* | | | | Merge branch '2.11.x' into merge/2.11.x-to-2.12.x-20150624Jason Zaugg2015-06-24112-335/+809
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Merge pull request #4574 from janekdb/2.11.x-typos-g-iJason Zaugg2015-06-2313-13/+13
| |\ \ \ | | |_|/ | |/| |
| | * | Fix 25 typos (g-i)Janek Bogucki2015-06-2213-13/+13
| * | | Merge pull request #4564 from som-snytt/issue/promptv2.11.7Adriaan Moors2015-06-2222-167/+206
| |\ \ \
| | * | | SI-9206 Accept paste with custom promptSom Snytt2015-06-211-0/+13
| | * | | SI-9206 Fix REPL code indentationSom Snytt2015-06-1922-167/+193
| | | |/ | | |/|
| * | | Merge pull request #4566 from lrytz/t9359Adriaan Moors2015-06-228-10/+90
| |\ \ \ | | |_|/ | |/| |
| | * | Fix spurious test failure under -Ybackend:GenBCodeLukas Rytz2015-06-204-10/+6
| | * | SI-9359 Fix InnerClass entry flags for nested Java enumsLukas Rytz2015-06-194-0/+84
| | |/
| * / Fix 36 typos (d-f)Janek Bogucki2015-06-2116-17/+17
| |/
| * Merge pull request #4559 from janekdb/2.11.x-scaladoc-2Seth Tisue2015-06-189-11/+11
| |\
| | * Fix another several typosMichał Pociecha2015-06-183-3/+3
| | * Fix some typos (a-c)Janek Bogucki2015-06-186-8/+8
| * | Merge pull request #4529 from lrytz/inlineAccessibilityJason Zaugg2015-06-193-1/+9
| |\ \ | | |/ | |/|
| | * Fix illegal inlining of instructions accessing protected membersLukas Rytz2015-05-283-1/+9