aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | make variable name consistent in ScalaSettingsliu fengyun2016-03-141-6/+6
* | | | | | Merge pull request #1171 from dotty-staging/fix-#1130Guillaume Martres2016-03-132-23/+41
|\ \ \ \ \ \
| * | | | | | Have checkNotPrivate skip over private aliases.Martin Odersky2016-03-122-23/+41
| |/ / / / /
* | | | | | Merge pull request #1164 from dotty-staging/fix-#1140Guillaume Martres2016-03-135-17/+29
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Make Synthetic a FormStart flag.Martin Odersky2016-03-131-1/+1
| * | | | | Assert that ensureNotPrivate does not break on separate compilationMartin Odersky2016-03-131-1/+4
| * | | | | Propagate source file to synthetic companionsMartin Odersky2016-03-131-1/+1
| * | | | | Fix and simplify initializerMartin Odersky2016-03-101-11/+13
| * | | | | More detailed reporting in TreeCheckerMartin Odersky2016-03-101-1/+4
| * | | | | Make sure lazy accessors in traits are not private.Martin Odersky2016-03-101-2/+6
| |/ / / /
* | | | / Fix incorrect hashing leading to cache pollutionGuillaume Martres2016-03-112-2/+4
| |_|_|/ |/| | |
* | | | Fix bug where ambiguous references were not reportedMartin Odersky2016-03-091-1/+2
|/ / /
* | | remove println from FirstTransformVladimirNik2016-03-091-1/+0
* | | Merge pull request #1153 from dotty-staging/vc-companionsodersky2016-03-091-17/+42
|\ \ \ | |_|/ |/| |
| * | Fix for separate compilation with value class issue (missing companion object...VladimirNik2016-03-071-17/+42
* | | Merge pull request #1155 from dotty-staging/staticodersky2016-03-098-3/+124
|\ \ \
| * | | Replace addAnnotation(annotation) by addAnnotation(Annotation(annotation))Dmitry Petrashko2016-03-083-7/+7
| * | | CheckStatic: do not eliminate non-pure expressions.Dmitry Petrashko2016-03-081-4/+15
| * | | Fix Identation in tpd.Dmitry Petrashko2016-03-081-1/+1
| * | | Fix add beanSetter annotation to @staticDmitry Petrashko2016-03-071-1/+1
| * | | LazyVals: make all fields added to companions static.Dmitry Petrashko2016-03-071-1/+5
| * | | Implement @static sip.Dmitry Petrashko2016-03-077-2/+108
| | |/ | |/|
* | | Allow successive opening comments.Martin Odersky2016-03-071-11/+11
| |/ |/|
* | Merge pull request #1142 from dotty-staging/fix/implicit-ctxodersky2016-03-072-6/+4
|\ \
| * | Allow adding typevars to an uncommitable constraint setGuillaume Martres2016-03-041-4/+2
| * | Do the implicit search shadowing check in the correct contextGuillaume Martres2016-03-031-2/+2
* | | Merge pull request #1147 from sjrd/fix-non-jvm-sam-non-applyodersky2016-03-071-1/+2
|\ \ \
| * | | Fix #1146: Fix bug of ExpandSAMs with non-apply SAM methods.Sébastien Doeraene2016-03-071-1/+2
| | |/ | |/|
* | | Merge pull request #1150 from dotty-staging/change-lambdalift-fasttrackodersky2016-03-074-83/+156
|\ \ \ | |/ / |/| |
| * | Address reviewer comments.Martin Odersky2016-03-071-5/+2
| * | Drop accidentally left-in inhibitor switchMartin Odersky2016-03-031-1/+1
| * | Cleanup lambda liftMartin Odersky2016-03-031-19/+26
| * | Fix call propagation from constructor to classMartin Odersky2016-03-022-4/+4
| * | LambdaLift redesignMartin Odersky2016-03-022-46/+43
| * | Simplification: get rid of local trait methodsMartin Odersky2016-03-021-24/+10
| * | Handle local traits in lambda liftMartin Odersky2016-03-011-24/+99
| * | Fix outer paths generated during lambda lift from constructors.Martin Odersky2016-03-012-3/+9
| * | Fix a loophole where outer paths are missing at phase lambda lift.Martin Odersky2016-03-011-2/+7
* | | Merge pull request #1126 from sjrd/scalajsDmitry Petrashko2016-03-0414-10/+2022
|\ \ \
| * | | Store the JSDefinitions in a custom platform SJSPlatform.Sébastien Doeraene2016-03-015-20/+44
| * | | Initial infrastructure and hello world for the Scala.js back-end.Sébastien Doeraene2016-03-019-1/+1984
| * | | Mark concrete vals mixed in from Scala2 traits as mutable.Sébastien Doeraene2016-03-011-0/+1
| * | | In LinkScala2ImplClass, disregard signatures when looking for constructor.Martin Odersky2016-03-011-4/+8
| | |/ | |/|
* | | Merge pull request #1129 from dotty-staging/rename/AllFlagsodersky2016-03-032-2/+2
|\ \ \
| * | | Rename AllFlags to AnyFlagsGuillaume Martres2016-03-012-2/+2
| |/ /
* | | Merge pull request #1139 from dotty-staging/change-needs-companionDmitry Petrashko2016-03-033-3/+4
|\ \ \
| * | | Speed up LazyVals isCompanion neededMartin Odersky2016-03-032-2/+2
| * | | Print phases with time they needMartin Odersky2016-03-031-1/+2
| | |/ | |/|
* | | Merge pull request #1111 from dotty-staging/fix-#1099Dmitry Petrashko2016-03-0213-172/+146
|\ \ \ | |_|/ |/| |
| * | Search for classtag only during typer.Martin Odersky2016-02-201-1/+1