summaryrefslogtreecommitdiff
path: root/src/reflect
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge commit 'cba585d' into merge-2.11-to-2.12-june-1Lukas Rytz2016-06-011-0/+1
|\ \ | |/ |/|
| * SI-4625 App is a thingSom Snytt2016-05-161-0/+1
| * Fix bold text in reflect API for 2.11.xFelix Mulder2016-02-271-1/+1
* | Add since arg to deprecationWarning and use itSimon Ochsenreither2016-05-294-5/+5
* | Lower-case spelling of @deprecated messagesSimon Ochsenreither2016-05-2828-223/+223
* | SI-9084 Add `since` (if available) to deprecation warningsSimon Ochsenreither2016-05-281-11/+16
* | SI-2712 Add support for higher order unificationMiles Sabin2016-05-243-5/+37
* | 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
* | | Merge pull request #5094 from lrytz/classOfUnitAdriaan Moors2016-04-271-2/+3
|\ \ \
| * | | Fix erasure for classOf[Unit], don't erase to classOf[BoxedUnit]Lukas Rytz2016-04-201-2/+3
* | | | More efficient code for deciding if a mixin forwarder is needed (#5116)Lukas Rytz2016-04-252-0/+2
* | | | SI-9684 Deprecate JavaConversionsSom Snytt2016-04-221-2/+2
* | | | Remove the duplicate implem of hash codes for numbers.Sébastien Doeraene2016-04-211-1/+4
|/ / /
* | | 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 #5082 from lrytz/inlineImplClassCleanupLukas Rytz2016-04-074-12/+3
|\ \ \
| * | | Remove references to trait impl classes, mostly in doc commentsLukas Rytz2016-04-074-12/+3
* | | | General cleanups and less warnings during a Scala buildsoc2016-04-046-7/+8
|/ / /
* | | Merge pull request #5068 from retronym/topic/jdk8ism2v2.12.0-M4Lukas Rytz2016-04-012-9/+23
|\ \ \
| * | | At the end of a run, close macro runtime's classloaderJason Zaugg2016-03-302-9/+23
* | | | Merge pull request #5059 from lrytz/t9702Adriaan Moors2016-03-312-2/+4
|\ \ \ \
| * | | | SI-9702 Fix backend crash with classOf[T] annotation argumentLukas Rytz2016-03-302-2/+4
| |/ / /
* | | | Bring back AbstractFunction parentAdriaan Moors2016-03-301-0/+1
* | | | LMF cannot instantiate SAM of trait with non-trait superclassAdriaan Moors2016-03-292-6/+0
* | | | Target FunctionN, not scala/runtime/java8/JFunction.Adriaan Moors2016-03-281-1/+0
* | | | SAM conversion can be disabled using `-Xsource:2.11`Adriaan Moors2016-03-263-1/+5
* | | | Refactor: simplify fallbackAfterVanillaAdapt.Adriaan Moors2016-03-261-8/+0
* | | | Soften sam restrictionsAdriaan Moors2016-03-262-16/+10
* | | | Track Function's SAM symbol & target type using an attachmentAdriaan Moors2016-03-262-0/+14
* | | | Additional SAM restrictions identified by JasonAdriaan Moors2016-03-261-6/+19
* | | | Treat `Function` literals uniformly, expecting SAM or FunctionN.Adriaan Moors2016-03-261-1/+0
* | | | Set the scene for Sammy.Adriaan Moors2016-03-262-0/+23
* | | | Refactoring. Sweep Sammy's backyard.Adriaan Moors2016-03-261-0/+5
* | | | Refactor typedFunction, rework synthesizeSAMFunction for sammyAdriaan Moors2016-03-262-0/+12
* | | | SI-9415 Turn on SAM by defaultJason Zaugg2016-03-261-3/+1
* | | | Refactor. Extract mkLiteralUnit and mkUnitBlockAdriaan Moors2016-03-261-4/+7
* | | | Remove dead code now that `genBCodeActive` is always true.Adriaan Moors2016-03-261-4/+0
* | | | TypeHistory's toString time travels consistentlyAdriaan Moors2016-03-261-1/+4
|/ / /
* | | Merge pull request #5047 from kmizu/resolve-several-warningsAdriaan Moors2016-03-221-1/+1
|\ \ \
| * | | * Replace isPackage with hasPackageFlagKota Mizushima2016-03-171-1/+1
| |/ /
* | | Merge pull request #5043 from dongjoon-hyun/fix_typos_in_spec_and_commentsJason Zaugg2016-03-213-3/+3
|\ \ \
| * | | Fix some typos in `spec` documents and comments.Dongjoon Hyun2016-03-153-3/+3
| |/ /
* / / New trait encoding: use default methods, jettison impl classesJason Zaugg2016-03-1811-90/+18
|/ /
* | Merge pull request #4974 from szeiger/wip/patmat-outertestAdriaan Moors2016-03-142-41/+24
|\ \
| * | Improved outer ref checking in pattern matches:Adriaan Moors2016-03-072-41/+24
* | | Fix var spelling in WeakHashSetJanek Bogucki2016-03-091-6/+6
|/ /
* | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2016...Jason Zaugg2016-02-251-13/+25
|\|
| * Micro optimise Symbol#fullNameJason Zaugg2016-02-091-13/+25
* | Merge pull request #4958 from adriaanm/typerefrefactorAdriaan Moors2016-02-242-175/+176
|\ \