aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-2016-43/+233
|\
| * 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-135-1/+134
| * Self type inheritance checkMartin Odersky2015-04-133-0/+41
| * New method on types: givenSelfTypeMartin Odersky2015-04-132-18/+33
| * Better printing of anonymous classes.Martin Odersky2015-04-131-1/+2
* | Merge pull request #482 from vsalvis/vsalvis-partest2Dmitry Petrashko2015-04-209-82/+620
|\ \
| * | trigger travis, update .gitignorevsalvis2015-04-201-1/+0
| * | Robuster FileLock test to prevent exception if fork in Test is ever disabledvsalvis2015-04-202-6/+13
| * | Using FileLock to distinguish between test and partest modevsalvis2015-04-203-9/+21
| * | Partest for Dotty with pos tests and neg tests with error countvsalvis2015-04-178-82/+602
* | | 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
| | |/ | |/|
* | | Merge pull request #486 from dotty-staging/fix/lambdaLiftDmitry Petrashko2015-04-174-15/+71
|\ \ \ | |_|/ |/| |
| * | Fix #342 Lambda lift idents need to get new prefixMartin Odersky2015-04-172-2/+17
| * | Reset inSuperCall when lifting methodsMartin Odersky2015-04-171-1/+1
| * | Improve documentation and minimze testMartin Odersky2015-04-173-5/+39
| * | Fix #480 in LambdaLiftMartin Odersky2015-04-171-10/+17
|/ /
* | Merge pull request #483 from dotty-staging/fix-java8-altDmitry Petrashko2015-04-163-7/+11
|\ \
| * | Better workaround for #342. This one works also for symbols which are InSuper...Dmitry Petrashko2015-04-161-1/+1
| * | Update version of scalac-compiler fork.Dmitry Petrashko2015-04-162-6/+6
| * | 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
| | |/ | |/|
* | | Merge pull request #479 from dotty-staging/fix/#477Dmitry Petrashko2015-04-161-5/+26
|\ \ \ | |/ / |/| / | |/
| * 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
|/
* Merge pull request #469 from dotty-staging/stylecheckDmitry Petrashko2015-04-10356-1417/+1541
|\
| * Enable scalastyle on travis.Dmitry Petrashko2015-04-091-1/+1
| * Remove debug message from ClassfileParser.Dmitry Petrashko2015-04-091-4/+0
| * Ensure spaces after `if` in Dotty tests.Dmitry Petrashko2015-04-0917-20/+20
| * Ensure spaces after `if` in Dotty source.Dmitry Petrashko2015-04-0924-51/+51
| * EnsureSingleSpaceAfterTokenChecker doesn't work. Use regexp instead.Dmitry Petrashko2015-04-091-2/+2
| * Use EnsureSingleSpaceAfterTokenChecker to discover forgotten spaces after `if`Dmitry Petrashko2015-04-091-0/+5
| * Disabling SimplifyBooleanExpressionChecker: not have a hard to rewrite counte...Dmitry Petrashko2015-04-091-1/+1
| * Disabling SpacesAfterPlusChecker: false positives for variances.Dmitry Petrashko2015-04-091-1/+1
| * Add spaces around + in tests.Dmitry Petrashko2015-04-0935-86/+86