summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Fix javadoc position parsingJakob Odersky2016-06-221-2/+2
* Parse java comments in scaladocJakob Odersky2016-05-244-21/+36
* Merge pull request #4935 from som-snytt/issue/8044-tickvarAdriaan Moors2016-05-241-8/+8
|\
| * SI-8044 Allow any id in explicit pattern bindingSom Snytt2016-05-201-4/+3
| * SI-8044 Allow binding backquoted varid in patternsSom Snytt2016-05-201-7/+8
* | Merge pull request #5179 from liff/topic/SI-9781Adriaan Moors2016-05-231-1/+3
|\ \
| * | SI-9781 Don't convert erroneous expression to assignmentOlli Helenius2016-05-201-1/+3
| |/
* | Merge pull request #5106 from milessabin/topic/hkgadtAdriaan Moors2016-05-231-1/+0
|\ \
| * | SI-9760 Fix for higher-kinded GADT refinementMiles Sabin2016-04-191-1/+0
* | | Merge pull request #5122 from lrytz/t9121Stefan Zeiger2016-05-231-1/+1
|\ \ \
| * | | SI-9121 test case (fixed in new optimizer), SI-9179 test caseLukas Rytz2016-05-231-1/+1
* | | | Merge pull request #5162 from milessabin/t9361Lukas Rytz2016-05-231-2/+3
|\ \ \ \
| * | | | SI-9361 fixed assert allowing display of improved error message.Miles Sabin2016-05-141-2/+3
* | | | | Merge pull request #5153 from petermz/ticket/5463Lukas Rytz2016-05-231-1/+11
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | SI-5463 Check .jars before using thempeterz2016-05-171-1/+11
| |/ / /
* | | | Merge pull request #4988 from som-snytt/issue/backtick-barAdriaan Moors2016-05-201-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | SI-9665 Backquoted vbar in extractor patternSom Snytt2016-03-151-2/+2
* | | | Merge pull request #5176 from lrytz/t9671Lukas Rytz2016-05-193-20/+33
|\ \ \ \
| * | | | SI-9066 fix null.asInstanceOf[Unit]Lukas Rytz2016-05-181-0/+4
| * | | | SI-9671, SI-7397 fix null.asInstanceOf[Int] when pt erases to ObjectLukas Rytz2016-05-183-20/+29
* | | | | Generate static forwarders for object members in companion interface (#5131)Jason Zaugg2016-05-191-2/+1
|/ / / /
* | / / SI-8756 Fix generic signature for refinement of primitiveJason Zaugg2016-05-181-1/+1
| |/ / |/| |
* | | 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
* | | | SI-9397 Add "_root_" to "GenUtils.scalaFactoryCall" to avoid the scala packag...Shixiong Zhu2016-05-112-2/+2
* | | | 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
* | | Move ScalaRunTime.isAnyVal to reify.phases.Reify.Sébastien Doeraene2016-04-131-1/+5
|/ /
* | Merge pull request #5082 from lrytz/inlineImplClassCleanupLukas Rytz2016-04-0710-269/+70
|\ \