aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Allow separate compilation of Dotty using TASTYMartin Odersky2015-04-254-7/+48
* Better error message constructor applicationsMartin Odersky2015-04-251-1/+1
* Change name of TASTY attribute to TASTYMartin Odersky2015-04-252-2/+2
* Produce one TASTY pickling per top-level class.Martin Odersky2015-04-244-32/+73
* Save TASTY in attribute of classfiles.Dmitry Petrashko2015-04-243-1/+13
* Merge pull request #474 from dotty-staging/alt/instantiation-checksDmitry Petrashko2015-04-2013-43/+165
|\
| * Allow future defs when printing with i"...".Martin Odersky2015-04-132-2/+4
| * Tweaks relative to error reportingMartin Odersky2015-04-132-2/+2
| * Print supressed error message if it comes first.Martin Odersky2015-04-131-1/+1
| * Drop Java compilation units after TyperMartin Odersky2015-04-132-19/+17
| * Added phase to check `New` nodes for instantiability.Martin Odersky2015-04-133-1/+95
| * Self type inheritance checkMartin Odersky2015-04-131-0/+12
| * New method on types: givenSelfTypeMartin Odersky2015-04-132-18/+33
| * Better printing of anonymous classes.Martin Odersky2015-04-131-1/+2
* | Merge pull request #478 from dotty-staging/fix-restoreScopesDmitry Petrashko2015-04-204-2/+34
|\ \
| * | Make checkCompanion stable against future DefsDmitry Petrashko2015-04-161-1/+3
| * | Revert "Disable checking of presence of companion objects: forces to much."Dmitry Petrashko2015-04-161-3/+1
| * | Companion_Module method is not a method with extension.Dmitry Petrashko2015-04-161-1/+3
| * | Disable checking of presence of companion objects: forces to much.Dmitry Petrashko2015-04-151-1/+3
| * | Fix RestoreScopes from destroying companion links.Dmitry Petrashko2015-04-151-0/+14
| * | Ycheck that companions do not disappear.Dmitry Petrashko2015-04-151-0/+12
| * | Companion methods should have Method flag.Dmitry Petrashko2015-04-151-1/+3
| |/
* | Fix #342 Lambda lift idents need to get new prefixMartin Odersky2015-04-171-2/+7
* | Reset inSuperCall when lifting methodsMartin Odersky2015-04-171-1/+1
* | Improve documentation and minimze testMartin Odersky2015-04-171-5/+20
* | Fix #480 in LambdaLiftMartin Odersky2015-04-171-10/+17
* | Merge pull request #483 from dotty-staging/fix-java8-altDmitry Petrashko2015-04-161-1/+5
|\ \
| * | Better workaround for #342. This one works also for symbols which are InSuper...Dmitry Petrashko2015-04-161-1/+1
| * | Force loading LambdaMetaFactory.Dmitry Petrashko2015-04-161-0/+4
* | | Merge pull request #485 from dotty-staging/interceptedMDmitry Petrashko2015-04-161-48/+34
|\ \ \ | |/ / |/| |
| * | Simplify InterceptedMethods. Fix #439Dmitry Petrashko2015-04-161-48/+34
| |/
* | Give more precise types in desugarIdent.Dmitry Petrashko2015-04-161-3/+3
* | Refactor BackendInterface.Select: desuggar only once.Dmitry Petrashko2015-04-161-10/+20
* | Make dotty Idents transparent for common interfaceDmitry Petrashko2015-04-151-2/+13
|/
* Remove debug message from ClassfileParser.Dmitry Petrashko2015-04-091-4/+0
* Ensure spaces after `if` in Dotty source.Dmitry Petrashko2015-04-0923-50/+50
* Add spaces around + in dotty source.Dmitry Petrashko2015-04-0925-61/+61
* Remove trailing spaces in Dotty source.Dmitry Petrashko2015-04-0961-630/+630
* Removing whitespaces before `[`Dmitry Petrashko2015-04-091-2/+2
* Code simplifications stimulated by SimplifyBooleanExpressionChecker.Dmitry Petrashko2015-04-093-3/+6
* Replace tabs with 4 spaces in Dotty source.Dmitry Petrashko2015-04-096-25/+25
* Make all Dotty source files end in newline.Dmitry Petrashko2015-04-0968-68/+68
* Merge pull request #456 from dotty-staging/patmat-eqeqDmitry Petrashko2015-04-095-8/+46
|\
| * Fixed selection in InterceptedMethods that caused a data raceMartin Odersky2015-04-092-5/+42
| * Rename -YnoDoubleBindings to -Yno-double-bindingsMartin Odersky2015-04-092-2/+2
| * Fix #453, patternMatcher should use ==Dmitry Petrashko2015-04-091-1/+2
* | Drop the invalidate undefined companions code in restoreScopesMartin Odersky2015-04-091-14/+0
|/
* Refactor checking in NamedTypes.Dmitry Petrashko2015-04-081-9/+4
* Simplified unpickling of refined types via nextUnsharedTagMartin Odersky2015-04-071-11/+5
* Change of TERMREFsymbol/TYPEREFsymbol semanticsMartin Odersky2015-04-074-56/+51