aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Special case for pattern matching tagged abstract types.Martin Odersky2016-02-201-3/+18
| * | Refactoring of typedTypedMartin Odersky2016-02-201-20/+28
| * | Check that classOf gets applied to class typesMartin Odersky2016-02-204-8/+14
| * | Remove ClassTags phase.Martin Odersky2016-02-201-68/+0
| * | Simplify ClassOf phaseMartin Odersky2016-02-202-8/+3
| * | Fix desugaring of classes with context boundsMartin Odersky2016-02-201-14/+30
| * | Fix search of Array classTags.Martin Odersky2016-02-201-3/+3
| * | Make type fully defined before searching for a ClassTag for itMartin Odersky2016-02-201-2/+3
| * | Synthesize classTags in Typer.Martin Odersky2016-02-208-54/+55
* | | Make Types#membersBasedOnFlags safer and fasterGuillaume Martres2016-02-291-1/+1
| |/ |/|
* | Add a `dotty-interfaces` packageGuillaume Martres2016-02-288-63/+83
* | Small API changes in preparation for dotty-interfacesGuillaume Martres2016-02-255-17/+22