summaryrefslogtreecommitdiff
path: root/test/junit/scala/tools
Commit message (Expand)AuthorAgeFilesLines
* Make ImplicitInfo hashCode consistent with equals.Miles Sabin2017-04-031-0/+39
* Add tests for ConsoleReporter.piyush-jaiswal2017-03-111-0/+173
* Revert "SI-10133 Require escaped single quote char lit"Adriaan Moors2017-02-211-1/+1
* Merge pull request #5629 from som-snytt/issue/10120-quote-errAdriaan Moors2017-02-201-1/+1
|\
| * SI-10120 ReplReporter handles message indentSom Snytt2017-01-181-1/+1
* | Faster and simpler Java 9 classpath implementationJason Zaugg2017-02-171-0/+41
|/
* Merge pull request #5583 from lrytz/t10093Adriaan Moors2016-12-211-2/+38
|\
| * SI-10093 don't move member traits to constructor body in constructorsLukas Rytz2016-12-061-2/+38
* | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2016...Jason Zaugg2016-12-201-5/+4
|\ \ | |/ |/|
| * Use ClassTag instead of Manifest in AssertUtil.assertThrows.Sébastien Doeraene2016-12-171-5/+4
* | 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