aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Patch redundant `_' suffixes.Martin Odersky2016-03-121-3/+6
| * | | | | More detailed diagnostic in NavigateASTMartin Odersky2016-03-121-1/+6
| * | | | | 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
| * | | | | 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-152-8/+23
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Delete unused lineMartin Odersky2016-03-121-1/+0
| * | | | | Pickle/unpickle SuperAccessor namesMartin Odersky2016-03-102-8/+24
* | | | | | Merge pull request #1168 from dotty-staging/fix-#1131Dmitry Petrashko2016-03-144-33/+29
|\ \ \ \ \ \
| * | | | | | Drop debug printlnMartin Odersky2016-03-121-1/+0
| * | | | | | Changes to owners in Mixin and ConstructorsMartin Odersky2016-03-122-15/+3
| * | | | | | Refinement to TreeTypeMapMartin Odersky2016-03-121-1/+3
| * | | | | | Refinements to referencesOuterMartin Odersky2016-03-121-17/+24
| | |/ / / / | |/| | | |
* | | | | | 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