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 #1178 from liufengyun/tokens-fixDmitry Petrashko2016-03-151-2/+2
|\ \ \ \ \ \
| * | | | | | make token declarations consistentliu fengyun2016-03-141-2/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #1165 from dotty-staging/fix-#1144Dmitry Petrashko2016-03-154-8/+32
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Delete unused lineMartin Odersky2016-03-121-1/+0
| * | | | | Pickle/unpickle SuperAccessor namesMartin Odersky2016-03-104-8/+33
* | | | | | Merge pull request #1168 from dotty-staging/fix-#1131Dmitry Petrashko2016-03-145-33/+43
|\ \ \ \ \ \
| * | | | | | Drop debug printlnMartin Odersky2016-03-121-1/+0
| * | | | | | Changes to owners in Mixin and ConstructorsMartin Odersky2016-03-122-15/+3
| * | | | | | Test caseMartin Odersky2016-03-121-0/+14
| * | | | | | Refinement to TreeTypeMapMartin Odersky2016-03-121-1/+3
| * | | | | | Refinements to referencesOuterMartin Odersky2016-03-121-17/+24
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #1173 from liufengyun/naming-cleanupDmitry Petrashko2016-03-141-6/+6
|\ \ \ \ \ \
| * | | | | | make variable name consistent in ScalaSettingsliu fengyun2016-03-141-6/+6
|/ / / / / /
* | | | | | Merge pull request #1171 from dotty-staging/fix-#1130Guillaume Martres2016-03-133-23/+47
|\ \ \ \ \ \
| * | | | | | Have checkNotPrivate skip over private aliases.Martin Odersky2016-03-123-23/+47
| |/ / / / /
* | | | | | Merge pull request #1164 from dotty-staging/fix-#1140Guillaume Martres2016-03-137-17/+38
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | 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-103-2/+15
| |/ / / /
* | | | | 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