aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Maintain source position in GettersMartin Odersky2016-03-121-2/+2
* Disable volatile interpretation of lazy vals under -language:Scala2Martin Odersky2016-03-121-1/+1
* Remove printlnMartin Odersky2016-03-121-3/+1
* More neg testsMartin Odersky2016-03-123-0/+33
* Test case for #1149Martin Odersky2016-03-121-0/+18
* Add @volatile when rewriting lazy vals from Scala2.Martin Odersky2016-03-121-2/+8
* Better error message when an outer path is not found.Martin Odersky2016-03-121-1/+6
* Copy full modifiers to companionsMartin Odersky2016-03-121-7/+6
* Fix desugaring of lazy patterns.Martin Odersky2016-03-121-8/+15
* Untangle withAnnotation naming.Martin Odersky2016-03-122-4/+8
* Test language features always in phase typer.Martin Odersky2016-03-121-1/+1
* Add functionality to navigate ASTsMartin Odersky2016-03-122-32/+115
* Better encapsulationMartin Odersky2016-03-126-93/+101
* Avoid setupMethod in DriverMartin Odersky2016-03-124-20/+18
* Add patching functionality for migrationMartin Odersky2016-03-126-3/+108
* Merge pull request #1170 from dotty-staging/fix/hash-deltaodersky2016-03-122-2/+4
|\
| * Fix incorrect hashing leading to cache pollutionGuillaume Martres2016-03-112-2/+4
|/
* Merge pull request #1163 from dotty-staging/fix-#1145Guillaume Martres2016-03-092-1/+13
|\
| * Fix bug where ambiguous references were not reportedMartin Odersky2016-03-092-1/+13
|/
* Merge pull request #1162 from dotty-staging/vc-companionsGuillaume Martres2016-03-091-1/+0
|\
| * remove println from FirstTransformVladimirNik2016-03-091-1/+0
* | Merge pull request #1161 from andreaTP/fixInterfacesPublishLocalDmitry Petrashko2016-03-091-1/+3
|\ \ | |/ |/|
| * Removed invalid javacOptions in (Compile, doc)andreaTP2016-03-091-1/+3
* | Merge pull request #1153 from dotty-staging/vc-companionsodersky2016-03-097-17/+58
|\ \ | |/ |/|
| * Fix for separate compilation with value class issue (missing companion object...VladimirNik2016-03-077-17/+58
* | Merge pull request #1155 from dotty-staging/staticodersky2016-03-099-3/+164
|\ \
| * | 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
| * | Add test that was used to see if @static works.Dmitry Petrashko2016-03-071-0/+40
| * | LazyVals: make all fields added to companions static.Dmitry Petrashko2016-03-071-1/+5
| * | Implement @static sip.Dmitry Petrashko2016-03-077-2/+108
* | | Merge pull request #1156 from dotty-staging/fix-#1052odersky2016-03-082-11/+21
|\ \ \ | |_|/ |/| |
| * | Allow successive opening comments.Martin Odersky2016-03-072-11/+21
|/ /
* | 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-073-1/+14
|\ \ \
| * | | Fix #1146: Fix bug of ExpandSAMs with non-apply SAM methods.Sébastien Doeraene2016-03-073-1/+14
| | |/ | |/|
* | | Merge pull request #1150 from dotty-staging/change-lambdalift-fasttrackodersky2016-03-076-92/+312
|\ \ \ | |/ / |/| |
| * | 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-024-20/+20
| * | LambdaLift redesignMartin Odersky2016-03-024-49/+102
| * | Simplification: get rid of local trait methodsMartin Odersky2016-03-021-24/+10
| * | Handle local traits in lambda liftMartin Odersky2016-03-013-33/+199
| * | 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