summaryrefslogtreecommitdiff
path: root/src/reflect/scala/reflect/runtime
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5402 from som-snytt/issue/8040-unusedSeth Tisue2017-04-101-0/+1
|\
| * SI-8040 Warn unused pattern varsSom Snytt2017-03-111-0/+1
* | Revert "Optimised implementation of List.filter/filterNot"Adriaan Moors2017-04-071-1/+1
|/
* SI-10026 Fix endless cycle in runtime reflectionJason Zaugg2017-02-191-5/+6
* Merge branch '2.12.x' into merge-2.11.x-to-2.12.x-20170214Seth Tisue2017-02-171-0/+1
|\
| * Merge pull request #5589 from allisonhb/feature/si-4700Adriaan Moors2017-02-161-0/+1
| |\
| | * SI-4700 Add `@infix` annotation for type printingVlad Ureche2016-09-191-0/+1
* | | Merge commit '0965028809' into merge-2.11.x-to-2.12.x-20170214Seth Tisue2017-02-161-1/+1
|\ \ \ | |/ / |/| |
| * | Optimised implementation of List.filter/filterNotRory Graves2017-01-281-1/+1
| * | SI-10071 Separate compilation for varargs methodsIulian Dragos2017-01-091-0/+2
| * | Merge pull request #5343 from milessabin/topic/si-2712-backportAdriaan Moors2016-10-181-0/+1
| |\ \
| | * | SI-2712 Add support for higher order unificationMiles Sabin2016-08-151-0/+1
| * | | Partial fix for SI-7046Miles Sabin2016-08-151-0/+1
| |/ /
* | | Compiler support for JEP-193 VarHandle polymorphic signaturesJason Zaugg2016-12-121-1/+2
* | | Merge pull request #5284 from milessabin/topic/si-7046Adriaan Moors2016-11-301-0/+1
|\ \ \
| * | | Partial fix for SI-7046Miles Sabin2016-11-281-0/+1
* | | | Merge pull request #5376 from milessabin/topic/clean-experimentalAdriaan Moors2016-11-301-0/+1
|\ \ \ \
| * | | | Pattern matching virtualization now guarded by -Yvirtpatmat.Miles Sabin2016-11-281-0/+1
| |/ / /
* | | | Merge pull request #5506 from retronym/topic/existential-idsAdriaan Moors2016-11-291-0/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Avoid name table pollution with fresh existentialsJason Zaugg2016-11-081-0/+2
* | | | SI-10071 Separate compilation for varargs methodsIulian Dragos2016-11-251-0/+2
* | | | Typo and spelling correctionsJanek Bogucki2016-11-111-1/+1
|/ / /
* | | Address review commentsLukas Rytz2016-10-282-3/+3
* | | Merge pull request #5369 from lrytz/sd210Lukas Rytz2016-09-021-1/+1
|\ \ \
| * | | Emit mixin forwarders for JUnit-annotated trait methods by defaultLukas Rytz2016-09-011-1/+1
* | | | Fields does bitmaps & synch for lazy vals & modulesAdriaan Moors2016-08-291-0/+3
|/ / /
* | / SD-192 Change scheme for trait super accessorsJason Zaugg2016-08-151-0/+1
| |/ |/|
* | Don't cache `MethodSymbol`'s `memberType`.Adriaan Moors2016-08-111-6/+1
* | Do not add `@TraitSetter` -- not sure what it's forAdriaan Moors2016-08-091-1/+0
* | SI-9390 Avoid needless outer capture with local classesJason Zaugg2016-06-031-0/+1
* | Lambda impl methods static and more stably namedJason Zaugg2016-06-011-0/+1
* | Add since arg to deprecationWarning and use itSimon Ochsenreither2016-05-291-1/+1
* | SI-2712 Add support for higher order unificationMiles Sabin2016-05-241-0/+1
* | Merge pull request #5042 from soc/SI-9539Jason Zaugg2016-05-051-2/+2
|\ \
| * | SI-9539 Specify charset when reading ScalaSignatures, ...Simon Ochsenreither2016-03-151-2/+2
* | | More efficient code for deciding if a mixin forwarder is needed (#5116)Lukas Rytz2016-04-251-0/+1
* | | Do not rely on ScalaRunTime.{inlineEquals,hash} in JavaMirrors.Sébastien Doeraene2016-04-131-3/+3
* | | Inline ScalaRunTime.arrayElementClass at call sites.Sébastien Doeraene2016-04-131-1/+1
* | | Merge pull request #5059 from lrytz/t9702Adriaan Moors2016-03-311-0/+1
|\ \ \
| * | | SI-9702 Fix backend crash with classOf[T] annotation argumentLukas Rytz2016-03-301-0/+1
* | | | SAM conversion can be disabled using `-Xsource:2.11`Adriaan Moors2016-03-261-0/+1
* | | | Track Function's SAM symbol & target type using an attachmentAdriaan Moors2016-03-261-0/+1
|/ / /
* / / New trait encoding: use default methods, jettison impl classesJason Zaugg2016-03-184-13/+3
|/ /
* | Merge pull request #4896 from retronym/topic/indy-all-the-thingsJason Zaugg2016-02-121-0/+3
|\ \
| * | Use invokedynamic for structural calls, symbol literals, lamba ser.Jason Zaugg2016-01-291-0/+3
* | | SI-9315 Desugar string concat to java.lang.StringBuilder ...Simon Ochsenreither2016-02-031-1/+3
|/ /
* | Merge remote-tracking branch 'upstream/2.12.x' into opt/elimBoxesLukas Rytz2016-01-245-13/+9
|\ \
| * | Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-183-8/+5
| * | Merge commit '5e99f82' into merge-2.11-to-2.12-nov-27Lukas Rytz2015-11-272-4/+4
| |\|
| | * Apply some static code analysis recommendationsJanek Bogucki2015-11-262-4/+4