summaryrefslogtreecommitdiff
path: root/test/files/run
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5115 from lrytz/merge-2.11-to-2.12-apr-22Lukas Rytz2016-04-254-0/+76
|\
| * Merge commit '684c314' into merge-2.11-to-2.12-apr-22Lukas Rytz2016-04-224-0/+76
| |\
| | * SI-9734 Narrow type when import REPL history (#5084)som-snytt2016-04-202-0/+40
| | * SI-9735 REPL prefer standard escapes for code text (#5086)som-snytt2016-04-202-0/+36
* | | Merge pull request #5109 from lrytz/pr5064Lukas Rytz2016-04-238-28/+13
|\ \ \
| * | | SI-9684 Deprecate JavaConversionsSom Snytt2016-04-228-28/+13
| |/ /
* / / SI-9516 Fix the behavior of Int shift Long operations. (#5117)Sébastien Doeraene2016-04-231-0/+52
|/ /
* | Merge pull request #5110 from sjrd/remove-duplicate-implem-of-hashcodesLukas Rytz2016-04-222-7/+6
|\ \
| * | Remove the duplicate implem of hash codes for numbers.Sébastien Doeraene2016-04-212-7/+6
* | | Merge pull request #5096 from lrytz/traitParentsLukas Rytz2016-04-209-45/+49
|\ \ \ | |/ / |/| |
| * | Clean up code gen for method invocationsLukas Rytz2016-04-201-1/+1
| * | Move test run/origins.scala to pendingLukas Rytz2016-04-123-28/+0
| * | SD-98 don't emit unnecessary mixin forwardersLukas Rytz2016-04-125-16/+48
* | | Merge pull request #5098 from sjrd/simplify-scala-runtimeLukas Rytz2016-04-201-2/+3
|\ \ \
| * | | Remove dead-code runtime hash() methods.Sébastien Doeraene2016-04-131-2/+3
| |/ /
* / / SI-9749 REPL strip lead ws on dot continuation (#5097)som-snytt2016-04-152-0/+18
|/ /
* | Merge pull request #5068 from retronym/topic/jdk8ism2v2.12.0-M4Lukas Rytz2016-04-012-5/+12
|\ \
| * | SI-7474 Record extra errors in Throwable#suppressedExceptionsJason Zaugg2016-03-292-5/+12
* | | Keep Function when CBN arg thunk targets a SAMAdriaan Moors2016-03-301-0/+9
* | | Bring back AbstractFunction parentAdriaan Moors2016-03-304-7/+5
* | | Keep SAM body in anonfun method in enclosing classJason Zaugg2016-03-301-1/+3
* | | LMF cannot instantiate SAM of trait with non-trait superclassAdriaan Moors2016-03-295-5/+16
* | | LMF cannot run trait's "initializer" (constructor)Adriaan Moors2016-03-292-1/+9
* | | Better detection of types LMF cannot instantiate.Adriaan Moors2016-03-292-34/+42
* | | Specialization precludes use of LambdaMetaFactory for SAMAdriaan Moors2016-03-291-0/+34
* | | Target FunctionN, not scala/runtime/java8/JFunction.Adriaan Moors2016-03-281-2/+2
* | | SAM conversion precedes implicit view application (as in dotty).Adriaan Moors2016-03-261-10/+10
* | | Track Function's SAM symbol & target type using an attachmentAdriaan Moors2016-03-261-0/+22
* | | Test bytecode emitted for indy sammyAdriaan Moors2016-03-261-0/+28
* | | Additional SAM restrictions identified by JasonAdriaan Moors2016-03-261-1/+13
* | | More fixes based on feedback by LukasAdriaan Moors2016-03-264-8/+12
* | | Treat `Function` literals uniformly, expecting SAM or FunctionN.Adriaan Moors2016-03-261-3/+4
* | | Refactor typedFunction, rework synthesizeSAMFunction for sammyAdriaan Moors2016-03-261-0/+14
* | | SI-9415 Turn on SAM by defaultJason Zaugg2016-03-262-2/+0
|/ /
* | Support :require when using the flat classpath representation.Lukas Rytz2016-03-221-25/+20
* | Remove manual mixins in JFunctionN.v2.12.0-M3-dc9effeJason Zaugg2016-03-1820-235/+186
* | Merge pull request #4974 from szeiger/wip/patmat-outertestAdriaan Moors2016-03-141-0/+3
|\ \
| * | Improved outer ref checking in pattern matches:Adriaan Moors2016-03-071-0/+3
* | | Merge 2.11.x into 2.12.xAdriaan Moors2016-03-145-0/+70
|\ \ \ | |/ / |/| / | |/
| * SI-9425 Fix a residual bug with multi-param-list case classesJason Zaugg2016-03-041-0/+15
| * SI-9546 Fix regression in rewrite of case apply to constructor callJason Zaugg2016-03-021-0/+13
| * Refactor transform of case apply in refchecksJason Zaugg2016-03-023-0/+42
* | Merge pull request #4968 from lrytz/oldOptCleanupAdriaan Moors2016-02-2419-75/+8
|\ \
| * | Remove -Y settings that are no longer used in 2.12Lukas Rytz2016-02-1617-73/+7
| * | Rewrite a few more tests to the new optimizerLukas Rytz2016-02-152-2/+1
* | | Merge pull request #4958 from adriaanm/typerefrefactorAdriaan Moors2016-02-241-2/+2
|\ \ \ | |/ / |/| |
| * | SI-9540 typedFunction is erasure awareAdriaan Moors2016-02-121-2/+2
* | | Merge pull request #4896 from retronym/topic/indy-all-the-thingsJason Zaugg2016-02-127-23/+133
|\ \ \
| * | | Use invokedynamic for structural calls, symbol literals, lamba ser.Jason Zaugg2016-01-297-23/+133
* | | | Merge pull request #4924 from ShaneDelmore/SI-9452Lukas Rytz2016-02-101-1/+2
|\ \ \ \ | |_|/ / |/| | |