summaryrefslogtreecommitdiff
path: root/test/junit/scala/tools
Commit message (Expand)AuthorAgeFilesLines
* Don't exclude super calls to trait methods from inliningLukas Rytz2016-11-291-0/+15
* Merge commit '57290a1' into topic/merge-2.11.x-to-2.12.x-20161129Jason Zaugg2016-11-291-0/+8
|\
| * Improve performance of REPL autocompletionJason Zaugg2016-11-221-0/+8
* | Merge pull request #5544 from retronym/ticket/8779Jason Zaugg2016-11-292-1/+53
|\ \
| * | SI-8779 Enable inlining of code within a REPL sessionJason Zaugg2016-11-282-1/+53
* | | Better inliner support for 2.12 trait encodingLukas Rytz2016-11-255-34/+153
|/ /
* | assorted typo fixes, cleanup, updating of commentsSeth Tisue2016-10-241-1/+1
* | Merge 2.11.x into 2.12.xAdriaan Moors2016-10-201-18/+22
|\|
| * SI-9832 Fix line endings in junit testSom Snytt2016-10-191-18/+22
* | Merge 2.11.x into 2.12.xAdriaan Moors2016-10-181-0/+63
|\|
| * SI-9832 -Xlint:help shows defaultSom Snytt2016-10-111-0/+63
* | Default -Xmixin-force-forwarders to trueLukas Rytz2016-09-302-2/+5
* | re-enable two tests (starr is up to date now)Lukas Rytz2016-09-304-14/+9
* | Emit local module like lazy valAdriaan Moors2016-09-291-2/+2
* | SD-233 synchronized blocks are JIT-friendly againJason Zaugg2016-09-271-0/+8
* | SD-225 Use a "lzycompute" method for module initializationJason Zaugg2016-09-142-3/+10
* | Merge pull request #5294 from adriaanm/fields-laziesAdriaan Moors2016-09-013-8/+5
|\ \
| * | Fields does bitmaps & synch for lazy vals & modulesAdriaan Moors2016-08-291-3/+0
| * | Fields phase expands lazy vals like modulesAdriaan Moors2016-08-292-5/+5
* | | sbt build: fix "unchecked" warnings when compiling Java codeSeth Tisue2016-08-301-0/+1
|/ /
* | SD-192 Change scheme for trait super accessorsJason Zaugg2016-08-153-12/+12
* | Merge pull request #5291 from lrytz/sd20Adriaan Moors2016-08-123-5/+56
|\ \
| * | SD-20 Inlcude static methods in the InlineInfo in mixed compilationLukas Rytz2016-07-193-5/+56
* | | Make fewer trait methods not-{private, protected}Adriaan Moors2016-08-111-1/+1
* | | Simplify erasure + mixinAdriaan Moors2016-08-111-1/+1
* | | Reduce flag fiddlingAdriaan Moors2016-08-111-5/+0
* | | Fields phase synthesizes modulesAdriaan Moors2016-08-111-1/+1
* | | Fields phaseAdriaan Moors2016-08-111-1/+2
* | | Merge pull request #5290 from lrytz/sd48Stefan Zeiger2016-08-091-0/+37
|\ \ \
| * | | SD-48 limit the lenght of inlined local variable namesLukas Rytz2016-07-201-0/+37
| |/ /
* / / SD-186 Fix positions in trait method bytecodeJason Zaugg2016-07-221-0/+19
|/ /
* | SI-9515 closure elimination also for non-Scala-Function SAM typesLukas Rytz2016-07-041-0/+20
* | Emit trait method bodies in staticsJason Zaugg2016-06-286-24/+62
* | Keep line numbers when inlining from the same compilation unitLukas Rytz2016-06-062-1/+49
* | SI-9256 check companions in same compilation unit only if same runLukas Rytz2016-06-063-17/+29
* | clear all flags when resetting a symbolLukas Rytz2016-06-061-0/+11
* | Store source file paths of classes being compiled in the bytecode repoLukas Rytz2016-06-062-2/+2
* | SI-9390 Emit local defs that don't capture this as staticJason Zaugg2016-06-012-3/+3
* | Treat self parameter as non-null in the optimizerLukas Rytz2016-06-012-2/+2
* | Lambda impl methods static and more stably namedJason Zaugg2016-06-016-40/+46
* | Add since arg to deprecationWarning and use itSimon Ochsenreither2016-05-291-1/+1
* | Merge pull request #5102 from milessabin/2.12.xJason Zaugg2016-05-271-3/+3
|\ \
| * | -Xexperimental mode now only includes -Ypartial-unificationMiles Sabin2016-05-241-3/+3
* | | Merge pull request #5186 from lrytz/inlinerM5Jason Zaugg2016-05-271-5/+5
|\ \ \
| * | | Debug flag to print a summary of the inliner's workLukas Rytz2016-05-241-5/+5
| |/ /
* | | Merge pull request #5192 from dwijnand/wip/scala-repl-no-importsJason Zaugg2016-05-271-0/+19
|\ \ \
| * | | Fully qualify types in REPL generated codeDale Wijnand2016-05-261-0/+19
| |/ /
* / / Rename -Yopt to -opt, -Yopt-warnings to -opt-warningsLukas Rytz2016-05-2521-33/+33
|/ /
* | SI-9121 test case (fixed in new optimizer), SI-9179 test caseLukas Rytz2016-05-232-0/+54
* | Merge pull request #5180 from lrytz/junit-passJason Zaugg2016-05-2331-832/+1284
|\ \