summaryrefslogtreecommitdiff
path: root/test/files/run
Commit message (Expand)AuthorAgeFilesLines
* 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 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 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 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
| |/
* / fixes pluginsEnterStatsEugene Burmako2015-02-222-0/+80
|/
* SI-9116 Set.subsets has a param listSom Snytt2015-02-091-3/+2
* Merge pull request #4263 from lrytz/t9097Adriaan Moors2015-02-091-0/+34
|\
| * SI-9097 Consolidate testSom Snytt2015-01-201-2/+10
| * SI-9097 Remove spurious warning about conflicting filenamesLukas Rytz2015-01-201-0/+26
* | Merge pull request #4251 from retronym/ticket/6502Jason Zaugg2015-02-052-28/+50
|\ \
| * | SI-6502 Convert test to assertsSom Snytt2015-01-202-29/+25
| * | SI-6502 More robust REPL :requireJason Zaugg2015-01-161-0/+26
* | | Merge pull request #4233 from kanielc/SI-7770Lukas Rytz2015-02-031-0/+1
|\ \ \ | |_|/ |/| |
| * | SI-7770 mutable.BitSet.toImmutable isn't immutableDenton Cockburn2015-01-071-0/+1
* | | Cleanup asm-to-string debug helpersLukas Rytz2015-01-161-0/+8
* | | Merge pull request #4201 from mpociecha/fix-typos-in-docs-and-commentsGrzegorz Kossakowski2015-01-144-4/+4
|\ \ \ | |_|/ |/| |
| * | Fix many typos in docs and commentsmpociecha2014-12-144-4/+4
| |/
* | Merge pull request #4139 from retronym/ticket/7965Adriaan Moors2014-12-231-0/+54
|\ \
| * | SI-7965 Support calls to MethodHandle.{invoke,invokeExact}Jason Zaugg2014-12-031-0/+54
* | | Merge pull request #4122 from retronym/ticket/7459-2Adriaan Moors2014-12-187-0/+100
|\ \ \
| * | | SI-7459 Handle pattern binders used as prefixes in TypeTrees.Jason Zaugg2014-11-147-0/+100
* | | | Merge pull request #4196 from lrytz/t9030-2.11Lukas Rytz2014-12-171-0/+19
|\ \ \ \ | |_|_|/ |/| | |
| * | | [nomerge] SI-9030 don't call private BoxesRunTime.equalsNumCharLukas Rytz2014-12-111-0/+19
* | | | Merge pull request #4182 from som-snytt/issue/multizeroAdriaan Moors2014-12-093-83/+26
|\ \ \ \ | |/ / / |/| | |
| * | | SI-9015 Reject 0x and minor parser cleanupSom Snytt2014-12-053-83/+26
* | | | Merge pull request #4176 from mpociecha/flat-classpath2Grzegorz Kossakowski2014-12-054-8/+252
|\ \ \ \
| * | | | Integrate flat classpath with the compilermpociecha2014-12-053-6/+247
| * | | | Refactor scalap's mainmpociecha2014-12-011-2/+5
* | | | | Merge pull request #4185 from som-snytt/issue/9027Grzegorz Kossakowski2014-12-042-0/+34
|\ \ \ \ \