summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/backend/jvm/CoreBTypes.scala
Commit message (Expand)AuthorAgeFilesLines
* SD-140 inline the correct default methodLukas Rytz2016-04-281-0/+3
* Remove the duplicate implem of hash codes for numbers.Sébastien Doeraene2016-04-211-1/+1
* General cleanups and less warnings during a Scala buildsoc2016-04-041-2/+1
* Target FunctionN, not scala/runtime/java8/JFunction.Adriaan Moors2016-03-281-8/+6
* Fix some typos in `spec` documents and comments.Dongjoon Hyun2016-03-151-1/+1
* Merge pull request #4896 from retronym/topic/indy-all-the-thingsJason Zaugg2016-02-121-4/+41
|\
| * Use invokedynamic for structural calls, symbol literals, lamba ser.Jason Zaugg2016-01-291-4/+41
* | SI-9315 Desugar string concat to java.lang.StringBuilder ...Simon Ochsenreither2016-02-031-1/+5
|/
* Merge remote-tracking branch 'upstream/2.12.x' into opt/elimBoxesLukas Rytz2016-01-241-0/+6
|\
| * Use BTypes when building the lambdaMetaFactoryBootstrapHandleLukas Rytz2015-11-061-0/+6
* | Harden methods to recognize method invocations to optimizeLukas Rytz2016-01-231-76/+197
* | Support specialized functions in closure optimizerLukas Rytz2015-11-131-0/+7
|/
* Clean up CoreBTypes, consistent names, remove unused entriesLukas Rytz2015-10-201-120/+66
* Simplify and correctify calculation of the InnerClass attributeLukas Rytz2015-10-201-1/+16
* Move addLambdaDeserialize into the BTypes assemblyLukas Rytz2015-09-231-6/+8
* [indylambda] Enable caching for lambda deserializationJason Zaugg2015-05-181-0/+4
* Issue inliner warnings for callsites that cannot be inlinedLukas Rytz2015-03-111-3/+2
* Fix many typos in docs and commentsmpociecha2014-12-141-4/+4
* Integrate CoreBTypes by composition (not inheritance), non-var fieldsLukas Rytz2014-08-191-192/+228
* Remove Tracked, add type information to ClassBTypeLukas Rytz2014-08-191-0/+257