summaryrefslogtreecommitdiff
path: root/test/files/run
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ \
| * | | | | SI-9027 Parser eagerly consumes space on multi XML elementsSom Snytt2014-12-032-0/+34
* | | | | | Merge pull request #4164 from retronym/ticket/9003Adriaan Moors2014-12-032-0/+72
|\ \ \ \ \ \
| * | | | | | SI-9003 Eagerly capture more potentially mutable bindersJason Zaugg2014-11-262-0/+72
* | | | | | | Remove completely commented-out test/run fileGuy Dickinson2014-12-011-373/+0
| |_|/ / / / |/| | | | |
* | | | | | SI-8502 Improve resiliance to absent packagesJason Zaugg2014-11-283-6/+46
| |_|/ / / |/| | | |
* | | | | SI-8946 Disable flaky test for reflection memory leakJason Zaugg2014-11-281-29/+0
* | | | | Fixes memory leak when using reflectionTim Harper2014-11-221-0/+29
|/ / / /
* | | | Merge pull request #4121 from retronym/ticket/5938Grzegorz Kossakowski2014-11-211-0/+35
|\ \ \ \ | |_|_|/ |/| | |
| * | | SI-5938 Test for a FSC bug with mixin, duplicate static forwardersJason Zaugg2014-11-091-0/+35