summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5146 from som-snytt/issue/9045-msgLukas Rytz2016-05-132-36/+34
|\
| * SI-9045 Error on recursive ctorSom Snytt2016-05-042-8/+14
| * SI-9045 Refactor to abuse of matchSom Snytt2016-05-041-36/+28
* | Merge pull request #5112 from lrytz/dropRecursiveClasspathJason Zaugg2016-05-0523-890/+316
|\ \
| * | Remove abstraction layer in classpath implementationLukas Rytz2016-05-0223-381/+290
| * | faster AggregateClassPath.findClassLukas Rytz2016-04-231-13/+12
| * | remove recursive classpath implementationLukas Rytz2016-04-2316-541/+59
* | | Merge pull request #5140 from lrytz/inlineDefaultMethodsJason Zaugg2016-05-055-53/+161
|\ \ \ | |_|/ |/| |
| * | SD-140 inline the correct default methodLukas Rytz2016-04-285-53/+161
* | | Emit a warning when a constant expression evaluates to an ArithmeticException...Olli Helenius2016-05-022-7/+7
* | | SD-142 Avoid noisy log output in backend (#5134)Jason Zaugg2016-05-022-6/+9
|/ /
* | More efficient code for deciding if a mixin forwarder is needed (#5116)Lukas Rytz2016-04-252-16/+25
* | Merge pull request #5109 from lrytz/pr5064Lukas Rytz2016-04-2316-23/+19
|\ \
| * | SI-9684 Deprecate JavaConversionsSom Snytt2016-04-2216-23/+19
| |/
* / SI-9516 Fix the behavior of Int shift Long operations. (#5117)Sébastien Doeraene2016-04-232-7/+8
|/
* Merge pull request #5110 from sjrd/remove-duplicate-implem-of-hashcodesLukas Rytz2016-04-224-21/+19
|\
| * Remove the duplicate implem of hash codes for numbers.Sébastien Doeraene2016-04-214-21/+19
* | Merge pull request #5096 from lrytz/traitParentsLukas Rytz2016-04-207-240/+276
|\ \
| * | Ensure that lzycompute methods are entered into the scopeLukas Rytz2016-04-201-6/+8
| * | Ensure ClassBTypes constructed from symbol and classfile are identicalLukas Rytz2016-04-204-21/+58
| * | Clean up code gen for method invocationsLukas Rytz2016-04-203-211/+176
| * | SD-98 don't emit unnecessary mixin forwardersLukas Rytz2016-04-121-3/+35
* | | Merge pull request #5100 from lrytz/unitBoxLukas Rytz2016-04-201-4/+4
|\ \ \ | |_|/ |/| |
| * | SI-6710 / PR 5072 follow-up: fix Unit.box / Unit.unboxLukas Rytz2016-04-201-4/+4
| |/
* / Move ScalaRunTime.box to typechecker.Macros.Sébastien Doeraene2016-04-131-2/+14
|/
* Merge pull request #5082 from lrytz/inlineImplClassCleanupLukas Rytz2016-04-0710-269/+70
|\
| * Fix InlineInfo attribute for nested module accessorsLukas Rytz2016-04-071-5/+7
| * Remove references to trait impl classes, mostly in doc commentsLukas Rytz2016-04-074-70/+22
| * Remove unused optimizer warnings related to trait impl classesLukas Rytz2016-04-041-6/+0
| * Remove dead code in the optimizer related to trait impl classesLukas Rytz2016-04-047-188/+41
* | Generate AnyVal source stubs from sbtStefan Zeiger2016-04-063-547/+0
* | General cleanups and less warnings during a Scala buildsoc2016-04-0428-83/+59
* | SI-6710 Clarify stub methods in primitive value classesLukas Rytz2016-04-011-12/+11
|/
* Merge pull request #5068 from retronym/topic/jdk8ism2v2.12.0-M4Lukas Rytz2016-04-011-1/+4
|\
| * Java types and type parameters can be annotated since JSR 308Jason Zaugg2016-03-291-1/+4
* | Merge pull request #5059 from lrytz/t9702Adriaan Moors2016-03-314-53/+53
|\ \
| * | SI-9702 Fix backend crash with classOf[T] annotation argumentLukas Rytz2016-03-304-53/+53
* | | Merge pull request #4971 from adriaanm/genbcode-delambdafyAdriaan Moors2016-03-3123-1159/+927
|\ \ \
| * | | Clarify how/when typedFunction unrolls eta-expansionAdriaan Moors2016-03-312-21/+41
| * | | typedFunction undoes eta-expansion regardless of expected typeAdriaan Moors2016-03-302-45/+31
| * | | Keep Function when CBN arg thunk targets a SAMAdriaan Moors2016-03-304-29/+41
| * | | Bring back AbstractFunction parentAdriaan Moors2016-03-301-1/+5
| * | | Keep SAM body in anonfun method in enclosing classJason Zaugg2016-03-301-5/+11
| * | | LMF cannot instantiate SAM of trait with non-trait superclassAdriaan Moors2016-03-292-11/+31
| * | | LMF cannot run trait's "initializer" (constructor)Adriaan Moors2016-03-291-0/+4
| * | | Better detection of types LMF cannot instantiate.Adriaan Moors2016-03-292-15/+38
| * | | Specialization precludes use of LambdaMetaFactory for SAMAdriaan Moors2016-03-293-7/+20
| * | | Target FunctionN, not scala/runtime/java8/JFunction.Adriaan Moors2016-03-284-13/+11
| * | | SAM conversion can be disabled using `-Xsource:2.11`Adriaan Moors2016-03-261-0/+2
| * | | Refactor: simplify fallbackAfterVanillaAdapt.Adriaan Moors2016-03-262-100/+107