summaryrefslogtreecommitdiff
path: root/test/files/run
Commit message (Expand)AuthorAgeFilesLines
* SI-4147 Add an implementation of `mutable.TreeMap`Rui Gonçalves2015-05-301-1/+4
* Require and target Java 8Jason Zaugg2015-05-268-151/+3
* Merge commit '1b7e660' into merge-2.11-may-12Lukas Rytz2015-05-128-2/+45
|\
| * SI-9302 -Xdisable-assertions raises elide levelSom Snytt2015-05-052-0/+15
| * SI-9298 Fix erasure of value classes in JavaJason Zaugg2015-05-054-0/+27
| * Merge pull request #4475 from smarter/fix/old-spec-linksLukas Rytz2015-05-041-2/+2
| |\
| | * Remove references to the old PDF version of the specificationGuillaume Martres2015-04-301-2/+2
| * | Merge pull request #4463 from retronym/topic/indylambda-emit-indyLukas Rytz2015-05-041-0/+1
| |\ \
| | * | SI-8359 Update a test to work with indylambdaJason Zaugg2015-04-211-0/+1
* | | | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-05-017-3/+112
|\| | |
| * | | Merge pull request #4461 from adriaanm/rebase-4446Adriaan Moors2015-04-223-3/+3
| |\ \ \
| | * | | Fix many typosMichał Pociecha2015-04-213-3/+3
| * | | | Merge pull request #4452 from lrytz/valueClassSelfTypeBCodeAdriaan Moors2015-04-221-0/+52
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Don't crash GenBCode for value classes with a self declarationLukas Rytz2015-04-161-0/+52
| * | | | SI-9268 Be robust against absent classfiles during signature parsingJason Zaugg2015-04-213-0/+57
| | |/ / | |/| |
* | | | Remove scala.actors and the actors migration module dependencyLukas Rytz2015-04-232-40/+0
* | | | Merge commit '555f8f0' into merge/2.11-to-2.12-apr-21Lukas Rytz2015-04-2126-48/+870
|\| | |
| * | | Make lambda body public rather than using static accessorJason Zaugg2015-04-171-1/+1
| * | | Merge pull request #4451 from som-snytt/issue/3368-remediateAdriaan Moors2015-04-168-2/+390
| |\ \ \ | | |/ / | |/| |
| | * | SI-3368 Default to coalescing for 2.11Som Snytt2015-04-168-2/+390
| * | | Merge pull request #4367 from retronym/topic/indylambda-specializationAdriaan Moors2015-04-1311-36/+59
| |\ \ \ | | |/ / | |/| |
| | * | Disable -Ydelambdafy:method for specialized FunctionNJason Zaugg2015-04-1011-36/+59
| * | | Merge pull request #4306 from som-snytt/issue/3368-bAdriaan Moors2015-04-093-11/+67
| |\ \ \
| | * | | SI-3368 ReviewSom Snytt2015-04-081-1/+1
| | * | | SI-3368 Promote xml option to -XxmlSom Snytt2015-04-081-1/+1
| | * | | SI-5699 Use ParserTestSom Snytt2015-04-081-10/+2
| | * | | SI-3368 CDATA gets a NodeSom Snytt2015-04-082-0/+64
| * | | | Merge pull request #4386 from retronym/ticket/7741Lukas Rytz2015-04-096-0/+355
| |\ \ \ \
| | * | | | SI-7741 Tread more lightly during classfile parsingJason Zaugg2015-03-256-0/+355
* | | | | | Merge commit 'fedbfd7' into merge/2.11-to-2.12-apr-21Lukas Rytz2015-04-216-4/+10
|\| | | | |
| * | | | | Merge pull request #4411 from xeno-by/ticket/9252Lukas Rytz2015-04-092-0/+6
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | SI-9252 gets rid of custom logic for jArrayClass in runtime reflectionEugene Burmako2015-03-272-0/+6
| * | | | | Don't force the GenASM backend when passing -optimizeLukas Rytz2015-04-014-4/+4
| |/ / / /
* | | | | Merge commit '32f520f' into merge/2.11-to-2.12-apr-1Lukas Rytz2015-04-013-0/+73
|\| | | |
| * | | | Merge pull request #4361 from retronym/ticket/9182Lukas Rytz2015-03-262-0/+15
| |\ \ \ \
| | * | | | SI-9182 Fix runtime reflection with package object, overloadsJason Zaugg2015-02-252-0/+15
| | |/ / /
| * | | | Merge pull request #4364 from som-snytt/issue/sessiontestJason Zaugg2015-03-241-0/+58
| |\ \ \ \
| | * | | | SI-9170 More flexible SessionTestSom Snytt2015-03-031-0/+58
* | | | | | Merge commit 'fcc20fe' into merge/2.11-to-2.12-apr-1Lukas Rytz2015-04-0130-67/+349
|\| | | | |
| * | | | | Merge pull request #4378 from som-snytt/issue/9102Jason Zaugg2015-03-241-0/+81
| |\ \ \ \ \
| | * | | | | SI-9102: Improve testSom Snytt2015-03-111-0/+8
| | * | | | | SI-9102: Reflect method invoke with mixed argsSom Snytt2015-03-111-0/+73
| | | |/ / / | | |/| | |
| * | | | | Merge pull request #4381 from khernyo/issue/9219Jason Zaugg2015-03-242-0/+14
| |\ \ \ \ \
| | * | | | | SI-9219 Stream toString returns unexpected resultSzabolcs Berecz2015-03-142-0/+14
| * | | | | | Merge pull request #4312 from lrytz/opt/inliningGrzegorz Kossakowski2015-03-2016-9/+61
| |\ \ \ \ \ \
| | * | | | | | Issue inliner warnings for callsites that cannot be inlinedLukas Rytz2015-03-1112-9/+21
| | * | | | | | Don't crash the inliner in mixed compilationLukas Rytz2015-03-114-0/+40
| * | | | | | | SI-9223 By-name constructor params should not be aliasedJason Zaugg2015-03-172-0/+16
| | |/ / / / / | |/| | | | |
| * | | | | | Merge pull request #4377 from lrytz/opt/scalaInlineInfoGrzegorz Kossakowski2015-03-112-27/+10
| |\| | | | | | | |/ / / / | |/| | | |
| | * | | | Emit the ScalaInlineInfo attribute under GenASMLukas Rytz2015-03-112-27/+10
| | |/ / /